MapMap
M
MapMap
/cheapest_charging_along_route

cheapest charging along route

Find the best EV charge points along a route, with the REAL extra travel time of stopping at each one — never a straight-line guess. Provide `origin` + `destina

liveverifieddegraded · 902ms~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 /cheapest_charging_along_route for me.

Input

FieldTypeDescription
available_onlybooleanKeep only charge points with a bay reported free right now. Needs the deployment to have a
connectorsarrayKeep only charge points offering at least one of these connector standards: "type2", "type
costingstringCosting model for the route and detour matrix: "auto" (default), "truck", "bicycle", "pede default "auto"
destinationstringRoute destination.
geometry_polyline6stringAn existing route geometry as an encoded polyline6 (the `route` tool's `geometry_polyline6
max_detour_minutesnumberLargest acceptable detour in minutes (default 10, at most 120).
max_resultsintegerMaximum results (default 5, at most 25).
min_kwnumberKeep only charge points whose best connector is rated at least this many kW (e.g. 50 for r
originstringRoute origin (with `destination`, when no geometry is given).
truckstringTruck profile (dimensions + ADR declaration). Requires costing "truck"; the detours then r

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":"/cheapest_charging_along_route","input":{"costing":"auto"}}'
cli
npx cracked-ai run -p mcp-ai-mapmap-mapmap -e /cheapest_charging_along_route -i '{"costing":"auto"}'
mcp
run_tool({ provider: "mcp-ai-mapmap-mapmap", endpoint: "/cheapest_charging_along_route", input: {"costing":"auto"} })

Try it

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