denue_search_nearby
ActiveTool of Denue
declared in 0.1.0
Find businesses near a coordinate. Returns establishments matching the keyword within the given radius (max 5000m).
Parameters schema
{
"type": "object",
"required": [
"condition",
"lat",
"lng"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude (decimal degrees)"
},
"lng": {
"type": "number",
"description": "Longitude (decimal degrees)"
},
"radius_m": {
"type": "number",
"description": "Search radius in meters (1-5000, default 500)"
},
"condition": {
"type": "string",
"description": "Search keyword — business name, brand, or activity (e.g., \"oxxo\", \"cafe\", \"farmacia\"). Use \"todos\" for all establishments in radius."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Denue
https://github.com/pipeworx-io/mcp-denue
2/7 registries