Skip to main content
Glama

LATAM-MCP

Entwickler-API und MCP-Server für peruanische öffentliche Datenabfragen — SUNAT RUC, BCRP-Wechselkurse, SEACE-Ausschreibungen. Entwickelt für Claude, Cursor und jeden MCP-Client.

Direkt aus den offiziell veröffentlichten Open-Data-Quellen Perus bezogen (SUNAT Padrón Reducido, BCRP offene JSON-API). Kein Scraping, kein Captcha-Umgehen, keine Drittanbieter. Siehe latam-mcp.com/compliance für die vollständige rechtliche Erklärung.

Installation (MCP-Client)

npx -y @latam-mcp/mcp

Claude Desktop-Konfiguration:

{
  "mcpServers": {
    "latam-mcp": {
      "command": "npx",
      "args": ["-y", "@latam-mcp/mcp"],
      "env": { "LATAM_MCP_API_KEY": "YOUR_KEY" }
    }
  }
}

Holen Sie sich einen kostenlosen API-Schlüssel unter latam-mcp.com (1.000 Aufrufe/Monat, keine Kreditkarte erforderlich).

Related MCP server: sunat-datos-abiertos-mcp

HTTP-API

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

Siehe latam-mcp.com/llms.txt für die vollständige Endpunkt-Referenz oder latam-mcp.com/openapi.json für die OpenAPI 3.1-Spezifikation.

Monorepo-Struktur

Pfad

Zweck

apps/api/

Hono REST-API mit Authentifizierung, Ratenbegrenzung, Caching

apps/ingest/

Täglicher Padrón-Downloader + SQLite-Loader

apps/mcp/

MCP-Server, der die REST-API als Tools bereitstellt

apps/landing/

Statische Marketing-Website (Cloudflare Pages)

packages/schemas/

Gemeinsame Zod-Schemas

infra/

Fly.io Dockerfile + fly.toml

Lizenz

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server for querying Peruvian electoral data (ONPE) including mesa results, candidate votes, and regional statistics. Enables natural language queries about the 2026 presidential election with local SQLite cache and live API fallback.
  • F
    license
    A
    quality
    C
    maintenance
    MCP server that exposes SUNAT Peruvian tax agency datasets (RUC registry, electronic receipts, IGV agents) via CKAN API with streaming preview and automatic zip decompression.
    4
    1
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server that provides real-time access to Peruvian economic indicators from the BCRP API, with persistent memory, knowledge graph, document RAG, and statistical analysis tools.
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server for Peruvian government data, enabling search and anomaly detection in public procurement (OSCE) and legislative tracking (Congress), plus semantic search over both domains.

View all related MCP servers

Related MCP Connectors

  • This MCP server provides seamless access to Malaysia's government open data, including datasets, w…

  • MCP server for live, sourced Brazilian public data from the official IBGE APIs.

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tolomere21/latam-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server