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
| Field | Type | Description |
|---|---|---|
| available_only | boolean | Keep only charge points with a bay reported free right now. Needs the deployment to have a |
| connectors | array | Keep only charge points offering at least one of these connector standards: "type2", "type |
| costing | string | Costing model for the route and detour matrix: "auto" (default), "truck", "bicycle", "pede default "auto" |
| destination | string | Route destination. |
| geometry_polyline6 | string | An existing route geometry as an encoded polyline6 (the `route` tool's `geometry_polyline6 |
| max_detour_minutes | number | Largest acceptable detour in minutes (default 10, at most 120). |
| max_results | integer | Maximum results (default 5, at most 25). |
| min_kw | number | Keep only charge points whose best connector is rated at least this many kW (e.g. 50 for r |
| origin | string | Route origin (with `destination`, when no geometry is given). |
| truck | string | Truck 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.