Skip to main content
Glama

LATAM-MCP

페루 공공 데이터 조회(SUNAT RUC, BCRP 환율, SEACE 입찰)를 위한 개발자 API 및 MCP 서버입니다. 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를, OpenAPI 3.1 사양은 latam-mcp.com/openapi.json을 참조하십시오.

모노레포 레이아웃

경로

목적

apps/api/

인증, 속도 제한, 캐싱이 포함된 Hono REST API

apps/ingest/

일일 Padrón 다운로더 + 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