fuel prices for Gemini CLI
io.github.johnisanerd/fuel-prices
Gas and fuel prices by station and area, as structured data via a hosted MCP server.
client:Gemini CLI
transport:streamable-http
Install fuel prices in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fuel-prices": {
"httpUrl": "https://mcp.apify.com/?tools=johnvc/fuelprices"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs