Install
$ agentstack add mcp-codespar-mcp-dev-latam ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
MCP Dev LATAM 🌎
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.
110 MCP servers · 2,300 tools · 6 countries · MIT License
Catalog · Quick Start · Agentic Protocols · All Servers · Contribute
The Problem
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.
The Solution
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.
🛒 Customer places order
→ 💳 Agent charges via Pix (Asaas / Mercado Pago / Zoop)
→ 📄 Agent issues NFe (Nuvem Fiscal / Focus NFe / NFe.io)
→ 📦 Agent generates shipping label (Melhor Envio / Skydropx)
→ 📱 Agent sends tracking via WhatsApp (Z-API / WhatsApp Cloud)
→ 📊 Agent records in ERP (Omie / Bling / Tiny)
→ 🏦 Agent reconciles balance (Stark Bank / Itaú / BTG)
Six systems. Zero human intervention. One agent.
Agentic Payment Protocols
Four servers that bridge the emerging agentic payment stack:
| Protocol | Server | Tools | What it does | |----------|--------|-------|-------------| | [Google UCP](packages/payments/ucp) | @codespar/mcp-ucp | 20 | Universal Commerce Protocol — agentic shopping, cart, checkout, orders, delivery, identity. Google's full commerce stack for AI agents. | | [Stripe ACP](packages/payments/stripe-acp) | @codespar/mcp-stripe-acp | 24 | Agentic Commerce Protocol — AI agent checkout, payment delegation, products, invoices. Live in ChatGPT with 1M+ Shopify merchants. | | [x402](packages/crypto/x402) | @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](packages/payments/ap2) | @codespar/mcp-ap2 alpha | 22 | Google's Agent-to-Agent Payment Protocol — authorization, audit trails, scoped spend limits. 60+ partners including Visa, Mastercard, Stripe, PayPal. |
The Autonomy Spectrum
Each protocol sits at a different level of agent autonomy:
Human-in-loop ◄──────────────────────────────► Fully autonomous
┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐
│ ACP │ │ UCP │ │ AP2 │ │ x402 │
│ Stripe │ │ Google │ │ Google │ │Coinbase │
└─────────┘ └─────────┘ └─────────┘ └─────────┘
User confirms Commerce User sets No user.
every purchase lifecycle rules, agent Machine-to-
in-chat managed acts within machine at
by agent budget/scope HTTP layer
The Convergence Stack
┌─────────────────────────────────────────────┐
│ Application Layer ACP / UCP │ Chat UX, product discovery
├─────────────────────────────────────────────┤
│ Authorization Layer AP2 / Mandates │ Spend limits, audit trails
├─────────────────────────────────────────────┤
│ Tool Layer MCP ◄── WE ARE │ Standardized agent tools
├─────────────────────────────────────────────┤
│ Settlement Layer x402 / Pix / Card │ On-chain or traditional rails
└─────────────────────────────────────────────┘
MCP Dev LATAM sits at the Tool Layer — the middleware that connects every application, authorization, and settlement protocol through one interface.
Why this matters
Agent needs to buy something
├── Full commerce? → Google UCP (search → cart → checkout → delivery)
├── Retail checkout? → Stripe ACP (create_checkout → complete_checkout)
├── API micropayment? → x402 (pay_request → USDC $0.001 → data returned)
├── Agent-to-agent? → AP2 (authorize_payment → execute_payment)
└── LATAM merchant? → Asaas / Mercado Pago / Conekta / Wompi / etc.
All via MCP. Same interface. One agent.
Quick Start
With Claude Desktop
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"stripe-acp": {
"command": "npx",
"args": ["-y", "@codespar/mcp-stripe-acp"],
"env": {
"STRIPE_API_KEY": "sk_test_..."
}
},
"asaas": {
"command": "npx",
"args": ["-y", "@codespar/mcp-asaas"],
"env": {
"ASAAS_API_KEY": "your-api-key",
"ASAAS_SANDBOX": "true"
}
}
}
}
For alpha packages (contract-gated providers like Itaú, Bradesco, Santander, Caixa, BB, BTG, C6, Sicoob, Bradesco, Matera), add @alpha to the install:
npx -y @codespar/mcp-itau@alpha
With any MCP client
npx @codespar/mcp-stripe-acp # Agentic Commerce Protocol
npx @codespar/mcp-ucp # Google Universal Commerce Protocol
npx @codespar/mcp-x402 # HTTP micropayments (Coinbase)
npx @codespar/mcp-ap2@alpha # Agent-to-Agent payment authorization
npx @codespar/mcp-asaas # BR billing + Pix
npx @codespar/mcp-mercado-pago # LATAM payments
npx @codespar/mcp-nuvem-fiscal # NFe / NFSe
npx @codespar/mcp-melhor-envio # Multi-carrier shipping
npx @codespar/mcp-z-api # WhatsApp messaging
npx @codespar/mcp-omie # ERP
npx @codespar/mcp-stark-bank # Banking
npx @codespar/mcp-brasil-api # CEP, CNPJ (no key needed!)
Try it now (no API key)
[BrasilAPI](packages/identity/brasil-api) and [BCRA](packages/argentina/bcra) are public — no key required. Try it in your terminal:
npx @codespar/mcp-brasil-api
Then ask your agent: "What is the address for CEP 01001-000?" or "Look up CNPJ 00.000.000/0001-91".
The Complete Loop
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.
All Servers
Browse the full catalog at codespar.dev/servers. Each server has its own README, env-var requirements, and tool reference under packages///.
💳 Payments (40 servers)
| Server | Tools | npm | Auth | |---|---|---|---| | [Mercado Pago](packages/payments/mercado-pago) | 30 | @codespar/mcp-mercado-pago | API Key | | [Stripe](packages/payments/stripe) | 30 | @codespar/mcp-stripe | API Key | | [Zoop](packages/payments/zoop) | 28 | @codespar/mcp-zoop | API Key | | [Adyen](packages/payments/adyen) | 25 | @codespar/mcp-adyen | API Key | | [Asaas](packages/payments/asaas) | 24 | @codespar/mcp-asaas | API Key | | [Pagseguro](packages/payments/pagseguro) | 24 | @codespar/mcp-pagseguro | API Key | | [Stripe ACP](packages/payments/stripe-acp) | 24 | @codespar/mcp-stripe-acp | API Key | | [Iugu](packages/payments/iugu) | 23 | @codespar/mcp-iugu | API Key | | [Openpay](packages/payments/openpay) | 23 | @codespar/mcp-openpay | API Key | | [AP2](packages/payments/ap2) alpha | 22 | @codespar/mcp-ap2 | API Key | | [Braintree](packages/payments/braintree) | 22 | @codespar/mcp-braintree | API Key | | [Braspag](packages/payments/braspag) | 22 | @codespar/mcp-braspag | API Key | | [Cielo](packages/payments/cielo) | 22 | @codespar/mcp-cielo | API Key | | [Inter Bank](packages/payments/inter-bank) | 22 | @codespar/mcp-inter-bank | OAuth2 | | [Mercado Libre](packages/payments/mercado-libre) | 22 | @codespar/mcp-mercado-libre | API Key | | [Nubank](packages/payments/nubank) alpha | 22 | @codespar/mcp-nubank | OAuth2 | | [Nupay](packages/payments/nupay) | 22 | @codespar/mcp-nupay | OAuth2 | | [Pagar Me](packages/payments/pagar-me) | 22 | @codespar/mcp-pagar-me | API Key | | [Rapyd](packages/payments/rapyd) | 22 | @codespar/mcp-rapyd | API Key | | [Rede](packages/payments/rede) alpha | 22 | @codespar/mcp-rede | API Key | | [Safrapay](packages/payments/safrapay) alpha | 22 | @codespar/mcp-safrapay | OAuth2 | | [Worldpay](packages/payments/worldpay) alpha | 22 | @codespar/mcp-worldpay | API Key | | [Khipu](packages/payments/khipu) alpha | 21 | @codespar/mcp-khipu | API Key | | [Stone](packages/payments/stone) | 21 | @codespar/mcp-stone | API Key | | [Wise](packages/payments/wise) | 21 | @codespar/mcp-wise | API Key | | [Airwallex](packages/payments/airwallex) | 20 | @codespar/mcp-airwallex | OAuth2 | | [Culqi](packages/payments/culqi) | 20 | @codespar/mcp-culqi | API Key | | [Getnet](packages/payments/getnet) | 20 | @codespar/mcp-getnet | OAuth2 | | [Izipay](packages/payments/izipay) alpha | 20 | @codespar/mcp-izipay | API Key | | [Picpay](packages/payments/picpay) alpha | 20 | @codespar/mcp-picpay | API Key | | [UCP](packages/payments/ucp) | 20 | @codespar/mcp-ucp | API Key | | [Vindi](packages/payments/vindi) | 20 | @codespar/mcp-vindi | API Key | | [Paypal](packages/payments/paypal) | 19 | @codespar/mcp-paypal | OAuth2 | | [Transbank](packages/payments/transbank) alpha | 19 | @codespar/mcp-transbank | API Key | | [Celcoin](packages/payments/celcoin) | 18 | @codespar/mcp-celcoin | API Key | | [dLocal](packages/payments/dlocal) | 18 | @codespar/mcp-dlocal | API Key | | [Ebanx](packages/payments/ebanx) | 18 | @codespar/mcp-ebanx | API Key | | [Efi](packages/payments/efi) | 18 | @codespar/mcp-efi | API Key | | [Pix BCB](packages/payments/pix-bcb) | 18 | @codespar/mcp-pix-bcb | API Key | | [Chargebee](packages/payments/chargebee) | 15 | @codespar/mcp-chargebee | API Key |
🏦 Banking (12 servers)
| Server | Tools | npm | Auth | |---|---|---|---| | [Stark Bank](packages/banking/stark-bank) | 27 | @codespar/mcp-stark-bank | API Key | | [Caixa](packages/banking/caixa) alpha | 23 | @codespar/mcp-caixa | OAuth2 | | [Santander](packages/banking/santander) alpha | 23 | @codespar/mcp-santander | OAuth2 | | [Bradesco](packages/banking/bradesco) alpha | 22 | @codespar/mcp-bradesco | OAuth2 | | [Itau](packages/banking/itau) alpha | 22 | @codespar/mcp-itau | OAuth2 | | [Matera](packages/banking/matera) alpha | 22 | @codespar/mcp-matera | OAuth2 | | [Dock](packages/banking/dock) alpha | 20 | @codespar/mcp-dock | OAuth2 | | [Open Finance](packages/banking/open-finance) | 18 | @codespar/mcp-open-finance | API Key | | [C6](packages/banking/c6) alpha | 14 | @codespar/mcp-c6 | OAuth2 | | [Banco Do Brasil](packages/banking/banco-do-brasil) alpha | 13 | @codespar/mcp-banco-do-brasil | OAuth2 | | [Sicoob](packages/banking/sicoob) alpha | 13 | @codespar/mcp-sicoob | OAuth2 | | [BTG](packages/banking/btg) alpha | 12 | @codespar/mcp-btg | OAuth2 |
📄 Fiscal (Brasil) (4 servers)
| Server | Tools | npm | Auth | |---|---|---|---| | [Nuvem Fiscal](packages/fiscal/nuvem-fiscal) | 24 | @codespar/mcp-nuvem-fiscal | API Key | | [Nfe Io](packages/fiscal/nfe-io) | 22 | @codespar/mcp-nfe-io | API Key | | [Conta Azul](packages/fiscal/conta-azul) | 20 | @codespar/mcp-conta-azul | API Key | | [Focus Nfe](packages/fiscal/focus-nfe) | 19 | @codespar/mcp-focus-nfe | API Key |
📱 Communication (8 servers)
| Server | Tools | npm | Auth | |---|---|---|---| | [Z API](packages/communication/z-api) | 27 | @codespar/mcp-z-api | API Key | | [Evolution API](packages/communication/evolution-api) | 25 | @codespar/mcp-evolution-api | API Key | | [Twilio](packages/communication/twilio) | 22 | @codespar/mcp-twilio | API Key | | [Whatsapp Cloud](packages/communication/whatsapp-cloud) | 22 | @codespar/mcp-whatsapp-cloud | API Key | | [Sendgrid](packages/communication/sendgrid) | 20 | @codespar/mcp-sendgrid | API Key | | [Rd Station](packages/communication/rd-station) | 18 | @codespar/mcp-rd-station | API Key | | [Take Blip](packages/communication/take-blip) | 18 | @codespar/mcp-take-blip | API Key | | [Zenvia](packages/communication/zenvia) | 18 | @codespar/mcp-zenvia | API Key |
📦 E-commerce / Logistics (7 servers)
| Server | Tools | npm | Auth | |---|---|---|---| | [Vtex](packages/ecommerce/vtex) | 33 | @codespar/mcp-vtex | API Key | | [Shopify](packages/ecommerce/shopify) | 28 | @codespar/mcp-shopify | API Key | | [Amazon](packages/ecommerce/amazon) alpha | 24 | @codespar/mcp-amazon | OAuth2 | | [Shopee](packages/ecommerce/shopee) alpha | 22 | @codespar/mcp-shopee | API Key | | [Correios](packages/ecommerce/correios) alpha | 21 | @codespar/mcp-correios | API Key | | [Melhor Envio](packages/ecommerce/melhor-envio) | 18 | @codespar/mcp-melhor-envio | API Key | | [SuperFrete](packages/ecommerce/superfrete) | 11 | @codespar/mcp-superfrete | API Key |
📊 ERP / Accounting (5 servers)
| Server | Tools | npm | Auth | |---|---|---|---| | [Omie](packages/erp/omie) | 30 | @codespar/mcp-omie | API Key | | [Bling](packages/erp/bling) | 28 | @codespar/mcp-bling | API Key | | [Xero](packages/erp/xero) | 24 | @codespar/mcp-xero | API Key | | [Quickbooks](packages/erp/quickbooks) | 22 | @codespar/mcp-quickbooks | API Key | | [Tiny](packages/erp/tiny) | 21 | @codespar/mcp-tiny | API Key |
🪪 Identity & KYC (5 servers)
| Server | Tools | npm | Auth | |---|---|---|---| | [Brasil API](packages/identity/brasil-api) | 24 | @codespar/mcp-brasil-api | No auth | | [Jumio](packages/identity/jumio) | 20 | @codespar/mcp-jumio | API Key | | [Onfido](packages/identity/onfido) | 20 | @codespar/mcp-onfido | API Key | | [Persona](packages/identity/persona) | 20 | @codespar/mcp-persona | API Key | | [Unico](packages/identity/unico) alpha | 18 | @codespar/mcp-unico | OAuth2 |
🛡️ Fraud & Risk (4 servers)
| Server | Tools | npm | Auth | |---|---|---|---| | [Sift](packages/fraud/sift) alpha | 20 | @codespar/mcp-sift | API Key | | [Clearsale](packages/fraud/clearsale) alpha | 18 | @codespar/mcp-clearsale | API Key | | [Konduto](packages/fraud/konduto) alpha | 18 | @codespar/mcp-konduto | API Key | | [Legiti](packages/fraud/legiti) alpha | 18 | @codespar/mcp-legiti | API Key |
🪙 Crypto / Stablecoins (9 servers)
| Server | Tools | npm | Auth | |---|---|---|---| | [Circle](packages/crypto/circle) | 23 | @codespar/mcp-circle | API Key | | **[Foxbit](package
…
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: codespar
- Source: codespar/mcp-dev-latam
- License: MIT
- Homepage: https://codespar.dev/servers
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.