MCP Server
MCP
io.github.GeiserX/pumperly-mcp
MCP server for Pumperly — query fuel prices, find stations, and plan routes
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "pumperly-mcp",
"version": "0.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Pumperly API base URL (e.g. https://pumperly.com)",
"format": "string",
"name": "PUMPERLY_URL"
}
]
},
{
"registryType": "oci",
"identifier": "drumsergio/pumperly-mcp:v0.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Pumperly API base URL (e.g. https://pumperly.com)",
"format": "string",
"name": "PUMPERLY_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
oci
By
Comments
Sign in to leave a comment