What it exposes
The server indexes the entire site: the guides and the concepts, with each action’s contract and the full error catalog. Your client can search the pages and read parameters, payloads, and errors straight from the chat.The MCP server is for exploring the documentation, not for calling the API.
Real calls still go to
https://app.1to1.ai/api/v1/public/... with your API
key. The MCP server is read-only and needs no authentication.Connect your client
The server URL is this documentation’s domain with/mcp appended:
- Claude Code
- Cursor
- Other clients
Register the server with a single command:Confirm it connected with
claude mcp list.Next steps
Quickstart
Authenticate your first request and send a message.
Authentication
How to issue and use your API key.