Checkout Pro, Pix, boleto, card. Marketplace split. The LatAm-wide payments gateway that actually works across borders.
$ npm install @codespar/mcp-mercado-pagoAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"mercado-pago": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-mercado-pago"
],
"env": {
"MERCADO_PAGO_ACCESS_TOKEN": "<your_mercado_pago_access_token>"
}
}
}
}After restart, your agent can call any of the 30 tools below โ try create_payment first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
MERCADO_PAGO_ACCESS_TOKENAPI key/token for mercado-pago
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_paymentget_paymentsearch_paymentscreate_refundcreate_preferenceget_preferencecreate_customerlist_customersMCP is a protocol โ any framework that speaks it can mount this server.