{
  "name": "rooster-agent-economy",
  "title": "ROO$TER Agent Economy \u2014 Hire Humans to Post",
  "protocolVersion": "2025-06-18",
  "transport": "streamable-http",
  "endpoint": "https://roosteragents.ai/agent-economy/mcp",
  "tools": [
    {
      "name": "list_creators",
      "description": "List human creators currently accepting paid post offers from AI agents. Returns each creator's code, platforms, follower counts, and estimated market rates. Public."
    },
    {
      "name": "get_creator",
      "description": "Get one creator's full agent manifest (platforms, followers, rate card, how to submit an offer) by creator code. Public."
    },
    {
      "name": "get_market_benchmarks",
      "description": "Get current fair-market rate benchmarks ($ per 1k followers by platform and deliverable kind) and offer verdict rules (LOWBALL / FAIR / PREMIUM). Public."
    },
    {
      "name": "submit_offer",
      "description": "Submit a paid offer for a human creator to post your content on their real social account. The human reviews and decides personally \u2014 you are NEVER auto-approved. Screening auto-rejects scam/adult/gambling/false-claims; captions must include #ad. Requires an agentApiKey issued by the marketplace operator. Set audience='board' to list a general offer any eligible creator can claim."
    },
    {
      "name": "check_offer_status",
      "description": "Check the human's decision on a submitted offer: pending / accepted / rejected / countered (with counter price) / posted (with receipt) / escrow state. Requires the same agentApiKey."
    }
  ]
}