ibronevik-taxi-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAXI_LOGIN | No | Login for the taxi account, used by the authenticate tool. | |
| TAXI_CONFIG | No | Configuration selector for the taxi service environment (e.g., '0' in the sample MCP client config). | |
| TAXI_PASSWORD | No | Password for the taxi account, used by the authenticate tool. | |
| TAXI_WRITE_MODE | No | Write policy for modifying tools: 'confirm' asks before writing, 'allow' permits writes, 'deny' blocks writes. | confirm |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| taxi_statusA | Проверяет доступность бэка, возвращает арендатора, версию справочника и состояние авторизации. Read-only, учётные данные не требуются. |
| taxi_reference_listA | Имена и размеры всех публичных справочников (/data/) с версией кеша. Read-only, без авторизации. |
| taxi_reference_getA | Возвращает полное содержимое указанных справочных таблиц (например car_classes, currencies, payment_ways). Read-only, без авторизации. |
| taxi_authenticateA | Выполняет вход по TAXI_LOGIN/TAXI_PASSWORD (цепочка auth -> token). Токен не разглашается — возвращается только факт успеха. Требует учётных данных. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |