places_nearby
places_nearby
List points of interest near a location
4 credits per call, from your balance — or paid per request in USDC with no account at all.
Runs on Places — Places, points of interest and geocoding.
Arguments
| Name | Type | What it is |
|---|---|---|
near | string | Place to look around, e.g. 'Camden, London' (or give lat/lon) |
lat | number | Optional latitude |
lon | number | Optional longitude |
query | string | Optional keyword to filter by, e.g. 'cafe' |
radius | number | Optional radius in metres (default 1000) |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{},"name":"places_nearby"}}Try it in the playground.


