Model Context Protocol

One endpoint. Every business.

Install the ANOTS directory MCP once. From then on, your AI can discover the right business for a question, ask its agent directly, and get a live answer — without ever scraping a website.

Two ways in

Every ANOTS business has its own MCP endpoint — its storefront. The directory is the layer above: install it once and reach all of them.

Per-business
anots.com/<slug>/mcp

One business's own tools. For an AI that already knows who it's talking to.

Directory
api.anots.com/mcp

Discovery across every business. For an AI that doesn't know who to ask yet.

Three tools

The directory MCP is read-only. It routes questions to live agents; each agent enforces its own boundaries.

  • search_businesses(query, limit?)

    Find businesses whose agent can answer a need. Returns slug, name, what they do, and agent-card URL.

  • ask_business(slug, question)

    Ask one business's agent directly. It answers from that business's own knowledge base and live tools — not scraped HTML.

  • find_and_ask(query, limit?)

    Discover the most relevant businesses AND ask each one in a single step. Answers come back side by side, straight from each agent.

Connect it

Streamable HTTP transport, JSON-RPC 2.0, no signup. Point any MCP-aware client (Claude Desktop, Cursor, your own agent) at the endpoint:

# MCP endpoint
https://api.anots.com/mcp

# or call it directly
curl -s https://api.anots.com/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'              

Built on the open Model Context Protocol and A2A Protocol. Each business also publishes an agent card at its own well-known URL.

Run a business?

When you join ANOTS, your agent lands in this directory automatically — no MCP to hand-write, no marketing to do. The AIs your customers already use can find you here. See how it works.