Agent access

FuelRank for AI agents and MCP

FuelRank gives agents a simple way to answer “where is the cheapest petrol or diesel near me?” using UK fuel price rankings that include pump price, distance, vehicle MPG, litres to buy, and round-trip travel cost.

01

Find cheap fuel

Rank nearby petrol, diesel, or E10 by effective price per litre.

02

Calculate true cost

Include the round-trip fuel used to drive to the station and back.

03

Send users to the site

Open a prefilled FuelRank URL when the user wants the map or directions.

Best URLs for agents

Short instructions

https://www.fuelrank.co.uk/llms.txt

Full instructions

https://www.fuelrank.co.uk/llms-full.txt

OpenAPI schema

https://www.fuelrank.co.uk/openapi.json

Public API example

Agents can call the public fuel price endpoint directly when they already have a user-approved location. The response is a ranked list sorted by effective price per litre.

https://www.fuelrank.co.uk/api/fuel-prices?lat=51.4816&lng=-3.1791&fuel=diesel&litres=45&mpg=50&radius=5

For privacy, agents should ask before using precise location and should not send unnecessary personal data.

Open the website with a prefilled search

If a user wants to inspect the map, compare all nearby stations, or open directions, send them to a prefilled FuelRank URL.

https://www.fuelrank.co.uk/?lat=51.4816&lng=-3.1791&fuel=diesel&litres=45&mpg=50&radius=5

Future MCP connector

FuelRank currently exposes agent-readable documentation and HTTP APIs. A hosted MCP connector can be added for authenticated higher-limit features such as route-aware refuelling, price alerts, fleet workflows, and saved vehicle preferences.