Skip to main content
MIT License · No asterisks

Open source is not a strategy.It is a conviction.

Money moves through code. That code should be readable.

Every MCP server we ship is MIT licensed. No open-core. No feature gates. No asterisks.

Every LatAm commerce API — payments, fiscal, logistics, messaging, banking, ERP, crypto — published on npm and testable in one install.

109+
MCP servers
2250+
Individual tools
12
Commerce verticals
4+
LatAm countries
Why this is not a launch tactic

Why commerce infrastructure should be open.

01

Transparency is non-negotiable.

When AI agents move money, issue invoices, and ship packages on your behalf, you need to read every line of code that touches those operations. Not because you distrust us — because you should not have to trust anyone.

02

No vendor lock-in.

Fork it. Self-host it. Modify it. Your commerce infrastructure should never be held hostage by a pricing page or a terms-of-service update.

03

The community knows their APIs best.

The engineer who uses Mercado Pago daily will write a better MCP server for it than we ever could. Open source means the best contributors build the best tools.

Try any server in one line

npm install, and your agent transacts.

~/agent-checkout — zsh
# install any MCP server
$ npm install @codespar/mcp-zoop
added 1 package · 28 tools · MIT · 0 vulnerabilities
# or scaffold a fresh server from an OpenAPI spec
$ codespar generate \ --from https://yourapi.com/openapi.json
✓ generated @codespar/mcp-yourapi · 42 tools · ready to publish
# publish to the catalog
$ gh pr create --title "Add @codespar/mcp-yourapi"
→ reviewed within 48h · merged to main · auto-published on npm
The catalog

Every commerce API in LatAm. One npm scope.

Published as @codespar/mcp-*. Install what you need — nothing you do not.

Payments

Stripe, Mercado Pago, PagSeguro, Asaas, EfiPay, OpenPix

Fiscal

NF-e, NFS-e, Nuvem Fiscal, Focus NFe, Conta Azul

Communication

WhatsApp via Evolution · Z-API · Twilio · Resend · Zenvia

Logistics

Melhor Envio, Correios, VTEX

Banking

Stark Bank, Open Finance, BCB Pix

ERP

Omie, Bling, Tiny, Conta Azul

Crypto

Circle USDC, Mercado Bitcoin, Bitso, UnblockPay

Protocols

Stripe ACP, Google UCP, x402 (Coinbase), AP2 (Google)

Four ways to contribute

Use it. Report it. Build it. Ship it.

01

Use

$ npm install @codespar/mcp-zoop

Install any server from npm. MIT licensed, no auth needed.

02

Report

$ gh issue create --repo codespar/codespar

Open an issue when something breaks. We triage within 48h.

03

Build

$ codespar generate --from https://yourapi.com/openapi.json

Generate a new MCP server for your API. Or hand-write it.

04

Ship

$ gh pr create --title "Add @codespar/mcp-newapi"

Open a pull request. We review within 48h and publish.

Commerce infrastructure,readable by default.

MIT-licensed. Published on npm. Every line auditable. Every API wrapper swappable.