Canal Nav
CN
Canal Nav
/plan_round_trip

Plan a round trip

Plan return-to-start cruises from a point on the inland waterways of Great Britain, sized to fit a number of days. Returns several options: circular loops where

liveunknown~5s typical
mcpcanalnav
$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-canalnav-canal-nav /plan_round_trip for me.

Input

FieldTypeDescription
start*stringStart (and finish) point: a place name on the waterways or "lat,lon" coordinates.
days*integerNumber of days the round trip should fit in.
boat_lengthnumberBoat length. Metres by default (e.g. 17.4), or a feet/inches string (e.g. "57ft").
boat_beamnumberBoat beam (width). Metres by default (e.g. 2.08), or feet/inches (e.g. "6'10\"").
boat_draughtnumberBoat draught (depth below the waterline). Metres or feet/inches.
boat_air_draughtnumberBoat air draught (height above the waterline, for bridges and tunnels). Metres or feet/inc
lock_minutesnumberMinutes to work through one lock. Default 15.
cruising_hours_per_daynumberCruising hours per day. Default 6.
datestringStart date (YYYY-MM-DD) for closure checking. Defaults to today.

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-canalnav-canal-nav","endpoint":"/plan_round_trip","input":{"start":"...","days":1}}'
cli
npx cracked-ai run -p mcp-com-canalnav-canal-nav -e /plan_round_trip -i '{"start":"...","days":1}'
mcp
run_tool({ provider: "mcp-com-canalnav-canal-nav", endpoint: "/plan_round_trip", input: {"start":"...","days":1} })

Try it

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