latam mcp for Cursor
io.github.tolomere21/latam-mcp
Peruvian public data — SUNAT RUC, BCRP FX, SEACE tenders. Sourced from official open-data.
client:Cursor
transport:stdio
runtime:npm
Install latam mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"latam-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@latam-mcp/mcp"
],
"env": {
"LATAM_MCP_API_KEY": "<LATAM_MCP_API_KEY>",
"LATAM_MCP_API_BASE": "<LATAM_MCP_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs