1. Conduid
  2. Developer Tools
  3. io.github.Tolomere21/latam-mcp
MCP server · Developer Tools

io.github.Tolomere21/latam-mcp

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

Unclaimed devtools
37Low

Scored 4 months ago · breakdown

About io.github.Tolomere21/latam-mcp

io.github.Tolomere21/latam-mcp is an MCP server in the Developer Tools category: peruvian public data — SUNAT RUC, BCRP FX, SEACE tenders. Sourced from official open-data. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-tolomere21-latam-mcp -- npx -y @latam-mcp/mcp
npx
npx -y @latam-mcp/mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.Tolomere21/latam-mcp

Powered by Claude · Grounded in docs

I know everything about io.github.Tolomere21/latam-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

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

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.Tolomere21/latam-mcp

How do I install io.github.Tolomere21/latam-mcp?

Run claude mcp add io-github-tolomere21-latam-mcp -- npx -y @latam-mcp/mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.Tolomere21/latam-mcp safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.Tolomere21/latam-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.