https://mcp.cbpayapp.com. Add it to Cursor, VS Code, Claude or any MCP-compatible
client and your AI assistant can search this documentation, read every endpoint with
its real request/response examples and look up error codes — without leaving your editor.
It is documentation only and read-only: it never calls the live API, never needs an
API key, and requires no authentication. The transport is streamable HTTP.
One-click install
Setup by client
- Cursor
- Claude Code
- Claude (web & Desktop)
- VS Code
- ChatGPT
- Other clients
Click the Add to Cursor button above and confirm the install, or add the
server manually to The server appears in Settings → MCP with its tools ready to use.
~/.cursor/mcp.json (global) or .cursor/mcp.json in your
project:mcp.json
Available tools
Prompts to try
Once connected, ask your assistant things like:- “Using the CBPay docs, show me how to create a payout to Chile with curl.”
- “What does the
idempotency_key_requirederror mean and how do I fix it?” - “List every payins endpoint and explain the QR flow for Bolivia.”
- “How do I verify the signature of a CBPay webhook?”
FAQ
Do I need an API key or account?
Do I need an API key or account?
No. The MCP server is public and serves documentation only. Your CBPay API key
is never involved — keep it for your integration code.
Can it execute operations against my account?
Can it execute operations against my account?
No. The server is strictly read-only over documentation content: it cannot
create payouts, move balances or touch the live API in any way.
Which transport does it use?
Which transport does it use?
Streamable HTTP at
https://mcp.cbpayapp.com. Clients that only support
stdio-based local servers can bridge it with a proxy such as mcp-remote.How is this different from Postman or the site search?
How is this different from Postman or the site search?
Same content, different consumer: the Postman collection is for
humans testing requests, the site search is for humans reading — the MCP server
is for your AI assistant, so it can answer integration questions with the real
documented behavior instead of guessing.
Is the content always up to date?
Is the content always up to date?
Yes — it is generated from the same documentation you are reading, so every
release listed in the changelog is reflected in the MCP
content as well.