Connect MCP
RootPay publishes a Docs MCP server so Cursor, Claude Code, and other MCP clients can answer questions from the live API specification and guides — without hallucinating stale field names.
Endpoint
This MCP server is read-only documentation search. It does not execute API calls or hold your API keys.
Cursor
Add to ~/.cursor/mcp.json:
Claude Code
Example prompts
- “What fields are required to create a payout?”
- “How does RootPay handle idempotency on POST /api/payouts?”
- “What authentication header does the Payees API use?”
LLM index
For tools that consume llms.txt:
Execution MCP (coming soon)
A separate execution MCP that proxies authenticated API calls will be hosted at mcp.useroot.com in a later release. Until then, use the official API with your x-api-key or an SDK.