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
| Name | Type | Required | Description |
|---|---|---|---|
condition | string | yes | Search keyword — business name, brand, or activity (e.g., “oxxo”, “cafe”, “farmacia”). Use “todos” for all establishments in radius. |
lat | number | yes | Latitude (decimal degrees) |
lng | number | yes | Longitude (decimal degrees) |
radius_m | number | no | Search 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.