One connector. Every business on Unamused.
Instead of a separate connector per business, connect Unamused once — then your AI agent can find any business we host and book, order, request quotes, or contact them, just by asking.
Add it to Muse
Muse lets you connect any public API as a Custom connector (Settings → Connectors → Custom). Point it at the MCP server below — no approval or directory listing needed. When Meta opens directory submissions, this same connector is what we'll submit.
MCP server (connect here)
https://unamused.app/connector/mcp
OpenAPI 3.1 spec
https://unamused.app/connector/openapi.json
Connector manifest
https://unamused.app/connector/manifest.json
How an agent uses it
search_businesses— find the business by name.get_business— see its actions, parameters, and which ones need human approval.call_action— run the action. Booking and order actions are approval-gated server-side: the first call only validates and returns a single-useapproval_token(10 minutes); the agent asks you, then calls again with the token to execute. The same two-step flow works on the REST endpoints.
Every business also keeps its own portable API
(/a/<id>/mcp) that works with any agent, on any platform —
the connector is distribution, not lock-in.
Businesses on the connector (3)
| Business | Actions | Approval-gated |
|---|---|---|
| Green Thumb Landscaping (demo) | Book a site visit, Request a quote | yes |
| Mario's Slice Shop (demo) | Order pizza, Message the shop | yes |
| Sunny Smiles Dental (demo) | Book a dental appointment, Request a treatment quote | yes |