denue_search_nearby

Pack: denue · Endpoint: https://gateway.pipeworx.io/denue/mcp

Find businesses near a coordinate. Returns establishments matching the keyword within the given radius (max 5000m).

Parameters

NameTypeRequiredDescription
conditionstringyesSearch keyword — business name, brand, or activity (e.g., “oxxo”, “cafe”, “farmacia”). Use “todos” for all establishments in radius.
latnumberyesLatitude (decimal degrees)
lngnumberyesLongitude (decimal degrees)
radius_mnumbernoSearch radius in meters (1-5000, default 500)

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_nearby","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