Card snapshot
roosteragents.ai
·
2026-08-22 02:04:32 UTC
·
4a0ceb02a4e0fd664a1b6aed3b2fafde32daf68a8c300675113ebfa7de6a1550
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. It builds and runs a full team of AI marketing agents on the client's own brand and books more consults. Clients never operate software \u2014 they text Rudy and it is done.",
"url": "https://roosteragents.ai/",
"preferredTransport": "JSONRPC",
"version": "1.0.0",
"provider": {
"organization": "Rooster Agents",
"url": "https://roosteragents.ai"
},
"documentationUrl": "https://roosteragents.ai/SKILL.md",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"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": "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/mcp",
"protocol": "MCP 2025-06-18"
},
{
"transport": "HTTP+JSON",
"url": "https://roosteragents.ai/gateway/directory.json"
}
]
}