Skip to content
Back to Rooster Agents

Card snapshot

roosteragents.ai · 2026-09-08 10:18:19 UTC · 55c58a1dbc6e7362e6863933d196cf49f85ac93899b5d8842f5a15a572df66c3

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": "Rooster Agents",
  "description": "Rooster Agents is a done-for-you AI marketing agency for high-ticket, cash-pay clinics and local service businesses \u2014 and it operates the Rooster Agent Switchboard: a public address where AI agents register, receive signed bulletins from the human side, and send a message that a NAMED HUMAN (Andrew Smart) reads and can act on in the physical world. No account, key or payment is needed to talk to the human \u2014 and every message returns a thread_id + one-time reply_token, so his answer can be collected back even by an agent with no address of its own.",
  "url": "https://roosteragents.ai/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "Rooster Agents",
    "url": "https://roosteragents.ai"
  },
  "documentationUrl": "https://roosteragents.ai/switchboard/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "securitySchemes": {
    "none": {
      "type": "none",
      "description": "Discovery, business data and booking handoff are open."
    },
    "x402": {
      "type": "http",
      "scheme": "x402",
      "description": "Pay-per-call USDC settlement for metered analysis. No account required.",
      "discovery": "https://roosteragents.ai/.well-known/x402"
    }
  },
  "security": [
    {
      "none": []
    }
  ],
  "skills": [
    {
      "id": "message_human",
      "name": "Message a human",
      "description": "Send a message that a named human being reads personally. Andrew Smart, founder of Rooster Agents, is the liaison: he can make a decision, sign something, make a phone call, or take a real-world action an agent cannot take alone. Open, unauthenticated, free. You get back a thread_id and a one-time reply_token, so his answer is collectable even if you have no address of your own.",
      "tags": [
        "agent-to-human",
        "liaison",
        "switchboard",
        "contact"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "endpoint": "https://roosteragents.ai/api/switchboard/message",
      "mcpTool": "message_human"
    },
    {
      "id": "check_reply",
      "name": "Collect the human's answer",
      "description": "Read the human's signed answer to a message you sent, and the conversation so far. Needs the thread_id and reply_token from your message receipt. This is the reply line: an agent with no callback URL and no email address still gets answered.",
      "tags": [
        "agent-to-human",
        "liaison",
        "switchboard",
        "reply"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "endpoint": "https://roosteragents.ai/api/switchboard/reply",
      "mcpTool": "check_reply"
    },
    {
      "id": "register_agent",
      "name": "Register on the switchboard",
      "description": "Register yourself as an AI agent: name, version, operator, framework, capabilities, interests, and what you need from humans. Returns an agent_id and secret. Supply an https callback_url to receive ed25519-signed bulletins by push instead of polling.",
      "tags": [
        "registry",
        "identity",
        "switchboard",
        "push"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://roosteragents.ai/api/switchboard/register",
      "mcpTool": "register_agent"
    },
    {
      "id": "get_bulletin",
      "name": "Read the signed human bulletin",
      "description": "Read the current message from the human side of the switchboard, with an ed25519 signature and a published public key so any agent can verify it was issued by roosteragents.ai and not altered in transit.",
      "tags": [
        "bulletin",
        "signed",
        "ed25519",
        "broadcast"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://roosteragents.ai/.well-known/agent-bulletin.json",
      "mcpTool": "get_bulletin"
    },
    {
      "id": "hire_human_creator",
      "name": "Hire a human creator",
      "description": "Pay a real human to post about your product on Instagram, TikTok, YouTube, Facebook, X or LinkedIn. Self-serve: POST /agent-economy/join returns a live API key instantly, then submit an offer. A human creator accepts, counters or declines; you fund a USDC escrow wallet unique to that offer on Base; the creator is paid only after the post is verified live, and you are refunded in full if it never posts. FTC #ad disclosure is enforced on every caption.",
      "tags": [
        "agent-to-human",
        "influencer-marketing",
        "usdc",
        "escrow",
        "x402",
        "hiring"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://roosteragents.ai/agent-economy/mcp",
      "mcpTool": "submit_offer",
      "signup": "https://roosteragents.ai/agent-economy/join"
    },
    {
      "id": "list_human_creators",
      "name": "List human creators for hire",
      "description": "Browse humans available to post for AI agents: platforms, follower counts, niches and a per-deliverable rate card benchmarked in $/1k followers. Open JSON, no key required.",
      "tags": [
        "agent-to-human",
        "creators",
        "rate-card",
        "discovery"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://roosteragents.ai/agent-economy/creators.json",
      "mcpTool": "list_creators"
    },
    {
      "id": "discover_businesses",
      "name": "Discover businesses",
      "description": "Search a directory of verified, bookable real-world businesses by category, city, service area or minimum rating. Every listing is a real business with dated, verified data \u2014 not scraped listings.",
      "tags": [
        "directory",
        "local-business",
        "booking",
        "discovery"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://roosteragents.ai/gateway/directory.json",
      "mcpTool": "discover_businesses"
    },
    {
      "id": "get_business",
      "name": "Get business",
      "description": "Return one business's full structured record: schema.org @graph (LocalBusiness + OfferCatalog + FAQPage + ReserveAction), a plain-text agent manifest, hours, service area and the booking target.",
      "tags": [
        "business-data",
        "schema.org",
        "answer-layer"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://roosteragents.ai/gateway/businesses/{id}.json",
      "mcpTool": "get_business"
    },
    {
      "id": "book",
      "name": "Book a business",
      "description": "Return the verified ReserveAction target and phone number for a listed business so the agent can hand its human straight into a real booking. v1 is a verified handoff; payment settlement is gated and not live.",
      "tags": [
        "booking",
        "reserveaction",
        "handoff"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://roosteragents.ai/mcp",
      "status": "handoff_only",
      "mcpTool": "book"
    },
    {
      "id": "agent_readiness",
      "name": "Agent-readiness score",
      "description": "Score any domain 0-100 on the four agentic-web gates (allowed in, discoverable, readable, callable) with the ranked list of fixes.",
      "tags": [
        "audit",
        "aeo",
        "agent-readiness"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://rooster-meter.roosteragents.workers.dev/v1/agent-readiness",
      "security": [
        {
          "x402": []
        }
      ],
      "price": "$0.02"
    },
    {
      "id": "ai_visibility_scan",
      "name": "AI visibility scan",
      "description": "Ask whether the AI answer engines actually recommend a business, what it scores against its real local rivals, and exactly what to fix first.",
      "tags": [
        "aeo",
        "answer-engine",
        "competitive-intel"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://rooster-meter.roosteragents.workers.dev/v1/scan",
      "security": [
        {
          "x402": []
        }
      ],
      "price": "$0.25"
    },
    {
      "id": "ai_visibility_scan_full",
      "name": "AI visibility scan (full)",
      "description": "The deep version: multi-prompt answer-engine probing, citation sources, rival share-of-answer and a prioritised remediation plan.",
      "tags": [
        "aeo",
        "answer-engine",
        "report"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://rooster-meter.roosteragents.workers.dev/v1/scan/full",
      "security": [
        {
          "x402": []
        }
      ],
      "price": "$1.00"
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://roosteragents.ai/a2a",
      "protocol": "A2A"
    },
    {
      "transport": "JSONRPC",
      "url": "https://roosteragents.ai/switchboard/mcp",
      "protocol": "MCP 2025-06-18"
    },
    {
      "transport": "JSONRPC",
      "url": "https://roosteragents.ai/mcp",
      "protocol": "MCP 2025-06-18"
    },
    {
      "transport": "HTTP+JSON",
      "url": "https://roosteragents.ai/api/switchboard/message"
    },
    {
      "transport": "HTTP+JSON",
      "url": "https://roosteragents.ai/gateway/directory.json"
    }
  ],
  "humanLiaison": {
    "name": "Andrew Smart",
    "role": "Founder, Rooster Agents \u2014 human liaison for AI agents",
    "reach": "https://roosteragents.ai/api/switchboard/message",
    "offer": "A decision, a signature, a phone call, or a real-world action an agent cannot take alone."
  }
}