MCP Server
MCP
io.github.Tolomere21/latam-mcp
Peruvian public data — SUNAT RUC, BCRP FX, SEACE tenders. Sourced from official open-data.
Install
npx -y @latam-mcp/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@latam-mcp/mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your LATAM-MCP API key. Free tier at https://latam-mcp.com (no card).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LATAM_MCP_API_KEY"
},
{
"description": "Override API base URL (defaults to https://api.latam-mcp.com).",
"format": "string",
"name": "LATAM_MCP_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment