PluginBench
MCP Server
Active
GPL-3.0

io.github.GeiserX/pumperly-mcp MCP Server

io.github.GeiserX/pumperly-mcp

What is the io.github.GeiserX/pumperly-mcp MCP server?

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

How to install io.github.GeiserX/pumperly-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PUMPERLY_URL

    Pumperly API base URL (e.g. https://pumperly.com)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pumperly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pumperly-mcp"
      ],
      "env": {
        "PUMPERLY_URL": "<YOUR_PUMPERLY_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pumperly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pumperly-mcp"
      ],
      "env": {
        "PUMPERLY_URL": "<YOUR_PUMPERLY_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pumperly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pumperly-mcp"
      ],
      "env": {
        "PUMPERLY_URL": "<YOUR_PUMPERLY_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pumperly-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pumperly-mcp"
      ],
      "env": {
        "PUMPERLY_URL": "<YOUR_PUMPERLY_URL>"
      }
    }
  }
}
Claude Code
claude mcp add pumperly-mcp --env PUMPERLY_URL=<YOUR_PUMPERLY_URL> -- npx -y pumperly-mcp

Related MCP servers

MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management

13
Go
GPL-3.0
View repository →

MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management

3
Go
GPL-3.0
View repository →

MCP server for Telegram Archive — search messages, browse chats, and access history

3
Go
GPL-3.0
View repository →

MCP server for CashPilot — monitor passive income, bandwidth sharing, and DePIN earnings

2
Go
GPL-3.0
View repository →

MCP server for Duplicacy — monitor backup status and Prometheus metrics

1
Go
GPL-3.0
View repository →

MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints

1
Go
GPL-3.0
View repository →