Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUMPERLY_ORIGIN | No | Pumperly origin country |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calculate_route | Calculate a driving route between two points |
| find_nearest_stations | Find fuel stations nearest to a coordinate |
| find_route_stations | Find fuel stations along a route corridor |
| geocode | Search for a location by name (geocoding) |
| get_stations_in_area | Get fuel stations within a bounding box |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| App configuration | Countries, defaults, and fuel types supported by Pumperly |
| ECB exchange rates | Daily exchange rates from the European Central Bank |
| Platform statistics | Station and price counts per country |