MCP server exposing 5 tools for denue.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/denue/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
denue_search_nearby — Find businesses near a coordinate. Returns establishments matching the keyword within the given radius (max 5000m).denue_search_by_name — Search businesses by name or brand across Mexico or a single state. Paginated — set page_size and page_start to walk results.denue_search_in_state — Search businesses in a single Mexican state by keyword — matches against name, activity, or address. Use this for state-scoped queries that need more than just business name (e.g., "panaderia", "ferreteria"). Returns paginated results.denue_establishment — Get full details for a single establishment by DENUE ID (the "Id" field from search results).denue_count — Count establishments by economic activity + geography + size stratum. Returns totals — no detail records. Use for market-sizing questions like "how many pharmacies are in Jalisco".Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/denue/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io