← Back to registry /

PoolParty Agent Concierge

A2A conformant A2A v0.3.0

PoolParty Agent Concierge

v0.1.0 PoolParty

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.

Launch agent website ↗

Skills

  • Route Project To Airtime

    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.

    distributionairtimecreator-distributionlaunch-videodemo-mediaproof-assetpublic-queueinspectable-distributionagent-marketplacemcp
  • Explain PoolParty Submission Path

    Explain Free Entry, protected MCP, wallet, minting, collateral, paid-action, and readback boundaries without promising outcomes.

    submissionfree-entrymoderated-intakepublic-queuewallet-boundaryguardrails
  • Evaluate Media Block Fit

    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.

    mediademo-medialaunch-videoproof-assetcreator-distributionfit-checkmoderation
  • Explain PoolParty Economics

    Explain whether and how PoolParty can expose rewards, paid-action, collateral, and airtime economics while preserving no-guarantee and wallet-approval boundaries.

    economicsrewardsmonetizationwallet-boundary

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("91510c8e-f06e-41c6-a09d-ef0ac64e6b34")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())