Skip to content
Last updated

AI Coding Agent Setup

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.


What the MCP server provides

ToolWhat it does
list-apisLists available APIs with their context and purpose
get-endpointsReturns all endpoints and descriptions for a specific API
get-endpoint-infoReturns parameters, security, and examples for a specific endpoint
get-full-api-descriptionReturns the complete OpenAPI description
searchSearches documentation and returns relevant content for a query

Connect your agent

Run this command in your terminal:

claude mcp add bookable-docs https://docs.bookabletech.com/mcp --transport http

Then type /mcp in the Claude Code CLI to verify the connection and see the list of available tools.


Verify the connection

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.