local-search
ActiveTool of Toolcall
Find local businesses and places by category and location: pharmacies, restaurants, hotels, plumbers, lawyers, gyms and 40+ more categories, or any name keyword. Pass what= plus city= (geocoded automatically) or lat=&lon= with a radius. Returns name, category, address, phone, website, opening hours and coordinates from OpenStreetMap. JSON response. [Paid: $0.02 USDC per call via x402 on Base; the calling client pays automatically.]
Parameters schema
{
"type": "object",
"required": [
"what"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude, alternative to city"
},
"lon": {
"type": "number",
"description": "Longitude, alternative to city"
},
"city": {
"type": "string",
"description": "City or place name, geocoded automatically"
},
"what": {
"type": "string",
"description": "Business category (pharmacy, plumber, hotel...) or name keyword"
},
"radius": {
"type": "integer",
"maximum": 20000,
"minimum": 200,
"description": "Search radius in meters, default 5000"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Toolcall
https://github.com/BeneIstvan/toolcall-mcp
1/7 registries