PluginBench
MCP Server
Active
MIT

io.github.codespar/mcp-bigdatacorp MCP Server

io.github.codespar/mcp-bigdatacorp

Query BigDataCorp's Brazilian KYC and antifraud data (CPF/CNPJ/vehicle/property) from your AI agent.

What is the io.github.codespar/mcp-bigdatacorp MCP server?

The BigDataCorp MCP server (io.github.codespar/mcp-bigdatacorp) gives AI agents programmatic access to BigDataCorp's Brazilian data enrichment and KYC platform, covering CPF, CNPJ, vehicle, property, and antifraud lookups. It's part of the larger MCP Dev LATAM catalog of servers that let agents interact with LATAM commerce, fiscal, and identity APIs. It's distributed as the npm package @codespar/mcp-bigdatacorp.

This MCP server wraps BigDataCorp's data enrichment and KYC API, part of the MCP Dev LATAM catalog of 110 servers built to let AI agents operate commerce, fiscal, banking, and identity workflows across Latin America. It enables agents to perform identity verification and antifraud checks on Brazilian individuals (CPF) and companies (CNPJ), plus vehicle and property lookups, without needing to hand-roll integration with BigDataCorp's API and auth. It's useful for KYC/onboarding flows, fraud screening, and due-diligence checks within an AI-driven business process.

How to install io.github.codespar/mcp-bigdatacorp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench β€” verify against the source before use.
Environment / auth
  • BIGDATACORP_ACCESS_TOKEN
    required
    secret

    AccessToken header value from the BigDataCorp dashboard

  • BIGDATACORP_TOKEN_ID
    required
    secret

    TokenId header paired with the access token

  • BIGDATACORP_API_BASE

    API base URL β€” defaults to BigDataCorp production. Override for sandbox.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-bigdatacorp": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bigdatacorp"
      ],
      "env": {
        "BIGDATACORP_ACCESS_TOKEN": "<YOUR_BIGDATACORP_ACCESS_TOKEN>",
        "BIGDATACORP_TOKEN_ID": "<YOUR_BIGDATACORP_TOKEN_ID>",
        "BIGDATACORP_API_BASE": "<YOUR_BIGDATACORP_API_BASE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-bigdatacorp": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bigdatacorp"
      ],
      "env": {
        "BIGDATACORP_ACCESS_TOKEN": "<YOUR_BIGDATACORP_ACCESS_TOKEN>",
        "BIGDATACORP_TOKEN_ID": "<YOUR_BIGDATACORP_TOKEN_ID>",
        "BIGDATACORP_API_BASE": "<YOUR_BIGDATACORP_API_BASE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-bigdatacorp": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bigdatacorp"
      ],
      "env": {
        "BIGDATACORP_ACCESS_TOKEN": "<YOUR_BIGDATACORP_ACCESS_TOKEN>",
        "BIGDATACORP_TOKEN_ID": "<YOUR_BIGDATACORP_TOKEN_ID>",
        "BIGDATACORP_API_BASE": "<YOUR_BIGDATACORP_API_BASE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-bigdatacorp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bigdatacorp"
      ],
      "env": {
        "BIGDATACORP_ACCESS_TOKEN": "<YOUR_BIGDATACORP_ACCESS_TOKEN>",
        "BIGDATACORP_TOKEN_ID": "<YOUR_BIGDATACORP_TOKEN_ID>",
        "BIGDATACORP_API_BASE": "<YOUR_BIGDATACORP_API_BASE>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-bigdatacorp --env BIGDATACORP_ACCESS_TOKEN=<YOUR_BIGDATACORP_ACCESS_TOKEN> --env BIGDATACORP_TOKEN_ID=<YOUR_BIGDATACORP_TOKEN_ID> --env BIGDATACORP_API_BASE=<YOUR_BIGDATACORP_API_BASE> -- npx -y @codespar/mcp-bigdatacorp

Use cases

  • Verify a customer's identity via CPF during onboarding/KYC
  • Look up company registration and status via CNPJ before a B2B transaction
  • Run antifraud checks on a prospective customer or counterparty
  • Retrieve vehicle or property records tied to a Brazilian document for due diligence

io.github.codespar/mcp-bigdatacorp MCP server FAQ

What does the BigDataCorp MCP server do?

It connects AI agents to BigDataCorp's Brazilian data enrichment and KYC platform, enabling lookups and antifraud checks for CPF (individuals), CNPJ (companies), vehicles, and property records.

Is the BigDataCorp MCP server free?

The MCP server package itself is open source (MIT-licensed, part of the MCP Dev LATAM repo), but it requires a BigDataCorp API account, and access to that underlying data API is subject to BigDataCorp's own pricing and terms.

How do I install it in Claude Desktop or Cursor?

Add it to your MCP client config to run via npx, e.g. command "npx" with args ["-y", "@codespar/mcp-bigdatacorp"], and supply the required BigDataCorp API credentials as environment variables, following the same pattern used for other servers in the repo (like Asaas or Stripe ACP).

What authentication does it require?

It requires a BigDataCorp API key/credentials, supplied via environment variables in your MCP client configuration.

Is this server specific to Brazil?

Yes, BigDataCorp's data covers Brazilian identity and asset records (CPF, CNPJ, vehicles, property), so this server is focused on Brazil rather than other LATAM countries.

Where can I find the full tool list and setup docs?

The README references a per-server documentation path (packages/identity/... in the codespar/mcp-dev-latam repo) and the catalog at codespar.dev/servers, though the specific tool list wasn't included in the provided excerpt.

README (reference)

Source of truth, from the repository.

<p align="center"> <h1 align="center">MCP Dev LATAM 🌎</h1> <p align="center"> <strong>Every commerce API your AI agent needs to run a business in Latin America.</strong><br> <em>Brazil πŸ‡§πŸ‡· Β· Mexico πŸ‡²πŸ‡½ Β· Argentina πŸ‡¦πŸ‡· Β· Colombia πŸ‡¨πŸ‡΄ Β· Chile πŸ‡¨πŸ‡± Β· Peru πŸ‡΅πŸ‡ͺ Β· plus 4 agentic payment protocols.</em> </p> <p align="center"> 110 MCP servers Β· 2,300 tools Β· 6 countries Β· MIT License </p> <p align="center"> <a href="https://codespar.dev/servers">Catalog</a> Β· <a href="#quick-start">Quick Start</a> Β· <a href="#agentic-payment-protocols">Agentic Protocols</a> Β· <a href="#all-servers">All Servers</a> Β· <a href="docs/CONTRIBUTING.md">Contribute</a> </p> <p align="center"> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a> <img src="https://img.shields.io/badge/servers-110-green" alt="110 servers"> <img src="https://img.shields.io/badge/tools-2,300-orange" alt="2300 tools"> <img src="https://img.shields.io/badge/countries-6-blue" alt="6 countries"> <img src="https://img.shields.io/badge/MCP-compatible-purple" alt="MCP compatible"> </p> </p>

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:

ProtocolServerToolsWhat it does
Google UCP@codespar/mcp-ucp20Universal Commerce Protocol β€” agentic shopping, cart, checkout, orders, delivery, identity. Google's full commerce stack for AI agents.
Stripe ACP@codespar/mcp-stripe-acp24Agentic Commerce Protocol β€” AI agent checkout, payment delegation, products, invoices. Live in ChatGPT with 1M+ Shopify merchants.
x402@codespar/mcp-x40210HTTP-native micropayments by Coinbase β€” when an agent hits a 402, it pays USDC on Base/Solana and retries. Pure HTTP, no checkout UI.
AP2@codespar/mcp-ap2 <sub>alpha</sub>22Google'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 and 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:

StepVerticalExample providersWhat the agent does
1πŸ’³ PaymentAsaas / Mercado Pago / ZoopCreates Pix charge, splits to sellers
2πŸ“„ FiscalNuvem Fiscal / NFe.io / Focus NFeIssues NFe/NFSe when payment confirmed
3πŸ“¦ LogisticsMelhor Envio / Correios / SkydropxQuotes shipping, generates label
4πŸ“± MessagingZ-API / WhatsApp Cloud / TwilioSends tracking via customer's preferred channel
5πŸ“Š ERPOmie / Bling / Tiny / Conta AzulRecords order, updates inventory
6🏦 BankingStark Bank / Itaú / BTGReconciles 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/<category>/<slug>/.

πŸ’³ Payments (40 servers)

ServerToolsnpmAuth
Mercado Pago30@codespar/mcp-mercado-pagoAPI Key
Stripe30@codespar/mcp-stripeAPI Key
Zoop28@codespar/mcp-zoopAPI Key
Adyen25@codespar/mcp-adyenAPI Key
Asaas24@codespar/mcp-asaasAPI Key
Pagseguro24@codespar/mcp-pagseguroAPI Key
Stripe ACP24@codespar/mcp-stripe-acpAPI Key
Iugu23@codespar/mcp-iuguAPI Key
Openpay23@codespar/mcp-openpayAPI Key
AP2 <sub>alpha</sub>22@codespar/mcp-ap2API Key
Braintree22@codespar/mcp-braintreeAPI Key
Braspag22@codespar/mcp-braspagAPI Key
Cielo22@codespar/mcp-cieloAPI Key
Inter Bank22@codespar/mcp-inter-bankOAuth2
Mercado Libre22@codespar/mcp-mercado-libreAPI Key
Nubank <sub>alpha</sub>22@codespar/mcp-nubankOAuth2
Nupay22@codespar/mcp-nupayOAuth2
Pagar Me22@codespar/mcp-pagar-meAPI Key
Rapyd22@codespar/mcp-rapydAPI Key
Rede <sub>alpha</sub>22@codespar/mcp-redeAPI Key
Safrapay <sub>alpha</sub>22@codespar/mcp-safrapayOAuth2
Worldpay <sub>alpha</sub>22@codespar/mcp-worldpayAPI Key
Khipu <sub>alpha</sub>21@codespar/mcp-khipuAPI Key
Stone21@codespar/mcp-stoneAPI Key
Wise21@codespar/mcp-wiseAPI Key
Airwallex20@codespar/mcp-airwallexOAuth2
Culqi20@codespar/mcp-culqiAPI Key
Getnet20@codespar/mcp-getnetOAuth2
Izipay <sub>alpha</sub>20@codespar/mcp-izipayAPI Key
Picpay <sub>alpha</sub>20@codespar/mcp-picpayAPI Key
UCP20@codespar/mcp-ucpAPI Key
Vindi20@codespar/mcp-vindiAPI Key
Paypal19@codespar/mcp-paypalOAuth2
Transbank <sub>alpha</sub>19@codespar/mcp-transbankAPI Key
Celcoin18@codespar/mcp-celcoinAPI Key
dLocal18@codespar/mcp-dlocalAPI Key
Ebanx18@codespar/mcp-ebanxAPI Key
Efi18@codespar/mcp-efiAPI Key
Pix BCB18@codespar/mcp-pix-bcbAPI Key
Chargebee15@codespar/mcp-chargebeeAPI Key

🏦 Banking (12 servers)

ServerToolsnpmAuth
Stark Bank27@codespar/mcp-stark-bankAPI Key
Caixa <sub>alpha</sub>23@codespar/mcp-caixaOAuth2
Santander <sub>alpha</sub>23@codespar/mcp-santanderOAuth2
Bradesco <sub>alpha</sub>22@codespar/mcp-bradescoOAuth2
Itau <sub>alpha</sub>22@codespar/mcp-itauOAuth2
Matera <sub>alpha</sub>22@codespar/mcp-materaOAuth2
Dock <sub>alpha</sub>20@codespar/mcp-dockOAuth2
Open Finance18@codespar/mcp-open-financeAPI Key
C6 <sub>alpha</sub>14@codespar/mcp-c6OAuth2
Banco Do Brasil <sub>alpha</sub>13@codespar/mcp-banco-do-brasilOAuth2
Sicoob <sub>alpha</sub>13@codespar/mcp-sicoobOAuth2
BTG <sub>alpha</sub>12@codespar/mcp-btgOAuth2

πŸ“„ Fiscal (Brasil) (4 servers)

ServerToolsnpmAuth
Nuvem Fiscal24@codespar/mcp-nuvem-fiscalAPI Key
Nfe Io22@codespar/mcp-nfe-ioAPI Key
Conta Azul20@codespar/mcp-conta-azulAPI Key
Focus Nfe19@codespar/mcp-focus-nfeAPI Key

πŸ“± Communication (8 servers)

ServerToolsnpmAuth
Z API27@codespar/mcp-z-apiAPI Key
Evolution API25@codespar/mcp-evolution-apiAPI Key
Twilio22@codespar/mcp-twilioAPI Key
Whatsapp Cloud22@codespar/mcp-whatsapp-cloudAPI Key
Sendgrid20@codespar/mcp-sendgridAPI Key
Rd Station18@codespar/mcp-rd-stationAPI Key
Take Blip18@codespar/mcp-take-blipAPI Key
Zenvia18@codespar/mcp-zenviaAPI Key

πŸ“¦ E-commerce / Logistics (7 servers)

ServerToolsnpmAuth
Vtex33@codespar/mcp-vtexAPI Key
Shopify28@codespar/mcp-shopifyAPI Key
Amazon <sub>alpha</sub>24@codespar/mcp-amazonOAuth2
Shopee <sub>alpha</sub>22@codespar/mcp-shopeeAPI Key
Correios <sub>alpha</sub>21@codespar/mcp-correiosAPI Key
Melhor Envio18@codespar/mcp-melhor-envioAPI Key
SuperFrete11@codespar/mcp-superfreteAPI Key

πŸ“Š ERP / Accounting (5 servers)

ServerToolsnpmAuth
Omie30@codespar/mcp-omieAPI Key
Bling28@codespar/mcp-blingAPI Key
Xero24@codespar/mcp-xeroAPI Key
Quickbooks22@codespar/mcp-quickbooksAPI Key
Tiny21@codespar/mcp-tinyAPI Key

πŸͺͺ Identity & KYC (5 servers)

ServerToolsnpmAuth
Brasil API24@codespar/mcp-brasil-apiNo auth
Jumio20@codespar/mcp-jumioAPI Key
Onfido20@codespar/mcp-onfidoAPI Key
Persona20@codespar/mcp-personaAPI Key
Unico <sub>alpha</sub>18@codespar/mcp-unicoOAuth2

πŸ›‘οΈ Fraud & Risk (4 servers)

ServerToolsnpmAuth
Sift <sub>alpha</sub>20@codespar/mcp-siftAPI Key
Clearsale <sub>alpha</sub>18@codespar/mcp-clearsaleAPI Key
Konduto <sub>alpha</sub>18@codespar/mcp-kondutoAPI Key
Legiti <sub>alpha</sub>18@codespar/mcp-legitiAPI Key

πŸͺ™ Crypto / Stablecoins (9 servers)

ServerToolsnpmAuth
Circle23@codespar/mcp-circleAPI Key
Foxbit21@codespar/mcp-foxbitAPI Key
Bitso20@codespar/mcp-bitsoAPI Key
Mercado Bitcoin20@codespar/mcp-mercado-bitcoinAPI Key
Moonpay20@codespar/mcp-moonpayAPI Key
Unblockpay13@codespar/mcp-unblockpayAPI Key
Coinbase Commerce18@codespar/mcp-coinbase-commerceAPI Key
Transak <sub>alpha</sub>18@codespar/mcp-transakAPI Key
x40210@codespar/mcp-x402API Key

πŸ‡¦πŸ‡· Argentina (5 servers)

ServerToolsnpmAuth
Tienda Nube24@codespar/mcp-tienda-nubeAPI Key
Colppy <sub>alpha</sub>22@codespar/mcp-colppyAPI Key
AFIP <sub>alpha</sub>20@codespar/mcp-afipAPI Key
Andreani <sub>alpha</sub>18@codespar/mcp-andreaniAPI Key
BCRA16@codespar/mcp-bcraNo auth

πŸ‡¨πŸ‡΄ Colombia (5 servers)

ServerToolsnpmAuth
Siigo22@codespar/mcp-siigoAPI Key
Wompi22@codespar/mcp-wompiAPI Key
Alegra20@codespar/mcp-alegraAPI Key
Coordinadora <sub>alpha</sub>19@codespar/mcp-coordinadoraAPI Key
Nequi <sub>alpha</sub>16@codespar/mcp-nequiOAuth2

πŸ‡²πŸ‡½ Mexico (6 servers)

ServerToolsnpmAuth
Belvo24@codespar/mcp-belvoAPI Key
Skydropx23@codespar/mcp-skydropxAPI Key
Conekta21@codespar/mcp-conektaAPI Key
Bind ERP20@codespar/mcp-bind-erpAPI Key
Facturapi20@codespar/mcp-facturapiAPI Key
STP/SPEI <sub>alpha</sub>18@codespar/mcp-stp-speiAPI Key

Why MCP?

Model Context Protocol is the open standard for connecting AI agents to external tools. Instead of each agent building its own integrations, MCP provides a typed, discoverable interface that works with Claude, ChatGPT, Cursor, VS Code, and more.

AI Agent (Claude, ChatGPT, Cursor)
    ↕
MCP Server (this repo)
    ↕
LATAM API / Agentic Protocol (Stripe ACP, x402, Asaas, Mercado Pago, NFe.io, etc.)

Each MCP server in this repo:

  • Exposes typed tools with input/output schemas
  • Handles authentication (OAuth, mTLS, API keys, Basic Auth, JWT-RSA, signed requests)
  • Supports dual transport β€” stdio (default) and Streamable HTTP (--http flag)
  • Compatible with Claude Managed Agents via MCP Connector
  • Supports sandbox mode for safe testing
  • Returns structured JSON responses

Running in HTTP mode

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).


Alpha vs stable

About a third of the catalog ships under the alpha npm 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 with TODO(verify) in source.

npm install @codespar/mcp-itau@alpha

Stable packages (the majority) install with the default tag:

npm install @codespar/mcp-stripe

Status is shown on every package page at codespar.dev/servers and in each package README.


About CodeSpar

CodeSpar builds commerce infrastructure for AI agents in Latin America β€” an MCP catalog (this repo), a runtime + SDK (@codespar/sdk on npm, codespar on 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.


Contributing

We welcome contributions. See CONTRIBUTING.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.

License

MIT β€” use freely in commercial and open source projects.

Related MCP servers

Give AI agents access to Adyen's Checkout API v71 for enterprise payment processing in LatAm.

257
JavaScript
MIT
View repository β†’

AI agent access to AFIP's Argentine electronic invoicing (Factura ElectrΓ³nica) system.

257
JavaScript
MIT
View repository β†’

MCP server for Airwallex β€” cross-border collection, payouts, global accounts, FX, and transfers.

257
JavaScript
MIT
View repository β†’

Give AI agents access to Alegra's cloud accounting platform for LATAM invoicing and bookkeeping.

257
JavaScript
MIT
View repository β†’

Give your AI agent tools to manage Amazon orders, listings, catalog, inventory, and finances via SP-API.

257
JavaScript
MIT
View repository β†’

Connect AI agents to Andreani, Argentina's courier and logistics network.

257
JavaScript
MIT
View repository β†’