Pumperly-MCP is a bridge that exposes any Pumperly instance as an MCP server, allowing LLMs to query real-time fuel prices, find stations, plan routes, and geocode locations.
From the registry: MCP server for Pumperly — query fuel prices, find stations, and plan routes
Please install the `pumperly-mcp` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["pumperly-mcp"]
- optional environment variables:
- `PUMPERLY_URL`: Pumperly instance URL (without trailing slash) (example: `https://pumperly.com`)
- `TRANSPORT`: Set to 'stdio' for stdio transport (example: `stdio`)
Note: Real-time fuel prices, station finder, route planning. Go binary wrapped by npm package. Default transport is HTTP. npm package auto-downloads Go binary. Docker also available.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.PUMPERLY_URLrequiredPumperly instance URL (without trailing /).MCP server for searching Airweave collections with natural language queries.