Model Context Protocol
Give your AI agent a fuel optimization brain
One MCP tool call returns an optimized diesel fuel plan for any truck route: where to stop, how many gallons to pump, and the savings. Powered by the same engine, live retail price grid, and IFTA tax-aware optimization that ValveRide Flow runs for real fleets.
- ✓ Live retail diesel prices across the US truck stop network
- ✓ Your discount schedule applied on net price
- ✓ Cheap replans: re-call with the truck's live position for $0.08
- ✓ Works with Claude, Cursor, and any MCP-capable client
Tool call
{
"truck": { "tankCapacityGallons": 240, "mpgForPlanning": 6.5 },
"currentFuelGallons": 80,
"origin": { "lat": 41.6, "lng": -93.6 },
"destination": "Denver, CO",
"discountSchedule": [
{ "vendor": "Loves", "discountType": "CENTS_PER_GALLON", "discountAmount": 12 }
]
}Plan back
- recommendedStop — the best next fuel stop with retail, net, and tax-adjusted price per gallon
- plannedStops — the full multi-stop plan with gallons to purchase at each
- alternateStops — ranked alternates along the corridor
- estimatedSavings — dollars saved vs. naive fueling
- explanation — a plain-language rationale your agent can relay
Simple per-plan pricing
Free credit
$20
Valid 30 days. Add a card to activate; nothing is charged until you buy more.
Standard
$2.25 / fuel plan
Then $0.08 per replan of the same trip. Prepaid credit, never expires. Only successful optimizations count.
Ready to wire it up? Read the quickstart docs.