# Latam Mcp

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

- **Type:** MCP server
- **Install:** `agentstack add mcp-tolomere21-latam-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Tolomere21](https://agentstack.voostack.com/s/tolomere21)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.1
- **License:** MIT
- **Upstream author:** [Tolomere21](https://github.com/Tolomere21)
- **Source:** https://github.com/Tolomere21/latam-mcp
- **Website:** https://latam-mcp.com

## Install

```sh
agentstack add mcp-tolomere21-latam-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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](https://latam-mcp.com/compliance.html) for the full legal statement.

## Install (MCP client)

```bash
npx -y @latam-mcp/mcp
```

Claude Desktop config:

```json
{
  "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](https://latam-mcp.com) (1,000 calls/month, no card required).

## HTTP API

```bash
curl https://api.latam-mcp.com/pe/ruc/20100017491 \
  -H "authorization: Bearer $KEY"
```

See [latam-mcp.com/llms.txt](https://latam-mcp.com/llms.txt) for the full endpoint reference, or [latam-mcp.com/openapi.json](https://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.

- **Author:** [Tolomere21](https://github.com/Tolomere21)
- **Source:** [Tolomere21/latam-mcp](https://github.com/Tolomere21/latam-mcp)
- **License:** MIT
- **Homepage:** https://latam-mcp.com

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.1 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.1** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-tolomere21-latam-mcp
- Seller: https://agentstack.voostack.com/s/tolomere21
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
