denue-mcp

mxnueel/denue-mcp
★ 0 stars TypeScript AI/LLM Updated 6d ago
MCP server for INEGI's DENUE — search Mexico's national business directory (5M+ establishments) from Claude and other AI agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "denue-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mxnueel/denue-mcp"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that gives Claude and other AI agents direct access to **DENUE**, INEGI's National Statistical Directory of Economic Units — over 5 million businesses and establishments across all of Mexico. DENUE is one of the richest open datasets in Mexico (identity, location, economic activity and size for millions of establishments), but using it means learning INEGI's REST API by hand. This server exposes it as four tools any MCP-compatible agent can call directly, s

Tools (4)

denue_buscar_cercaniadenue_buscar_por_estadodenue_buscar_por_nombredenue_detalle

Topics

ai-agentsclaudeinegimcpmexicomodel-context-protocoltypescript