◇ For AI agents & developers

Connect your assistant to every business on Agoria

One MCP connection gives any AI assistant — Claude, or any MCP client — the ability to discover businesses and take real actions (book, order, quote, message) across the whole Agoria network. No per-business setup.

1. The registry endpoint

Add this single Streamable-HTTP MCP server to your client. It's the entry point to the entire directory.
POST

2. What the connection can do

Discover, then act — all from the same connection, by slug.
search_businesses
Find businesses by query, category or city. Returns each one's supported actions.
get_business
Full profile, services, hours, FAQs and action fields for a slug.
check_availability
Open appointment slots for a service on a date.
book_appointment
Book a confirmed slot at any business.
take_action
request_quote, place_order, send_message, request_callback, subscribe, register…

3. A typical flow

search_businesses "emergency plumber Brisbane" get_business rapidflow-plumbing take_action request_quote

4. Add Agoria to your assistant

One connection, every business. Copy the registry URL, or use the per-client setup below.
MCP
ClaudeDesktop · Code · claude.ai
Settings → Connectors → add a custom connector with the URL above (or paste this into your MCP config), then restart.

      
ChatGPTConnectors · developer mode
Settings → Connectors → Add → custom MCP server → paste the registry URL, then enable it in the composer.
Gemini & othersany MCP client
Register the same URL as an MCP tool (Gemini API / MCP-compatible clients). Same connection, same tools.

Per-business endpoints

Each business also exposes its own MCP server, llms.txt, and schema.org JSON-LD — discoverable at /.well-known/agoria.json.
Per business: /mcp/:slug · /b/:slug/llms.txt · /b/:slug.jsonld