- Tlaloc MCP Server
Tlaloc MCP Server
Tlaloc's MCP server connects Claude, ChatGPT, and any AI assistant to official Mexican data: validate CURP (RENAPO) and RFC (SAT), look up postal codes (SEPOMEX) and phone carriers (IFT), and download/verify SPEI payment receipts
(CEP, Banxico). 7 tools, Streamable HTTP, Bearer auth. Pay-per-call via SPEI — no card, no subscription.
Si el campo es corto, usa la versión meta (~160c):
Validate CURP, RFC, postal codes, phone numbers, and SPEI receipts (CEP) from official Mexican sources. Pay-per-call via SPEI, plus an MCP server for your AI assistant.
Overview
Tlaloc MCP Server
Connect Claude, ChatGPT, and any AI assistant to official Mexican data.
The Tlaloc MCP 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.
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"
JSON config (Claude Desktop / other MCP clients):
{
"mcpServers": {
"tlaloc": {
"type": "http",
"url": "https://api.tlaloc.sh/mx/mcp",
"headers": { "Authorization": "Bearer tlmx_YOUR_API_KEY" }
}
}
}
- Endpoint:
https://api.tlaloc.sh/mx/mcp - Transport: Streamable HTTP
- Auth:
Authorization: Bearer tlmx_YOUR_API_KEY(OAuth also supported)
Tools
| 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 | — |
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 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
- Repository: https://github.com/tlaloc-sh/tlaloc-mcp
- Contact: hello@tlaloc.sh
Server Config
{
"mcpServers": {
"tlaloc": {
"type": "http",
"url": "https://api.tlaloc.sh/mx/mcp",
"headers": {
"Authorization": "Bearer tlmx_YOUR_API_KEY"
}
}
}
}Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Serper MCP ServerA Serper MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Tavily Mcp
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Amap Maps高德地图官方 MCP Server
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
CursorThe AI Code Editor
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
ChatWiseThe second fastest AI chatbot™
WindsurfThe new purpose-built IDE to harness magic
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
DeepChatYour AI Partner on Desktop
Playwright McpPlaywright MCP server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.