MCP server
The public documentation exposes an MCP server. Any compatible client (Claude Code, Cursor, ChatGPT, Manus, and others) can query the docs without pasting pages into context.
The server uses the site’s semantic search: the AI asks a question and gets an answer synthesised from the published guides and reference.
URLs
The docs are public — no token required.
Claude Code
Restart the session (or open a new one) and ask, for example: “How do I do an async PIX Out on the CorpX BaaS API?”
On the site, the Connect to Claude Code page action copies the ready command.
Cursor
Create or edit ~/.cursor/mcp.json (global) or .cursor/mcp.json in the
project:
Restart Cursor. Under Settings → MCP the corpx-docs server should show
green. The Connect to Cursor button on the site opens one-click install.
ChatGPT
In the ChatGPT desktop app (or Codex CLI / IDE extension):
- Settings → MCP servers → Add server
- Name:
corpx-docs - Transport: Streamable HTTP
- URL:
https://en.docs.api.corpx.com/_mcp/server - Save and restart
With Codex CLI:
In the composer, /mcp lists connected servers.
Manus
- Settings → Connectors → Add connectors → Custom MCP → Direct configuration
- Name:
CorpX docs - Transport: HTTP
- Server URL:
https://en.docs.api.corpx.com/_mcp/server - Save (no headers — the docs are public)
In a new task, ask: “Check the CorpX docs and tell me the required headers for the tenant host.”
Other clients
Any MCP client with HTTP / Streamable HTTP transport accepts the same URL.
Examples: Claude Desktop, Windsurf, VS Code / GitHub Copilot (mcp.json),
custom agents.
Alongside the indexes
MCP does not replace the static files for agents:
/llms.txt— index/openapi/baas.yaml//openapi/ib.yaml— contract- For agents (BaaS) and For agents (IB) — rules the spec does not express