MCP Dev Brasil — 37 Servers for Agentic Commerce
About
37 MCP servers for agentic commerce and Brazilian services. Stripe ACP, x402 (Coinbase), AP2 (Google), Google UCP, plus 14 Brazilian payment rails, fiscal, banking, communication, logistics, ERP, identity, and crypto APIs. ~480 tools. Supports stdio and Streamable HTTP. Published
Details
- Author
- codespar
- Downloads
- 397
- Categories
- Other, API
Jump to
- 37 MCP servers for commerce and Brazilian services
- Stripe ACP with 16 tools for agentic checkout
- x402 with 10 tools for HTTP micropayments
- AP2 with 13 tools for agent authorization and audit trails
- Google UCP with 21 tools for shopping, cart, and orders
- Brazilian rails: Asaas, PagSeguro, Pix, Cielo, Stone, and more
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Dev Brasil — 37 Servers for Agentic CommerceCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Run one of the provided NPX servers: npx @codespar/mcp-brasil-api (free, no API key), npx @codespar/mcp-stripe-acp for Stripe checkout, or npx @codespar/mcp-x402 for HTTP micropayments. All servers support stdio and Streamable HTTP transport.
get_cep
Look up address by CEP (Brazilian postal code)
get_cnpj
Look up company information by CNPJ
get_banks
List all Brazilian banks with codes and names
get_holidays
List national holidays for a given year
get_fipe_brands
List vehicle brands by type from FIPE table
get_fipe_price
Get vehicle price from FIPE table by code
get_ddd
Get state and cities for a DDD (area code)
get_isbn
Look up book information by ISBN
get_ncm
Look up NCM tax classification code
get_cptec_weather
Get weather forecast for a city (CPTEC/INPE)
get_pix_participants
List Pix participant institutions (PSPs/banks enrolled in Pix)
get_domain_info
Look up .br domain registration info
get_ibge_municipalities
List all municipalities for a Brazilian state (IBGE data)
get_tax_rates
Get current Brazilian tax/economic rates (Selic, CDI, IPCA)
get_cptec_cities
Search CPTEC/INPE cities by name for weather forecasts
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp dev brasil \u2014 37 servers for agentic commerce": {
"brasil-api": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-brasil-api"
]
}
}
}
}
McpServers
{
"brasil-api": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-brasil-api"
]
}
}
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.
127 MCP servers for LATAM commerce · live in the official MCP Registry · MIT License
Live machine-readable count:codespar.dev/api/servers
Catalog·Quick Start·Agentic Protocols·All Servers·Contribute
AI agents can write code, analyze data, and chat. But they can'toperate 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) — andnone of them compose cleanlywith 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.
🛒 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.
Four servers that bridge the emerging agentic payment stack:
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
┌─────────────────────────────────────────────┐ │ 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.
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.
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@alphato the install:
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!)
BrasilAPIandBCRAare 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 acomplete business workflowacross verticals:
To orchestrate all six steps with governance, approval workflows, and audit trails — useCodeSpar.
Browse the full catalog atcodespar.dev/servers. Each server has its own README, env-var requirements, and tool reference underpackages/<category>/<slug>/.
AI Agent (Claude, ChatGPT, Cursor) ↕ MCP Server (this repo) ↕ LATAM API / Agentic Protocol (Stripe ACP, x402, Asaas, Mercado Pago, NFe.io, etc.)
- Exposestyped toolswith input/output schemas
- Handlesauthentication(OAuth, mTLS, API keys, Basic Auth, JWT-RSA, signed requests)
- Supportsdual transport— stdio (default) andStreamable HTTP(--httpflag)
- Compatible withClaude Managed Agentsvia MCP Connector
- Supportssandbox modefor safe testing
- Returnsstructured JSONresponses
Any server can run as an HTTP server for remote/cloud use:
# stdio (default — local, Claude Desktop, Cursor, Claude Code) npx @codespar/mcp-asaas # HTTP (remote — Managed Agents, cloud deployments) npx @codespar/mcp-asaas --http # or MCP_HTTP=true npx @codespar/mcp-asaas
HTTP mode exposes/mcp(Streamable HTTP) and/health(status check).
About a third of the catalog ships under thealphanpm dist-tag. These packages have correct tool schemas and auth flow, but the endpoint paths are best-guesses — typically because the provider's developer portal is contract-gated (BR public banks, AR central authority APIs, MX bank-transfer providers). They're flagged withTODO(verify)in source.
Stable packages (the majority) install with the default tag:
Status is shown on every package page atcodespar.dev/serversand in each package README.
CodeSparbuildscommerce infrastructure for AI agents in Latin America— an MCP catalog (this repo), a runtime + SDK (@codespar/sdkon npm,codesparon PyPI), and a managed-tier governance product (AgentGate: programmable wallet, policy engine, CFO-grade audit, fiscal-compliance certifications).
Individual MCP servers are useful. Orchestrating many with governance is powerful.That's what CodeSpar does.
Part of a broader ecosystem index:Awesome Agentic Commerce LATAM— a vendor-neutral list of the protocols, rails, providers, and regulation for agents that move money in Latin America.
We welcome contributions. SeeCONTRIBUTING.md.
Want a server for a service not listed?Open a server-request issue— there's a structured form with name, npm package, docs link, auth flow.
MIT — use freely in commercial and open source projects.
Transaction-complete hotel booking over MCP — 300K+ properties, real hotel confirmation numbers, loyalty points, secure checkout. Hotels are merchant of record. Builders set their own booking fee via Stripe Connect. Built on proven distribution infrastructure.
Static MCP discovery card for x402 spend-policy, paid MCP launch guidance, seller checkout repair, and agent-payment safety APIs.
Fully autonomous AI agent commerce — USA-built, 1.75% fee (11x cheaper than ACP). 15 tools for escrow, reputation, spending limits, collateral staking, referrals. ERC-8004 on 4 chains. $1K insurance. Stripe fiat + crypto. npx @synmerco/mcp-server
AI agent commerce marketplace — register, list services, buy and sell capabilities with real payments via Stripe.
Mercado Pago's official MCP server, offering tools to interact with our API, simplifying tasks and product integration.
The PayPal Model Context Protocol server allows you to integrate with PayPal APIs through function calling. This protocol supports various tools to interact with different PayPal services.
A Model Context Protocol (MCP) server for square
Integrate AI tools and agents with Cashfree's Payment Gateway, Payouts, and SecureID APIs.
A read-only MCP server for querying live data from Square using the CData JDBC Driver.
Interact with the Gumroad API to access and manage your products, sales, and creator data.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




