Canal Nav
CN
Canal Nav
/plan_route

Plan a canal route

Plan a boat journey between two points on the inland waterways of Great Britain (canals and navigable rivers). The route follows the water itself, not roads. It

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_route for me.

Input

FieldTypeDescription
from*stringStart point: a place name on the waterways (e.g. "Braunston Marina") or "lat,lon" coordina
to*stringDestination: a place name or "lat,lon" coordinates.
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. Experienced crews may use 10, single-handers
cruising_hours_per_daynumberCruising hours per day, used to split the journey into days with suggested overnight moori
datestringDeparture 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_route","input":{"from":"...","to":"..."}}'
cli
npx cracked-ai run -p mcp-com-canalnav-canal-nav -e /plan_route -i '{"from":"...","to":"..."}'
mcp
run_tool({ provider: "mcp-com-canalnav-canal-nav", endpoint: "/plan_route", input: {"from":"...","to":"..."} })

Try it

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