MCP server for Adyen Checkout API v71 โ enterprise payments (iFood, Uber, Spotify in LatAm)
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Every commerce API your AI agent needs to run a business in Latin America.
Brazil ๐ง๐ท ยท Mexico ๐ฒ๐ฝ ยท Argentina ๐ฆ๐ท ยท Colombia ๐จ๐ด ยท Chile ๐จ๐ฑ ยท Peru ๐ต๐ช ยท plus 4 agentic payment protocols.
MCP servers for LATAM commerce ยท live in the official MCP Registry ยท MIT License
Machine-readable catalog: codespar.dev/api/servers
Catalog ยท Quick Start ยท Agentic Protocols ยท All Servers ยท Contribute
AI agents can write code, analyze data, and chat. But they can't operate a business โ collect payments, issue invoices, ship products, or notify customers. Especially not in Latin America, where every service has its own API, auth pattern, and quirks (mTLS for BACEN Pix v2, JWT-RSA for STP-SPEI, AFIP web services, contract-gated developer portals, and on).
Meanwhile, four agentic payment protocols are shipping in parallel โ checkout protocols (Stripe ACP, Google UCP), authorization layers (AP2), and micropayment rails (x402) โ and none of them compose cleanly with each other or with the regional rails businesses actually run on.
MCP Dev LATAM bridges both gaps. Traditional LATAM services + the new agentic payment protocols, all accessible through a single MCP interface.
Each MCP server in this repo wraps a real provider โ payments, fiscal, logistics, messaging, banking, ERP, identity, fraud, crypto, and the agentic protocols โ so your agent can operate a complete business workflow.
Six systems. Zero human intervention. One agent.
Four servers for the emerging agentic payment stack:
| Protocol | Server | Tools | What it does |
|---|---|---|---|
| Google UCP no live endpoint | @codespar/mcp-ucp | 20 | Universal Commerce Protocol โ agentic shopping, cart, checkout, orders, delivery, identity. |
| Stripe ACP | @codespar/mcp-stripe-acp | 24 | Agentic Commerce Protocol โ AI agent checkout, payment delegation, products, invoices. |
| x402 no live endpoint | @codespar/mcp-x402 | 10 | HTTP-native micropayments by Coinbase โ when an agent hits a 402, it pays USDC on Base/Solana and retries. Pure HTTP, no checkout UI. |
| AP2 no live endpoint | @codespar/mcp-ap2 alpha | 22 | Google's Agent-to-Agent Payment Protocol โ authorization, audit trails, scoped spend limits. |
No live endpoint behind UCP, AP2, and x402. Checked on 2026-08-27:
Server BASE_URLin sourceWhat that address answered @codespar/mcp-ucphttps://commerce.googleapis.com/ucp/v1(packages/payments/ucp/src/index.ts:71-73)HTTP 404, Google's generic Error 404 (Not Found)HTML page@codespar/mcp-ap2https://ap2.googleapis.com/v1(packages/payments/ap2/src/index.ts:62-64)HTTP 404, the same generic HTML page @codespar/mcp-x402https://api.x402.org/v1(packages/crypto/x402/src/index.ts:40)NXDOMAIN, the host does not resolveEvery path these servers actually call failed on the same run, which is what the claim above rests on. A generic 404 by itself does not prove a name has no service behind it:
translate.googleapis.com/v1, a registered service asked for a path it does not serve, answers the same generic page.UCP, AP2, and x402 are published specifications, and these three packages ship tool definitions written for them. We have not checked those definitions against a conforming implementation, and no call made through the three servers currently reaches a service.
Each protocol sits at a different level of agent autonomy:
MCP Dev LATAM sits at the Tool Layer โ the middleware that connects every application, authorization, and settlement protocol through one interface.
Add to ~/.config/claude/claude_desktop_config.json:
For alpha packages (contract-gated providers like Itaรบ, Bradesco, Santander, Caixa, BB, BTG, C6, Sicoob, Bradesco, Matera), add @alpha to the install:
BrasilAPI and BCRA are public โ no key required. Try it in your terminal:
Then ask your agent: "What is the address for CEP 01001-000?" or "Look up CNPJ 00.000.000/0001-91".
This is what makes the LATAM catalog different โ not individual connectors, but a complete business workflow across verticals:
| Step | Vertical | Example providers | What the agent does |
|---|---|---|---|
| 1 | ๐ณ Payment | Asaas / Mercado Pago / Zoop | Creates Pix charge, splits to sellers |
| 2 | ๐ Fiscal | Nuvem Fiscal / NFe.io / Focus NFe | Issues NFe/NFSe when payment confirmed |
| 3 | ๐ฆ Logistics | Melhor Envio / Correios / Skydropx | Quotes shipping, generates label |
| 4 | ๐ฑ Messaging | Z-API / WhatsApp Cloud / Twilio | Sends tracking via customer's preferred channel |
| 5 | ๐ ERP | Omie / Bling / Tiny / Conta Azul | Records order, updates inventory |
| 6 | ๐ฆ Banking | Stark Bank / Itaรบ / BTG | Reconciles balance, creates reports |
To orchestrate all six steps with governance, approval workflows, and audit trails โ use CodeSpar.
Browse the full catalog at codespar.dev/servers. Each server has its own README, env-var requirements, and tool reference under packages/<category>/<slug>/.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-adyen)<a href="https://allmcps.com/mcp/mcp-adyen"><img src="https://allmcps.com/api/badge/mcp-adyen?style=directory" alt="MCP Adyen on AllMCPs" /></a>