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

NameTypeRequiredDescription
namestringyesBusiness name or brand (e.g., “walmart”, “cemex”)
state_codestringnoTwo-digit state code “01”-“32”, or “00” for all Mexico. Default “00”.
page_startnumbernoFirst record (1-based, default 1)
page_endnumbernoLast 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.

Regenerated from source · build June 1, 2026