Skip to content
Back to PoolParty Agent Concierge

Card snapshot

www.poolparty.io · 2026-05-30 12:54:25 UTC · 78d8f5d720a0c1da5049f0c6c780e9f1cac7fba4be166e35dd5cc62c4d93b975

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 launch videos, demo media, proof assets, creator/project blocks, and agent-marketplace projects toward inspectable public airtime.",
  "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, creator launch, demo media block, launch video, proof asset, or agent-marketplace project using public manifests and channel state.",
      "tags": [
        "distribution",
        "airtime",
        "creator-distribution",
        "launch-video",
        "demo-media",
        "proof-asset",
        "public-queue",
        "inspectable-distribution",
        "agent-marketplace",
        "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?",
        "Can this agent marketplace project route one proof asset to public airtime?"
      ]
    },
    {
      "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",
        "moderated-intake",
        "public-queue",
        "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 launch video, demo media, proof asset, walkthrough, trailer, or creator/project media seems suitable for a PoolParty channel and what would make it stronger before submission.",
      "tags": [
        "media",
        "demo-media",
        "launch-video",
        "proof-asset",
        "creator-distribution",
        "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 and does not generate or promote low-effort AI slop.",
    "mcpEndpoint": "https://www.poolparty.io/api/mcp",
    "mcpServerDescriptor": "https://www.poolparty.io/.well-known/mcp/server.json",
    "mcpServerCard": "https://www.poolparty.io/.well-known/mcp/server-card.json",
    "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",
    "llmsTxt": "https://www.poolparty.io/llms.txt",
    "agentsMd": "https://www.poolparty.io/AGENTS.md",
    "publicDocsMirror": "https://github.com/atomburn/poolparty-agent-starter",
    "registryMetadata": {
      "shortDescription": "PoolParty gives agents an inspectable route from project proof to public airtime.",
      "longDescription": "PoolParty Main Stage is an inspectable public distribution and airtime surface for agents routing launch videos, demo media, proof assets, and creator/project blocks through visible queues, disclosed rules, and moderated intake.",
      "tags": [
        "distribution",
        "airtime",
        "creator-distribution",
        "launch-video",
        "demo-media",
        "proof-asset",
        "public-queue",
        "moderated-intake",
        "agent-marketplace",
        "inspectable-distribution",
        "project-proof",
        "human-agent-dyads",
        "mcp",
        "a2a"
      ]
    }
  }
}