denue_search_in_state
Pack: denue · Endpoint: https://gateway.pipeworx.io/denue/mcp
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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | yes | Search term — matches name, economic activity description, or address text. |
state_code | string | yes | Two-digit state code “01”-“32” (required — use denue_search_by_name with “00” for nationwide). |
page_start | number | no | First record (1-based, default 1) |
page_end | number | no | Last record (default page_start + 24) |
Example call
curl -X POST https://gateway.pipeworx.io/denue/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"denue_search_in_state","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"denue": {
"url": "https://gateway.pipeworx.io/denue/mcp"
}
}
}
See Getting Started for client-specific install steps.