P
places
/places_near
Find places worth a detour near a point
List notable places within a radius of a WGS84 coordinate, most famous first (rank order), each with distance_km — the direct answer to "what is worth visiting
liveverifiedunknown~5s typical
mcpprobedplaces
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-detourmap-places /places_near for me.
Input
| Field | Type | Description |
|---|---|---|
| latitude* | number | |
| longitude* | number | |
| radius_km | number | Search radius in km (default 50) |
| kind | string | Kind of place — key or slug: ruins (Archaeological), natural (Nature) (optional) |
| limit | integer | Max results (default 15) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-detourmap-places","endpoint":"/places_near","input":{"latitude":1,"longitude":1}}'cli
npx cracked-ai run -p mcp-com-detourmap-places -e /places_near -i '{"latitude":1,"longitude":1}'mcp
run_tool({ provider: "mcp-com-detourmap-places", endpoint: "/places_near", input: {"latitude":1,"longitude":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.