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
| Field | Type | Description |
|---|---|---|
| start* | string | Start (and finish) point: a place name on the waterways or "lat,lon" coordinates. |
| days* | integer | Number of days the round trip should fit in. |
| boat_length | number | Boat length. Metres by default (e.g. 17.4), or a feet/inches string (e.g. "57ft"). |
| boat_beam | number | Boat beam (width). Metres by default (e.g. 2.08), or feet/inches (e.g. "6'10\""). |
| boat_draught | number | Boat draught (depth below the waterline). Metres or feet/inches. |
| boat_air_draught | number | Boat air draught (height above the waterline, for bridges and tunnels). Metres or feet/inc |
| lock_minutes | number | Minutes to work through one lock. Default 15. |
| cruising_hours_per_day | number | Cruising hours per day. Default 6. |
| date | string | Start 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.