tankerkoenig_prices
Pack: tankerkoenig · Endpoint: https://gateway.pipeworx.io/tankerkoenig/mcp
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. MTS-K real-time Benzinpreise, Germany only. Example: tankerkoenig_prices({ station_ids: [“94e70fc4-b22f-4e5a-877f-bc1082cdae81”, “278130b1-e062-4a0f-80cc-19e486b4c024”] })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
station_ids | array | yes | List of station UUIDs (1 to 10) from tankerkoenig_stations_nearby |
items | string | no | |
_apiKey | string | no |
Example call
curl -X POST https://gateway.pipeworx.io/tankerkoenig/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"tankerkoenig_prices","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"tankerkoenig": {
"url": "https://gateway.pipeworx.io/tankerkoenig/mcp"
}
}
}
See Getting Started for client-specific install steps.