wolt-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WOLT_MCP_LOG | No | Python logging level | WARNING |
| WOLT_LANGUAGE | No | Language for Accept-Language header | en |
| WOLT_DEFAULT_LAT | No | Default latitude for location queries | 59.4370 |
| WOLT_DEFAULT_LON | No | Default longitude for location queries | 24.7536 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_nearbyA | List Wolt venues near a location. Defaults to Tallinn center. Returns compact dicts with slug, rating, ETA, online status, tags. Use |
| get_menuA | Fetch a venue's full menu by slug. Returns categories and items with prices in minor units (e.g. 2390 = 23.90 EUR in Estonia). Each item includes |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fogside/wolt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server