MCP server for AP2 β Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ 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-ap2)<a href="https://allmcps.com/mcp/mcp-ap2"><img src="https://allmcps.com/api/badge/mcp-ap2?style=directory" alt="MCP Ap2 on AllMCPs" /></a>