Tools / Fuel Prices / Use Cases / Find the Cheapest Fuel Nearby

Find the Cheapest Fuel Nearby

Locate fuel stations near a given location and identify which has the lowest price for petrol or diesel.

Tool
Fuel Prices icon
Fuel Prices

Fuel prices vary by 10p or more per litre between stations within a few miles of each other. Over thousands of miles a year, that difference matters — but most drivers just fill up at the nearest or most convenient station without knowing whether a slightly less convenient option would save them significantly more.

Fuel Prices finds stations near a postcode or address and returns current prices at each, ranked by price. It covers petrol, diesel, and where available, premium grades. The cheapest_fuel skill identifies the single best option across the results.

Commuters optimising their weekly fill-up, fleet managers routing vehicles through cheaper fuel corridors, and logistics planners managing fuel costs across a delivery network use this to make location decisions informed by actual current prices rather than assumptions.

Agent Guides

Claude

  1. Connect ToolRouter to Claude: claude mcp add toolrouter -- npx -y toolrouter-mcp
  2. Ask Claude: "Find the cheapest petrol stations within 5 miles of [postcode or location]"
  3. Claude returns nearby stations with current prices sorted from cheapest
Read full guide →

ChatGPT

  1. Add ToolRouter to ChatGPT using the MCP JSON configuration
  2. Ask: "What are the cheapest petrol stations near [location]?"
  3. ChatGPT returns nearby stations with prices and distance
Read full guide →

Copilot

  1. Add ToolRouter to your Copilot MCP configuration
  2. In Copilot Chat: "Find fuel stations near [postcode] with current prices"
  3. Copilot returns structured station data with coordinates and prices
Read full guide →

OpenClaw

  1. Connect ToolRouter to OpenClaw: openclaw mcp add toolrouter -- npx -y toolrouter-mcp
  2. Ask: "Find the cheapest diesel stations within 5 miles of [location]"
  3. OpenClaw returns cheapest stations with prices and distances
Read full guide →

Related Use Cases