The Bookable documentation site exposes a built-in Model Context Protocol (MCP) server. Connect your AI coding agent to it and it will automatically retrieve accurate information about the Bookable API — correct auth URLs, endpoint shapes, composite ID rules, error codes, and more.
MCP server URL: https://docs.bookabletech.com/mcp
No authentication is required — the Bookable docs are public.
| Tool | What it does |
|---|---|
list-apis | Lists available APIs with their context and purpose |
get-endpoints | Returns all endpoints and descriptions for a specific API |
get-endpoint-info | Returns parameters, security, and examples for a specific endpoint |
get-full-api-description | Returns the complete OpenAPI description |
search | Searches documentation and returns relevant content for a query |
Run this command in your terminal:
claude mcp add bookable-docs https://docs.bookabletech.com/mcp --transport httpThen type /mcp in the Claude Code CLI to verify the connection and see the list of available tools.
Once connected, ask your AI tool:
"What is the correct token endpoint URL for the Bookable API?"
It should return https://auth.bookabletech.com/oauth/token. If it does, the MCP server is working correctly.
Looking to give your AI agent the ability to call the Bookable API directly (create bookings, check availability), rather than just read the docs? See the Bookable MCP Server guide.