◇ 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.

MCP
Paste it into Claude → Settings → Connectors → Add custom connector. No account, no API key, no waiting for a directory listing.

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 custom connector → paste the URL above. Or drop this into your MCP config and 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.

What you're connecting to

Everything a reviewer, a developer or a cautious user would want to know before pasting a URL.
No authenticationDiscovery and retrieval are public listings. Nothing to sign up for.
Reads are read-onlyEvery tool declares readOnlyHint; the ones that write create a booking, order or message — none delete anything.
Actions need real detailsA booking or quote carries the name and contact the customer gave for it, and goes only to the business it's addressed to.
Streamable HTTPMCP over Streamable HTTP. Privacy policy · live demand.

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