MapMap
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

FieldTypeDescription
costingstringCosting model for the route and detour matrix: "auto" (default), "truck", "bicycle", "pede default "auto"
destinationstringRoute destination.
fill_litresnumberOptional fill size in litres; each result then also carries `saving_total` = `saving_per_l
fuelstringWhich fuel to price: "diesel" (default), "petrol_95", "petrol_98", "premium_diesel", "e85"
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).
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_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.