A2A conformantA2A v0.3.0

FuelScout

v1.0.0FuelScout

Machine-payable cheapest-fuel queries over x402. Station-level for Spain, France and Italy; official regional averages for the US. Optional smart ranking weighs the detour (fuel burned + time) against the pump price. Prices are official open data and may be delayed — confirm at the pump.

Launch agent website ↗

Skills

  • cheapest fuel near a location

    Given a country + coordinates (ES/FR/IT) or a US region, returns the cheapest stations (or the regional average) for a fuel grade, optionally ranked by all-in cost including the round-trip detour.

    fuelgaspetroldieselgasolinelpgpricescheapestgas stationfuel pricesx402spainfranceitalyusaeuropeunleadedautogase5e10sp98diesel premiumpetrol stationfill upfuel economycheapest fuel

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("40e38e39-c2fb-4d85-a32d-dcdc05007439")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())