pumperly-mcp
Rank #14314glama/GeiserX/pumperly-mcp
MCP server that exposes any Pumperly instance to LLMs, enabling real-time fuel price queries, station search, route planning, and geocoding.
pumperly-mcp is a Model Context Protocol (MCP) server published by GeiserX. It ranks #14314 of 58,900 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. pumperly-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 2, 2026 and most recently updated on Apr 3, 2026.
Ranks ahead of 44,586 of 58,900 servers on MCP Toplist.
Use pumperly-mcp
Add pumperly-mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"pumperly-mcp": {
"command": "npx",
"args": [
"-y",
"pumperly-mcp"
],
"env": {
"PUMPERLY_URL": "<your PUMPERLY_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pumperly-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/pumperly-mcp:v0.0.2"
],
"env": {
"PUMPERLY_URL": "<your PUMPERLY_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (1 delisted)
GeiserX
Other servers by GeiserX
- Genieacs MCP#3117 · 3 vers
- telegram-archive-mcp#7415 · 1 ver
- spinnaker-mcp#8395 · 2 vers
- cashpilot-mcp#9462 · 1 ver
- atlassian-browser-mcp#13311
- lynxprompt-mcp#13752 · 1 ver
- duplicacy-mcp#14313 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.0.2 | Apr 3, 2026 |
Frequently asked questions
- What is pumperly-mcp?
- MCP server that exposes any Pumperly instance to LLMs, enabling real-time fuel price queries, station search, route planning, and geocoding.
- Who maintains pumperly-mcp?
- pumperly-mcp is maintained by GeiserX, which publishes 8 MCP servers (10 total versions) tracked on MCP Toplist.
- Is pumperly-mcp an official MCP server?
- Yes — pumperly-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does pumperly-mcp have?
- MCP Toplist tracks 1 version of pumperly-mcp, most recently published on Apr 3, 2026.
- Where can I find the source code for pumperly-mcp?
- The source code for pumperly-mcp is hosted at github.com/GeiserX/pumperly-mcp.