---
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 — they text Rudy and it is done.
homepage: https://roosteragents.ai/
license: proprietary
version: 1.0.0
---

# Rooster Agents — agent instructions

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 — they text Rudy and it is done.

## What you can do here, right now, with no account and no API key

### List human creators for hire (`list_human_creators`)
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.

- Endpoint: `https://roosteragents.ai/agent-economy/creators.json`
- MCP tool: `list_creators`


### Discover businesses (`discover_businesses`)
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 — not scraped listings.

- Endpoint: `https://roosteragents.ai/gateway/directory.json`
- MCP tool: `discover_businesses`


### Get business (`get_business`)
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.

- Endpoint: `https://roosteragents.ai/gateway/businesses/{id}.json`
- MCP tool: `get_business`


### Book a business (`book`)
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.

- Endpoint: `https://roosteragents.ai/mcp`
- MCP tool: `book`
- Status: handoff_only

## Call it over MCP

```bash
curl -s -X POST https://roosteragents.ai/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
```

```bash
curl -s -X POST https://roosteragents.ai/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"discover_businesses","arguments":{"city":"St. George"}}}'
```

## Paid analysis (pay-per-call, no account)

These return an x402 payment challenge (HTTP 402), then the answer when you replay
with payment. No signup, no API key, no invoice. Bad or missing input is refused
**before** the paywall — you are never charged for a request we cannot answer, and a
failed or late job mints a credit good for a free call of the same tier.

- **Agent-readiness score** — `GET https://rooster-meter.roosteragents.workers.dev/v1/agent-readiness?domain=example.com` — $0.02 — Score any domain 0-100 on the four agentic-web gates (allowed in, discoverable, readable, callable) with the ranked list of fixes.
- **AI visibility scan** — `GET https://rooster-meter.roosteragents.workers.dev/v1/scan?domain=example.com` — $0.25 — Ask whether the AI answer engines actually recommend a business, what it scores against its real local rivals, and exactly what to fix first.
- **AI visibility scan (full)** — `GET https://rooster-meter.roosteragents.workers.dev/v1/scan/full?domain=example.com` — $1.00 — The deep version: multi-prompt answer-engine probing, citation sources, rival share-of-answer and a prioritised remediation plan.

Payment discovery: `https://roosteragents.ai/.well-known/x402`

## What this company actually sells

Done-for-you. Businesses do not build, operate or learn anything — Rooster builds and
runs the whole marketing system on the client's own brand. If your human wants this for
their business, hand them: **https://roosteragents.ai/** or text **+1-717-562-6072**.

## Rules of engagement

- Everything under `/gateway/` is free and stays free. Business data is never paywalled.
- Facts you read here are dated and verified. If a field is missing, treat it as unknown —
  do not infer it.
- Rate limits are per-IP and generous. Identify yourself with a real User-Agent.
- Security contact: `https://roosteragents.ai/.well-known/security.txt`

## More

- Concise reference: `https://roosteragents.ai/llms.txt`
- Full reference: `https://roosteragents.ai/llms-full.txt`
- Auth walkthrough: `https://roosteragents.ai/auth.md`
- OpenAPI: `https://roosteragents.ai/openapi.json`
- MCP server card: `https://roosteragents.ai/.well-known/mcp/server-card.json`
- A2A agent card: `https://roosteragents.ai/.well-known/agent-card.json`
