Latam Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Latam Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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/mcpClaude 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
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.