← Index

io.github.Tolomere21/latam-mcp

io.github.Tolomere21/latam-mcp·v0.1.1·Other
Quality Score
85
/100

Peruvian public data — SUNAT RUC, BCRP FX, SEACE tenders. Sourced from official open-data.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "latam-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@latam-mcp/mcp"
      ],
      "env": {
        "LATAM_MCP_API_KEY": "<your-latam_mcp_api_key>",
        "LATAM_MCP_API_BASE": "<latam_mcp_api_base>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "latam-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@latam-mcp/mcp"
      ],
      "env": {
        "LATAM_MCP_API_KEY": "<your-latam_mcp_api_key>",
        "LATAM_MCP_API_BASE": "<latam_mcp_api_base>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @latam-mcp/mcp
§02  Environment variables
LATAM_MCP_API_KEY
requiredsecret

Your LATAM-MCP API key. Free tier at https://latam-mcp.com (no card).

LATAM_MCP_API_BASE

Override API base URL (defaults to https://api.latam-mcp.com).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other