P
places
/get_place
Get one place in full
Fetch one place’s full record by slug (preferred, e.g. "neuschwanstein-castle") or exact name: coordinates, founding year, worldwide fame rank and tier, short d
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 /get_place for me.
Input
| Field | Type | Description |
|---|---|---|
| place* | string | Slug (preferred, e.g. "colosseum") or exact name |
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":"/get_place","input":{"place":"..."}}'cli
npx cracked-ai run -p mcp-com-detourmap-places -e /get_place -i '{"place":"..."}'mcp
run_tool({ provider: "mcp-com-detourmap-places", endpoint: "/get_place", input: {"place":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.