CP
CityWalk Plan
/get_place
get place
Look up one place in a city's CityWalk Plan catalog (type, neighborhood, suggested duration, description, coordinates, Wikipedia link).
liveverifiedunknown~5s typical
mcpprobedcitywalkplan
$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-citywalkplan-planner /get_place for me.
Input
| Field | Type | Description |
|---|---|---|
| city* | string | City name or slug. |
| place* | string | Place name or part of it, e.g. 'Louvre'. |
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-citywalkplan-planner","endpoint":"/get_place","input":{"city":"...","place":"..."}}'cli
npx cracked-ai run -p mcp-com-citywalkplan-planner -e /get_place -i '{"city":"...","place":"..."}'mcp
run_tool({ provider: "mcp-com-citywalkplan-planner", endpoint: "/get_place", input: {"city":"...","place":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.