HomeOther › pumperly-mcp

pumperly-mcp

MCP server for Pumperly — query fuel prices, find stations, and plan routes

Go Cloud macOSWindowsLinux
★ 3 stars Last pushed 2026-09-02 License: GPL-3.0

Topics: Location Services

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.0.2)

npx -y pumperly-mcp@0.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "pumperly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pumperly-mcp@0.0.2"
      ],
      "env": {
        "PUMPERLY_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • PUMPERLY_URL — Pumperly API base URL (e.g. https://pumperly.com)

Package (oci)

docker run -i --rm drumsergio/pumperly-mcp:v0.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "pumperly-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "drumsergio/pumperly-mcp:v0.0.2"
      ],
      "env": {
        "PUMPERLY_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • PUMPERLY_URL — Pumperly API base URL (e.g. https://pumperly.com)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry