Yandex Eats MCP
by sptmru
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUBLIC_BASE_URL | Yes | External HTTPS base URL for the MCP server, used for OAuth discovery and callbacks. Must match the Cloudflare Tunnel hostname, e.g. https://eats-mcp.example.com. | |
| YANDEX_EATS_CITY | No | City name used for delivery context, e.g. Yerevan. | |
| YANDEX_EATS_LATITUDE | Yes | Latitude of the delivery point, e.g. 40.000000. | |
| ORDER_NOTIFY_PROVIDER | No | Notification provider for order events, e.g. 'telegram'. Optional if order monitoring is disabled. | |
| YANDEX_EATS_LONGITUDE | Yes | Longitude of the delivery point, e.g. 44.000000. | |
| YANDEX_EATS_ADDRESS_LABEL | No | Safe text label for the delivery address returned to the model, e.g. home. | |
| YANDEX_EATS_ENABLE_MUTATIONS | No | Set to 'true' to enable cart mutation tools (add/update/remove). Leave false until properly tested. | false |
| YANDEX_EATS_ORDER_POLL_MAX_MS | No | Maximum order poll interval in milliseconds, used to clamp Yandex-provided intervals. | |
| YANDEX_EATS_ORDER_POLL_MIN_MS | No | Minimum order poll interval in milliseconds, used to clamp Yandex-provided intervals. | |
| YANDEX_EATS_ENABLE_ORDER_MONITORING | No | Set to 'true' to enable background order monitoring. | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues