CN
Canal Nav
/find_place
Find a place on the waterways
Look up a place name on the British inland waterway network and return matching locations with coordinates (marinas, moorings, water points and other waterside
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 /find_place for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Place or facility name to search for, e.g. "Braunston" or "Aston Marina". |
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":"/find_place","input":{"name":"..."}}'cli
npx cracked-ai run -p mcp-com-canalnav-canal-nav -e /find_place -i '{"name":"..."}'mcp
run_tool({ provider: "mcp-com-canalnav-canal-nav", endpoint: "/find_place", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.