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_URLPumperly 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-mcpRelated MCP servers
MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management
13
View repository →Go
GPL-3.0
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
3
View repository →Go
GPL-3.0
MCP server for Telegram Archive — search messages, browse chats, and access history
3
View repository →Go
GPL-3.0
MCP server for CashPilot — monitor passive income, bandwidth sharing, and DePIN earnings
2
View repository →Go
GPL-3.0
MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints
1
View repository →Go
GPL-3.0