MCP server for official Mexican data: CURP, RFC, postal codes, phone, and SPEI/CEP.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tlaloc": {
"url": "https://api.tlaloc.sh/mx/mcp",
"headers": {
"Authorization": "Bearer tlmx_YOUR_API_KEY"
},
"transport": "http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Connect Claude, ChatGPT, and any AI assistant to official Mexican data.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in maps
Open-source toolkit for the QVeris capability routing network: CLI, MCP server, Python SDK, skills, and REST API docs for agents to discover, inspect, call, and audit real-world tools.
Hawaii MCP: tours, events, weather, restaurants, and day-plan itineraries across 4 islands.
I Ching hexagram analysis and geographic feng shui for Taiwan locations
Fair meeting point discovery for AI agents with isochrone-based travel time fairness
MCP Security Weekly
Get CVE alerts and security updates for io.github.tlaloc-sh/tlaloc-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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), and SPEI payment receipts / CEP (Banxico). Pay per call in MXN via SPEI — no credit card, no subscription.
As far as we know, this is the first MCP server for official Mexican data.
tlmx_ API key covers everything.tlmx_...).claude mcp add --transport http tlaloc \
https://api.tlaloc.sh/mx/mcp \
--header "Authorization: Bearer tlmx_YOUR_API_KEY"
{
"mcpServers": {
"tlaloc": {
"transport": "http",
"url": "https://api.tlaloc.sh/mx/mcp",
"headers": { "Authorization": "Bearer tlmx_YOUR_API_KEY" }
}
}
}
https://api.tlaloc.sh/mx/mcpAuthorization: Bearer tlmx_YOUR_API_KEY (OAuth is also supported)More ready-to-run snippets (curl, Python, JavaScript, Claude Desktop config) live in
examples/.
| Tool | What it does | Source | Price (MXN) |
|---|---|---|---|
consultar_curp | Validate a CURP and return its data | RENAPO | 0.25 |
validar_rfc | Verify an RFC: exists, active, can issue invoices | SAT | 0.10 |
consultar_codigo_postal | Postal code → neighborhoods, city, state | SEPOMEX | 0.01 |
consultar_telefono | Phone number → carrier and portability | IFT | 0.01 |
descargar_cep | Download a SPEI payment receipt (CEP) | Banxico | 0.10 |
consultar_cep | Verify a SPEI CEP | Banxico | 0.10 |
listar_instituciones_cep | List the CEP institutions catalog | Banxico | — |
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
Servidor MCP de Tlaloc: conecta Claude, ChatGPT y cualquier asistente de IA con datos oficiales de México — CURP (RENAPO), RFC (SAT), códigos postales (SEPOMEX), teléfonos (IFT) y comprobantes SPEI/CEP (Banxico). Pago por consulta vía SPEI, sin tarjeta.
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