
Pumperly Mcp
Let your coding agent query live fuel prices, locate stations, and plan routes through Pumperly without hand-rolling HTTP clients.
Overview
Pumperly MCP is a Build-phase MCP server that lets agents query Pumperly for fuel prices, stations, and route planning over stdio.
What is this MCP server?
- stdio MCP server (npm pumperly-mcp v0.0.2 and OCI drumsergio/pumperly-mcp:v0.0.2)
- Tools to query fuel prices, find stations, and plan routes via Pumperly
- Configurable PUMPERLY_URL for API base (e.g. https://pumperly.com)
- GitHub source at GeiserX/pumperly-mcp with MCP server schema 2025-12-11
- Server version 0.0.2
- Two distribution paths: npm identifier pumperly-mcp and OCI drumsergio/pumperly-mcp:v0.0.2
- Required env: PUMPERLY_URL (API base URL)
Community signal: 1 GitHub stars.
What problem does it solve?
Agents cannot call Pumperly fuel and routing APIs unless you paste endpoints or maintain a custom client in every session.
Who is it for?
Indie builders adding fuel or route lookups to apps, bots, or ops scripts via Claude Code or Cursor.
Skip if: Teams that need a full mapping stack, offline fuel databases, or Spinnaker-style deployment automation.
What do I get? / Deliverables
After registration, your agent can look up prices, stations, and routes through MCP tools backed by your PUMPERLY_URL.
- Registered stdio MCP server exposing Pumperly price, station, and route tools
- Agent-callable queries against your configured Pumperly instance
Recommended MCP Servers
Journey fit
Canonical shelf is Build because solo builders wire this MCP bridge while implementing product features or side tools that need geospatial fuel data. Integrations is the right subphase: it is an external API adapter (stdio npm/OCI) rather than a deployment or research playbook.
How it compares
MCP integration to Pumperly, not a standalone agent skill or map UI library.
Common Questions / FAQ
Who is Pumperly MCP for?
Solo and indie developers who want their AI coding agent to use Pumperly for fuel prices, station search, and route planning while building or scripting.
When should I use Pumperly MCP?
Use it during Build when you are integrating travel, logistics, or cost-estimation features that need live Pumperly data inside the agent loop.
How do I add Pumperly MCP to my agent?
Add the stdio server (npm package pumperly-mcp or OCI drumsergio/pumperly-mcp:v0.0.2) to your MCP config and set PUMPERLY_URL to your Pumperly API base URL.