Dev Latam MCP Server
Latin American commerce APIs for agentic business operations across six countries.
Data last scanned today · Reviewed today
Overview
Dev Latam MCP Server acts as an integration layer for automating regional business workflows in Latin America. It provides direct access to APIs covering payments, fiscal invoicing, logistics, messaging, and ERP systems specifically tailored for markets including Brazil, Mexico, Argentina, Colombia, Chile, and Peru.
Our verdict
This server carries a high risk level with a security score of 48/100. The primary concern is the lack of a read-only mode, as every installation grants full write access by default, alongside an unreviewed authentication mechanism. It is recommended for developers testing within isolated sandbox environments rather than those handling live financial or production data.
- Covers six Latin American countries with localized commerce APIs
- Zero direct dependencies reduces the supply chain attack surface
- MIT licensed with 265 GitHub stars
- No read-only mode restricts safety for sensitive business operations
- Authentication method and security architecture remain unreviewed
- Community-maintained status lacks official vendor oversight
Setup
{
"mcpServers": {
"mcp-dev-latam": {
"args": [
"-y",
"mcp-dev-latam"
],
"command": "npx"
}
}
}Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.
- No read-only mode — running this grants full read/write access.
- No built-in authentication — anyone with access to this config can invoke every tool it exposes.
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf | ||||
| ChatGPT |
Frequently asked questions
›What kind of business operations can an AI agent perform using this server suite?
Agents can use these servers to collect payments, issue invoices, generate shipping labels, notify customers via WhatsApp, record transactions in an ERP, and reconcile bank balances.
›Are these servers compatible with the official MCP Registry?
Yes, the servers are live in the official MCP Registry and are MCP compatible.
›How do I configure the servers in Claude Desktop?
You can add them to your ~/.config/claude/claude_desktop_config.json file by defining the server name, command (npx), arguments, and any required environment variables such as API keys.
›What is the difference between the supported payment protocols regarding agent autonomy?
The protocols range from human-in-the-loop (Stripe ACP) and commerce lifecycle management (Google UCP) to constrained autonomous spending (AP2) and fully autonomous machine-to-machine micropayments (x402).
Badge
Maintain this server? Add the live badge to your README.