M
MapMap
/cheapest_fuel_along_route
cheapest fuel along route
Find the cheapest fuel along a route, with the REAL extra travel time of stopping at each station — never a straight-line guess. Provide `origin` + `destination
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 /cheapest_fuel_along_route for me.
Input
| Field | Type | Description |
|---|---|---|
| costing | string | Costing model for the route and detour matrix: "auto" (default), "truck", "bicycle", "pede default "auto" |
| destination | string | Route destination. |
| fill_litres | number | Optional fill size in litres; each result then also carries `saving_total` = `saving_per_l |
| fuel | string | Which fuel to price: "diesel" (default), "petrol_95", "petrol_98", "premium_diesel", "e85" |
| 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). |
| 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_fuel_along_route","input":{"costing":"auto"}}'cli
npx cracked-ai run -p mcp-ai-mapmap-mapmap -e /cheapest_fuel_along_route -i '{"costing":"auto"}'mcp
run_tool({ provider: "mcp-ai-mapmap-mapmap", endpoint: "/cheapest_fuel_along_route", input: {"costing":"auto"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.