Peruvian public data — SUNAT RUC, BCRP FX, SEACE tenders. Sourced from official open-data.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-tolomere21-latam-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Peruvian public data — SUNAT RUC, BCRP FX, SEACE tenders. Sourced from official open-data.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Make HTTP requests and fetch web content
Read, write, and manage files on the local filesystem
MCP Security Weekly
Get CVE alerts and security updates for io.github.Tolomere21/latam-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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