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.
Server Config
{
"mcpServers": {
"tlaloc": {
"type": "http",
"url": "https://api.tlaloc.sh/mx/mcp",
"headers": {
"Authorization": "Bearer tlmx_YOUR_API_KEY"
}
}
}
}