Go-based MCP server for Pumperly fuel price comparison. Query gas station prices, plan fuel-efficient routes, and find nearby EV charging stations. Docker image available.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y pumperly-mcpAgent-CoreX intelligently routes which tools from GeiserX/pumperly-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"pumperly-mcp": {
"command": "npx",
"args": [
"-y",
"pumperly-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add pumperly-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use GeiserX/pumperly-mcp directly without routing
npx -y pumperly-mcpNew to Agent-CoreX? View setup guide →