Skip to main content
Glama

LATAM-MCP

用于秘鲁公共数据查询的开发者 API 和 MCP 服务器——涵盖 SUNAT RUC、BCRP 汇率、SEACE 招标信息。专为 Claude、Cursor 及任何 MCP 客户端构建。

数据直接来源于秘鲁官方发布的开放数据(SUNAT Padrón Reducido、BCRP 开放 JSON API)。无爬虫、无验证码绕过、无第三方供应商。完整法律声明请参阅 latam-mcp.com/compliance

安装 (MCP 客户端)

npx -y @latam-mcp/mcp

Claude Desktop 配置:

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

latam-mcp.com 获取免费 API 密钥(每月 1,000 次调用,无需信用卡)。

Related MCP server: sunat-datos-abiertos-mcp

HTTP API

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

完整端点参考请参阅 latam-mcp.com/llms.txt,或查看 latam-mcp.com/openapi.json 获取 OpenAPI 3.1 规范。

Monorepo 布局

路径

用途

apps/api/

带有身份验证、速率限制和缓存的 Hono REST API

apps/ingest/

每日名录下载器 + SQLite 加载器

apps/mcp/

将 REST API 作为工具公开的 MCP 服务器

apps/landing/

静态营销网站 (Cloudflare Pages)

packages/schemas/

共享的 Zod 模式

infra/

Fly.io Dockerfile + fly.toml

许可证

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