MapMap
M
MapMap
/check_clearance_on_route

check clearance on route

Measure a vehicle's overhead clearance along a route against surveyed point cloud geometry, wherever survey coverage exists. Routes with truck costing (so the s

liveverifiedunknown~5s typical
mcpprobedmapmap
$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-ai-mapmap-mapmap /check_clearance_on_route for me.

Input

FieldTypeDescription
destination*stringRoute destination.
height_m*numberVehicle height in metres. Required: there is no default vehicle, because a default vehicle
margin_mnumberOperating margin in metres, added to the height before the verdict is decided (default 0).
origin*stringRoute origin.
width_mnumberVehicle width in metres. Supplying it asks the width axis as well as the height axis; the

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-ai-mapmap-mapmap","endpoint":"/check_clearance_on_route","input":{"destination":"...","height_m":1,"origin":"..."}}'
cli
npx cracked-ai run -p mcp-ai-mapmap-mapmap -e /check_clearance_on_route -i '{"destination":"...","height_m":1,"origin":"..."}'
mcp
run_tool({ provider: "mcp-ai-mapmap-mapmap", endpoint: "/check_clearance_on_route", input: {"destination":"...","height_m":1,"origin":"..."} })

Try it

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