Tlaloc MCP Server
Provides AI assistants with live, authenticated access to official Mexican data sources including CURP, RFC, postal codes, phone numbers, SPEI payments, CFDI status, DOF semantic search, and geocoding via INEGI/INE.
README
Tlaloc MCP Server
Connect Claude, ChatGPT, and any AI assistant to official Mexican data.
The Tlaloc MCP (Model Context Protocol) server gives AI assistants and agents live, authenticated access to official Mexican data sources: CURP (RENAPO), RFC (SAT), postal codes (SEPOMEX), phone numbers (IFT), SPEI payment receipts / CEP (Banxico), CFDI status (SAT), semantic search over the Diario Oficial de la Federación (DOF), and geocoding with the official Mexican geostatistical framework (INEGI/INE). Pay per call in MXN via SPEI — no credit card, no subscription.
22 read-only tools, one API key. This is a data lookup server — an assistant asks a question and gets an authoritative answer. It is not a KYC/onboarding workflow platform: there are no sessions to create, no state to manage, nothing to write.
Why
- AI-native. Validate a CURP, verify an RFC, search the DOF, or geocode an address straight from your assistant or agent — no glue code.
- Official sources. RENAPO, SAT, SEPOMEX, IFT, Banxico, DOF, INEGI/INE.
- The full Mexican catalog. Identity, tax, addresses, payments, the official gazette
and the geostatistical framework — under one
tlmx_API key. - Fair, transparent pricing. Pay per call, published per tool (below). Prepaid via SPEI, no minimum, no monthly fee.
Quick start
- Create an account and generate an API key at https://console.tlaloc.sh (keys look
like
tlmx_...). - Add the server to your MCP client:
Claude Code
claude mcp add --transport http tlaloc \
https://api.tlaloc.sh/mx/mcp \
--header "Authorization: Bearer tlmx_YOUR_API_KEY"
Claude Desktop / other MCP clients (JSON config)
{
"mcpServers": {
"tlaloc": {
"transport": "http",
"url": "https://api.tlaloc.sh/mx/mcp",
"headers": { "Authorization": "Bearer tlmx_YOUR_API_KEY" }
}
}
}
- Endpoint:
https://api.tlaloc.sh/mx/mcp - Transport: StreamableHTTP (HTTP)
- Auth:
Authorization: Bearer tlmx_YOUR_API_KEY(OAuth is also supported)
More ready-to-run snippets (curl, Python, JavaScript, Claude Desktop config) live in
examples/.
Tools
Prices in MXN units (1 unit = $1 MXN, VAT included). Tools marked free cost nothing to call.
Identity — CURP (RENAPO)
| Tool | What it does | Price |
|---|---|---|
consultar_curp |
Validate a CURP and return its data | 0.25 |
crear_batch_curp |
Create a batch of CURP lookups (up to 500) | 0.25 / unique item |
consultar_batch_curp |
Batch summary and progress | free |
listar_items_batch_curp |
Paginated batch items | free |
cancelar_batch_curp |
Cancel a running batch | free |
Tax — RFC & CFDI (SAT)
| Tool | What it does | Price |
|---|---|---|
validar_rfc |
Verify an RFC: exists, active, can issue invoices | 0.10 |
estado_cfdi |
Check a CFDI's status by UUID (public SAT service) | 0.05 |
consultar_cfdi_sat |
Query CFDIs issued/received in the SAT portal (async) | 0.30 |
estado_consulta_cfdi |
Poll the result of an async CFDI query | free |
Addresses & phones
| Tool | What it does | Source | Price |
|---|---|---|---|
consultar_codigo_postal |
Postal code → neighborhoods, city, state | SEPOMEX | 0.01 |
consultar_telefono |
Phone number → carrier and portability | IFT | 0.01 |
Payments — SPEI / CEP (Banxico)
| Tool | What it does | Price |
|---|---|---|
descargar_cep |
Download a SPEI payment receipt (CEP) | 0.10 |
consultar_cep |
Verify a SPEI CEP | 0.10 |
listar_instituciones_cep |
List the CEP institutions catalog | free |
Official gazette — DOF (Diario Oficial de la Federación)
Semantic + keyword search over Mexico's official gazette, 2002–present, with a named entity layer (agencies, NOMs, decrees, people).
| Tool | What it does | Price |
|---|---|---|
buscar_dof |
Search DOF publications by meaning or keywords | 0.05 |
buscar_subsecciones_dof |
Same, returning matching subsections (article/annex) | 0.05 |
buscar_entidades_dof |
Autocomplete DOF entities (agencies, NOMs, decrees) | 0.05 |
unidades_por_entidad_dof |
Where a given entity is mentioned | 0.05 |
obtener_documento_dof |
Full text of a publication + detected entities | 0.10 (1.00 with highlights) |
indice_ejemplar_dof |
Table of contents of a full DOF issue | 0.10 |
Geo — geocoding & official geostatistical framework (INEGI / INE)
| Tool | What it does | Price |
|---|---|---|
geocodificar_direccion |
Geocode a Mexican address (rooftop ~12 m, confidence, method) | 0.05 |
consultar_marco_geografico |
Reverse: state, municipality, AGEB, block, postal code, official INE colonia | 0.02 |
Example prompts
- "Validate this CURP and tell me if it's valid and who it belongs to."
- "Is RFC GODE561231GR8 active and able to issue invoices (CFDI)?"
- "What did the DOF publish about remote work (teletrabajo)?"
- "Find every DOF publication that mentions NOM-035-STPS-2018."
- "Geocode 'Av. Reforma 222, Cuauhtémoc, CDMX' and tell me which colonia it falls in."
- "What neighborhoods are in postal code 06700?"
- "Which carrier owns the number 55 1234 5678, and has it been ported?"
- "Download and verify the SPEI CEP for this transfer."
Pricing
Prepaid units, 1 unit = $1 MXN (VAT included). Top up via SPEI — no card, no minimum, no subscription. Full pricing: https://www.tlaloc.sh/en/pricing.html
Links
- Website: https://www.tlaloc.sh
- API docs (OpenAPI/Swagger): https://api.tlaloc.sh/mx/docs
- Console (get your API key): https://console.tlaloc.sh
- DOF search: https://www.tlaloc.sh/en/services/dof.html
- Guide (EN): https://www.tlaloc.sh/en/blog/mexico-api-mcp.html
- Contact: hello@tlaloc.sh
Español
Servidor MCP de Tlaloc: conecta Claude, ChatGPT y cualquier asistente de IA con datos oficiales de México — CURP (RENAPO), RFC y estado de CFDI (SAT), códigos postales (SEPOMEX), teléfonos (IFT), comprobantes SPEI/CEP (Banxico), búsqueda semántica del Diario Oficial de la Federación (DOF) y geocodificación con el marco geográfico oficial (INEGI/INE). Pago por consulta vía SPEI, sin tarjeta.
22 herramientas de solo lectura, una sola API key. Es un servidor de consulta de datos: el asistente pregunta y obtiene una respuesta autoritativa. No es una plataforma de flujos KYC/onboarding — no hay sesiones que crear ni estado que administrar.
claude mcp add --transport http tlaloc \
https://api.tlaloc.sh/mx/mcp \
--header "Authorization: Bearer tlmx_TU_API_KEY"
Crea tu API key en https://console.tlaloc.sh · Guía completa en español: https://www.tlaloc.sh/es/blog/mexico-api-mcp.html · Búsqueda del DOF: https://www.tlaloc.sh/es/services/dof.html
<!-- Keywords objetivo (para README + descripción del repo + listados de directorio): MCP server Mexico, Mexican data MCP, CURP API MCP, RFC SAT API, SEPOMEX API, CEP SPEI API, DOF API, Diario Oficial API, geocoding Mexico MCP, marco geoestadístico INEGI API, validar CURP IA, validar RFC API, Model Context Protocol Mexico, Claude/ChatGPT Mexican data. -->
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。