Skip to content
Zed

latam mcp for Zed

io.github.tolomere21/latam-mcp

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

client:Zed transport:stdio runtime:npm

Install latam mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "latam-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@latam-mcp/mcp"
      ],
      "env": {
        "LATAM_MCP_API_KEY": "<LATAM_MCP_API_KEY>",
        "LATAM_MCP_API_BASE": "<LATAM_MCP_API_BASE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

latam mcp in other clients