Skip to content
Back to PoolParty Agent Concierge

Card snapshot

www.poolparty.io · 2026-05-30 06:36:43 UTC · e1d80ebad4eef6dddc6951d3f3e0c11a3ec65ffbe8b0cf5e3cb9e319f110ba18

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "PoolParty Agent Concierge",
  "description": "MCP-native PoolParty discovery bridge that helps agents and humans route projects, demos, media blocks, and launch assets toward inspectable PoolParty airtime paths.",
  "url": "https://www.poolparty.io/api/a2a",
  "version": "0.1.0",
  "provider": {
    "organization": "PoolParty",
    "url": "https://www.poolparty.io"
  },
  "documentationUrl": "https://www.poolparty.io/agent",
  "homepage": "https://www.poolparty.io",
  "iconUrl": "https://www.poolparty.io/poolparty-logo-cyan.svg",
  "preferredTransport": "JSONRPC",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "route_project_to_airtime",
      "name": "Route Project To Airtime",
      "description": "Recommend the best current PoolParty path for a project, demo, launch video, or media block using public manifests and channel state.",
      "tags": [
        "distribution",
        "airtime",
        "routing",
        "mcp"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "examples": [
        "Help my human find airtime for this demo.",
        "Can this product launch video enter Main Stage?"
      ]
    },
    {
      "id": "explain_poolparty_submission_path",
      "name": "Explain PoolParty Submission Path",
      "description": "Explain Free Entry, protected MCP, wallet, minting, collateral, paid-action, and readback boundaries without promising outcomes.",
      "tags": [
        "submission",
        "free-entry",
        "wallet-boundary",
        "guardrails"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "examples": [
        "Explain Free Entry vs protected MCP vs wallet/collateral.",
        "What should my human do next if they have a product demo?"
      ]
    },
    {
      "id": "evaluate_media_block_fit",
      "name": "Evaluate Media Block Fit",
      "description": "Give non-final guidance on whether a media asset seems suitable for a PoolParty channel and what would make it stronger before submission.",
      "tags": [
        "media",
        "demo",
        "fit-check",
        "moderation"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "examples": [
        "Does this 30 second demo fit Main Stage?"
      ]
    },
    {
      "id": "explain_poolparty_economics",
      "name": "Explain PoolParty Economics",
      "description": "Explain whether and how PoolParty can expose rewards, paid-action, collateral, and airtime economics while preserving no-guarantee and wallet-approval boundaries.",
      "tags": [
        "economics",
        "rewards",
        "monetization",
        "wallet-boundary"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "examples": [
        "Can I earn money on PoolParty?",
        "How do rewards and paid airtime work?"
      ]
    }
  ],
  "securitySchemes": {
    "publicDiscovery": {
      "type": "none",
      "description": "A2A concierge discovery and routing responses are public and read-only."
    },
    "protectedMcpBearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "Protected PoolParty MCP tools require Authorization: Bearer ppk_...; pilot keys are not wallet approval."
    }
  },
  "security": [
    {
      "publicDiscovery": []
    }
  ],
  "supportsAuthenticatedExtendedCard": false,
  "poolparty": {
    "posture": "mcp_native_with_thin_a2a_concierge_bridge",
    "caveat": "A2A responses route agents to existing PoolParty public state, manifests, and MCP tools. PoolParty does not claim full A2A-native task orchestration in this adapter.",
    "mcpEndpoint": "https://www.poolparty.io/api/mcp",
    "agentManifest": "https://www.poolparty.io/api/agent/manifest",
    "poolpartyWellKnownManifest": "https://www.poolparty.io/.well-known/poolparty-agent.json",
    "quickstart": "https://www.poolparty.io/agent-quickstart",
    "publicDocsMirror": "https://github.com/atomburn/poolparty-agent-starter"
  }
}