MCP Mercado Pago runs on your own machine — the client starts it, so there is no endpoint to ping. 15 installs a week from npm. Last commit 29 Aug 2026.
Mercado Pago — payments, checkout, PIX, refunds for LATAM
Today is the operative word: we check MCP Mercado Pago every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-mercado-pago -- npx -y @codespar/mcp-mercado-pago
{
"mcpServers": {
"mcp-mercado-pago": {
"args": [
"-y",
"@codespar/mcp-mercado-pago"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-mercado-pago]
command = "npx"
args = ["-y", "@codespar/mcp-mercado-pago"]
{
"mcpServers": {
"mcp-mercado-pago": {
"args": [
"-y",
"@codespar/mcp-mercado-pago"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-mercado-pago": {
"args": [
"-y",
"@codespar/mcp-mercado-pago"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MERCADO_PAGO_ACCESS_TOKEN (API key/token for mercado-pago).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)
MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries
MCP server for Adyen Checkout API v71 — enterprise payments (iFood, Uber, Spotify in LatAm)
MCP server for Clip (PayClip) — Mexico's leading acquirer: payment links, card charges, refunds
PayPay QR payments for AI agents: QR codes, status, refunds, cancels. Bilingual JP/EN.
MCP server for NuPay — Nubank merchant checkout: Pix + wallet one-click for 100M+ BR users
MCP server for Flow.cl — Chilean PSP: hosted payment orders, Webpay, refunds, HMAC-signed API
Mercado Libre — LATAM marketplace, product search, orders, sellers, shipments
Answers built from our own checks of this server.