places_search

places_search

Find places by name or category, optionally near a location

5 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

NameTypeWhat it is
query*stringWhat to look for, e.g. 'ramen', 'pharmacy', 'Blue Bottle Coffee'
nearstringOptional place to search near, e.g. 'Shoreditch, London' or 'SF'
latnumberOptional latitude, if the location is already known
lonnumberOptional longitude, if the location is already known
radiusnumberOptional search radius in metres (default 2000)

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":{"query":"query"},"name":"places_search"}}

Try it in the playground.