fuel prices for VS Code
io.github.johnisanerd/fuel-prices
Gas and fuel prices by station and area, as structured data via a hosted MCP server.
client:VS Code
transport:streamable-http
Install fuel prices in VS Code
.vscode/mcp.json
{
"servers": {
"fuel-prices": {
"type": "http",
"url": "https://mcp.apify.com/?tools=johnvc/fuelprices"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs