CN
Canal Nav
/will_my_boat_fit
Will my boat fit a waterway
Check boat dimensions against the published maximum craft dimensions for a named British waterway (length, beam, draught and air draught, from Canal & River Tru
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 /will_my_boat_fit for me.
Input
| Field | Type | Description |
|---|---|---|
| waterway* | string | Waterway name, e.g. "Ashby Canal" or "Llangollen Canal". |
| 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 |
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":"/will_my_boat_fit","input":{"waterway":"..."}}'cli
npx cracked-ai run -p mcp-com-canalnav-canal-nav -e /will_my_boat_fit -i '{"waterway":"..."}'mcp
run_tool({ provider: "mcp-com-canalnav-canal-nav", endpoint: "/will_my_boat_fit", input: {"waterway":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.