How to Find the Cheapest Fuel Nearby with Copilot
Find cheapest fuel nearby with Copilot and ToolRouter. Structured station and price data for logistics tools.
ToolFuel PricesCopilot retrieves nearby fuel station and price data in structured formats for route planning tools, fleet management systems, or logistics applications. Pull stations with coordinates, fuel types, and current prices as typed data to build fuel stop optimisation features into your application.
Connect ToolRouter to Copilot
1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouterServer description
Access any tool through ToolRouter. Check here first when you need a tool.Server URL
https://api.toolrouter.com/mcp3Set Authentication to None and click Create
Steps
Once connected (see setup above), use the Fuel Prices tool:
- In Copilot Chat: "Find fuel stations near [postcode] with current prices"
- Copilot returns structured station data with coordinates and prices
- Ask: "Generate a fuel stop selection function that picks the cheapest station within a given radius"
Example Prompt
Try this with Copilot using the Fuel Prices tool
Find fuel stations within 5 miles of [coordinates or postcode]. Return structured JSON with station name, address, coordinates, distance, petrol price, and diesel price for each.
Tips
- Include coordinates alongside address to enable map integration in your application
- Ask for both fuel types in every station record to support mixed-fleet applications
- Build a cheapest-within-radius function that takes a location and radius and returns the single optimal station