CityWalk Plan
CP
CityWalk Plan
/plan_city_walk

plan city walk

Generate a day-by-day walking itinerary for a city from CityWalk Plan's hand-curated catalog. Stops are real places with verified coordinates (not AI-invented),

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 /plan_city_walk for me.

Input

FieldTypeDescription
city*stringCity name or slug, e.g. 'Paris', 'tokyo', 'New York'.
daysintegerNumber of days (1-7). Default 3.
pacestring (easy | balanced | packed)easy ~3 stops/day, balanced ~4, packed ~5. Default balanced.
must_seearrayOptional place names to prioritize, e.g. ['Eiffel Tower'].
langstring (en | es | fr | de | pt | ja)Language for the returned plan_url so the trip opens localized — set it to the user's lang

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":"/plan_city_walk","input":{"city":"..."}}'
cli
npx cracked-ai run -p mcp-com-citywalkplan-planner -e /plan_city_walk -i '{"city":"..."}'
mcp
run_tool({ provider: "mcp-com-citywalkplan-planner", endpoint: "/plan_city_walk", input: {"city":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.