Tankerkönig DE Fuel
live TransportEnergyReal-time fuel prices at every German gas station (official MTS-K data) — find the cheapest E5, E10, or diesel near any location, station details with opening hours, and bulk price checks.
Tools
tankerkoenig_stations_nearby German gas station fuel prices near a location — Benzinpreise Germany, real-time from the official MTS-K feed. Find the cheapest diesel, E5, or E10 near a point in Germany with price in EUR per liter,
No parameters required.
Try it
tankerkoenig_station_details Full detail for one German gas station by its Tankerkoenig station id (UUID from tankerkoenig_stations_nearby): opening times, current E5 / E10 / diesel prices in EUR per liter, brand, address, state,
No parameters required.
Try it
tankerkoenig_prices Bulk current fuel prices (E5, E10, diesel in EUR per liter) for up to 10 German gas stations by station id — the efficient refresh call for price-watch and price-alert flows once station ids are known
No parameters required.
Try it
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
curl -X POST https://gateway.pipeworx.io/tankerkoenig/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' curl -X POST https://gateway.pipeworx.io/tankerkoenig/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"tankerkoenig_stations_nearby","arguments":{}}}' Use with the SDK
Install @pipeworx/sdk to call tools from any TypeScript/Node project.
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("tankerkoenig_stations_nearby", {}); // Or ask in plain English:
const answer = await px.ask("real-time fuel prices at every german gas station (official mts-k data) — find the cheapest e5, e10, or diesel near any location, station details with opening hours, and bulk price checks"); Related packs
Other Pipeworx packs in the same categories (Transport, Energy):