StarLine MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STARLINE_LOGIN | Yes | Account login for my.starline.ru | |
| STARLINE_APP_ID | Yes | App ID from https://my.starline.ru/developer | |
| STARLINE_PASSWORD | Yes | Account password for my.starline.ru | |
| STARLINE_APP_SECRET | Yes | App secret from https://my.starline.ru/developer |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_devicesB | Список автомобилей/устройств StarLine на аккаунте с кратким статусом. |
| get_statusC | Подробный статус устройства: охрана, двигатель, температура, АКБ, GSM, GPS. |
| get_locationC | Координаты GPS устройства. |
| set_securityA | Поставить (on=true) или снять (on=false) автомобиль с охраны. Требует confirm=true. |
| set_engineA | Запустить (on=true) или заглушить (on=false) двигатель. Требует confirm=true. Сам выбирает команду под блок: |
| set_heaterB | Включить/выключить предпусковой подогреватель (Webasto). Требует confirm=true. |
| set_channelA | Включить/выключить дополнительный канал (реле). Требует confirm=true. |
| find_carB | Найти автомобиль — короткий сигнал клаксоном и моргание (poke). Безопасно. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose: locating, status, listing, engine, security, heater, channel, and a find signal. No overlap between them.
All tool names follow a consistent verb_noun pattern in snake_case, e.g., find_car, get_location, set_engine. No deviations.
8 tools is an appropriate number for a car control server, covering essential operations without being overwhelming or too sparse.
Covers major functions like location, status, engine, security, heater, and channel. Missing door lock/unlock control, which is a common feature, but core workflows are well-covered.