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

https://docs.useroot.com/_mcp/server

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:

1{
2 "mcpServers": {
3 "rootpay-docs": {
4 "url": "https://docs.useroot.com/_mcp/server"
5 }
6 }
7}

Claude Code

$claude mcp add rootpay-docs https://docs.useroot.com/_mcp/server

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:

https://docs.useroot.com/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.