MapMap
M
MapMap
/check_adr_tunnel

check adr tunnel

Check whether a vehicle may pass through a tunnel of a given ADR category ("A"–"E"). Provide `hazmat` and, when known, the load's ADR 8.6.4 tunnel restriction c

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

Input

FieldTypeDescription
hazmat*booleanWhether the vehicle carries dangerous goods at all. When false the ADR tunnel matrix does
tunnel_category*stringADR category of the tunnel to check: "A", "B", "C", "D" or "E".
tunnel_codestringADR 8.6.4 tunnel restriction code of the load, e.g. "B", "C5000D", "B/D", or "(—)"/"none".

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_adr_tunnel","input":{"hazmat":true,"tunnel_category":"..."}}'
cli
npx cracked-ai run -p mcp-ai-mapmap-mapmap -e /check_adr_tunnel -i '{"hazmat":true,"tunnel_category":"..."}'
mcp
run_tool({ provider: "mcp-ai-mapmap-mapmap", endpoint: "/check_adr_tunnel", input: {"hazmat":true,"tunnel_category":"..."} })

Try it

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