AgentStack
MCP verified MIT Self-run

Latam Mcp

mcp-tolomere21-latam-mcp · by Tolomere21

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

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add mcp-tolomere21-latam-mcp

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.1 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.1. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Latam Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

LATAM-MCP

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.

Install (MCP client)

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).

HTTP API

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.

Monorepo layout

| 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 |

License

MIT

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.1 Imported from the upstream source.