Connects Claude to Peru's official public datasets: SUNAT's tax registry (RUC lookups), the central bank's exchange rates, and SEACE procurement tenders. The MCP wraps a REST API that pulls from openly published government sources, no scraping involved. Useful if you're building AI workflows around Peruvian business intelligence, compliance checks, or financial reporting and need structured access to RUC entities, daily FX rates, or tender opportunities. Requires a free API key (1,000 calls/month). The monorepo includes the Hono API, daily SQLite ingestion jobs, and the MCP transport layer itself.
Developer API and MCP server for Peruvian public-data lookups — SUNAT RUC, BCRP exchange rates, SEACE tenders. Built for Claude, Cursor, and any MCP client.
Sourced directly from Peru's officially-published open-data releases (SUNAT Padrón Reducido, BCRP open JSON API). No scraping, no captcha bypass, no third-party vendors. See latam-mcp.com/compliance for the full legal statement.
npx -y @latam-mcp/mcp
Claude Desktop config:
{
"mcpServers": {
"latam-mcp": {
"command": "npx",
"args": ["-y", "@latam-mcp/mcp"],
"env": { "LATAM_MCP_API_KEY": "YOUR_KEY" }
}
}
}
Get a free API key at latam-mcp.com (1,000 calls/month, no card required).
curl https://api.latam-mcp.com/pe/ruc/20100017491 \
-H "authorization: Bearer $KEY"
See latam-mcp.com/llms.txt for the full endpoint reference, or latam-mcp.com/openapi.json for the OpenAPI 3.1 spec.
| Path | Purpose |
|---|---|
apps/api/ | Hono REST API with auth, rate limiting, caching |
apps/ingest/ | Daily padrón downloader + SQLite loader |
apps/mcp/ | MCP server exposing the REST API as tools |
apps/landing/ | Static marketing site (Cloudflare Pages) |
packages/schemas/ | Shared Zod schemas |
infra/ | Fly.io Dockerfile + fly.toml |
MIT
LATAM_MCP_API_KEY*secretYour LATAM-MCP API key. Free tier at https://latam-mcp.com (no card).
LATAM_MCP_API_BASEOverride API base URL (defaults to https://api.latam-mcp.com).
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json