Odel
pumperly mcp

pumperly mcp

Local
@geiserx3GoGPL-3.0Updated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpumperly-mcpv0.0.2

Run

npx -y pumperly-mcp

MCP client config

{
  "mcpServers": {
    "pumperly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pumperly-mcp"
      ]
    }
  }
}
Dockerdrumsergio/pumperly-mcp:v0.0.2

Run

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

MCP client config

{
  "mcpServers": {
    "pumperly-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "drumsergio/pumperly-mcp:v0.0.2"
      ]
    }
  }
}