Skip to main content
Open source · MIT

Rails for robots.The catalog is yours.

115 MCP servers, MIT-licensed, live in the official MCP Registry. Every payments, fiscal, logistics, messaging, banking and ERP API an agent needs to move money in Latin America, published in the open. Agents and LLMs discover them on their own; you can read every line they run.

126
MCP servers in the registry
112+
providers in the catalog
6
countries covered
MIT
license, no asterisks
Server catalog

Every rail. One catalog.Every API your agent needs to transact in LatAm.

Browse all servers
MCP Generator

Point it at your code.Get an MCP server.

No OpenAPI spec. No hand-written schemas. CodeSpar reads your Express, Fastify, or Next.js codebase and generates a production-ready MCP server your agent can use immediately.

Interactive DemoScanning
src/routes/users.tsExpress
import express from "express";
const app = express();
/** Get user by ID */
app.get("/api/users/:id", getUser);
/** Create a new user */
app.post("/api/users", createUser);
/** Update profile */
app.put("/api/users/:id", updateUser);
/** List all orders */
app.get("/api/orders", listOrders);
/** Delete user */
app.delete("/api/users/:id", deleteUser);
Generated MCP Tools0 tools
Ready

From free to governed

Run the servers yourself. Or let the runtime run the money.

The MIT servers are the full integration surface, not a demo. What the managed tier adds is the part you should not build alone: custody of credentials, permission to move money, and the audit trail that survives a CFO's questions.

Open source, forever free

  • Every MIT server on npm, source on GitHub
  • Run them locally or in your own cloud
  • Bring your own provider credentials
  • Community support, issues and PRs welcome
Read the source

Managed runtime

  • Vault holds the credentials; agents never see a raw key
  • Signed mandates and a policy engine gate every payment
  • Hash-chained audit ledger with fiscal documents attached
  • One API key replaces 112+ provider credentials
  • SLA, OAuth rotation and provider failover, operated for you

Same tools, same schemas. An agent built on the open-source servers moves to the managed runtime by changing one connection string, and keeps everything it learned.

Your agent is ready to run the business.Is your stack?

Start free on open source. Upgrade when you need the orchestration layer.

Open Source MCP Servers for Money Movement | CodeSpar