mcp-latam-tools

josemvelez78/mcp-latam-tools
★ 0 stars JavaScript 📊 Data/Analytics Updated today
MCP Server with Latin American data tools - CPF, CNPJ, PIX, RUT, RFC and more
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-latam-tools": {
      "command": "npx",
      "args": [
        "-y",
        "josemvelez78/mcp-latam-tools"
      ]
    }
  }
}