denue_search_by_name
Pack: denue · Endpoint: https://gateway.pipeworx.io/denue/mcp
Search businesses by name or brand across Mexico or a single state. Paginated — set page_size and page_start to walk results.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Business name or brand (e.g., “walmart”, “cemex”) |
state_code | string | no | Two-digit state code “01”-“32”, or “00” for all Mexico. Default “00”. |
page_start | number | no | First record (1-based, default 1) |
page_end | number | no | Last record (default page_start + 24, max ~1000 per request) |
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_by_name","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.