Skip to main content
This site exposes an MCP server (Model Context Protocol): an endpoint your AI assistant can query to read this documentation and the endpoint reference without you copying and pasting anything.

What it exposes

The server indexes the entire site: the guides, the concepts, and the API reference generated from the OpenAPI spec. Your client can search the pages and read each endpoint’s definition — 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:
Register the server with a single command:
Confirm it connected with claude mcp list.
The URL also appears in the contextual menu at the top of every page, under the MCP option.

Next steps

Quickstart

Authenticate your first request and send a message.

Authentication

How to issue and use your API key.