Skip to main content
CBPay ships an official MCP (Model Context Protocol) server at 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

Add cbpay-docs MCP server to CursorAdd cbpay-docs MCP server to Cursor Install cbpay-docs MCP server in VS Code Install cbpay-docs MCP server in VS Code Insiders

Setup by client

Click the Add to Cursor button above and confirm the install, or add the server manually to ~/.cursor/mcp.json (global) or .cursor/mcp.json in your project:
mcp.json
The server appears in Settings → MCP with its tools ready to use.

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_required error 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

No. The MCP server is public and serves documentation only. Your CBPay API key is never involved — keep it for your integration code.
No. The server is strictly read-only over documentation content: it cannot create payouts, move balances or touch the live API in any way.
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.
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.
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.
Last modified on July 14, 2026