Brazil Payments Mcp
About
Brazil Payments Mcp is a remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Brazil via Pix, credit/debit cards, and boleto. It routes through Mercado Pago Checkout Pro — the largest payment platform in Latin America — and is listed on the…
Details
- Author
- junter1989k-ai
- Downloads
- 221
Jump to
- Accept Pix, credit/debit cards, and boleto payments
- Pull-based payment status checking with no webhooks
- Stateless translation layer — never holds funds or credentials
- Zero runtime dependencies; requires Node.js ≥ 18
- MIT licensed and part of a multi-country payment MCP family
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Brazil Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Use the MCP endpoint https://mcp-br.wishpool.app/mcp with the header x-mercadopago-access-token set to your Mercado Pago access token (TEST-... for sandbox, APP_USR-... for production). The server exposes two tools: create_payment_link (creates a BRL checkout link and returns the Checkout Pro URL plus external_reference) and query_payment_status (checks payment status by external_reference). No webhook or confirm step is required.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"brazil payments mcp": {
"brazil-payments": {
"type": "http",
"url": "https://mcp-br.wishpool.app/mcp"
}
}
}
}
McpServers
{
"brazil-payments": {
"type": "http",
"url": "https://mcp-br.wishpool.app/mcp"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


