Skip to main content
Torpedo runs a public Model Context Protocol server so AI coding assistants (Claude, Cursor, and other MCP clients) can search and read Torpedo’s documentation directly instead of relying on training data that may be outdated.
This server is documentation-only. It never sends email or SMS, proxies Torpedo API calls, or accesses your account. Never paste a Torpedo API key into an MCP tool call — application code should read TORPEDO_API_KEY from server-side secret storage.

Endpoint

The server is stateless, requires no authentication, and speaks streamable HTTP JSON-RPC. Requests are capped at 64 KiB and rate-limited to 60 requests per minute per IP.

Connect a client

Tools

Every page and API operation is also exposed as an MCP resource, so clients that support resource browsing can list and read them without calling a tool first. All source content is the same English-language documentation and OpenAPI spec published on this site, kept in sync automatically — there’s no separate copy to fall out of date. Queries in other languages (e.g. Portuguese) are accepted, but returned content is always the canonical English source.