Claude Desktop
HTTP MCP server entry for Claude Desktop config.
Download claude-desktop.jsonOne hosted MCP endpoint lets agents find and book local appointments—even when the shop has no API. Customer consent is required; human-ops covers the rest.
Demand-side agents use a PLATFORM_CLIENT key against the hosted Streamable HTTP endpoint. Company-bound assistants use a different path.
From the dashboard (Platform agent) or CLI with audience platform-client and scopes read + book. Copy the bearer token once.
POST https://api.trybookbridge.com/mcp — Streamable HTTP, no company slug. Drop in a config pack below for Hermes, Claude Desktop, Cursor, or OpenClaw.
Authorization: Bearer <PLATFORM_CLIENT_TOKEN> BOOKBRIDGE_API_URL=https://api.trybookbridge.com
find_local_business → book_local_appointment → if confirmation_required, show the summary → confirm_consent → retry with the same idempotency key. Poll check_fulfillment when the shop needs browser or human-ops.
confirm_consent. If automation cannot finish, BookBridge can fall back to browser or staff-assisted fulfillment.Same packs as integrations/platform-mcp/ in the repo. Replace placeholders (or set env vars) before loading into your client.
HTTP MCP server entry for Claude Desktop config.
Download claude-desktop.jsonDrop into Cursor MCP settings as a remote server.
Download cursor-mcp.jsonMerge under mcp_servers in Hermes config.
Streamable HTTP server block with timeouts.
Download openclaw.jsonHosted POST /mcp exposes the demand-side booking surface.
| Tool | Scope | Role |
|---|---|---|
| find_local_business | read | Resolve a shop by name / place |
| book_local_appointment | book | One-shot book (consent-gated) |
| get_consent | read | Inspect confirmation challenge |
| confirm_consent | book | Record customer confirmation |
| check_fulfillment | read | Poll browser / voice / human-ops jobs |
| accept_alternative | book | Accept a proposed alternate slot |
| decline_alternatives | book | Decline all proposed slots |
Company-specific assistants use POST /mcp/{slug} with an MCP audience key — see the API reference and company MCP guide.