Kontur.Elba MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ELBA_API_KEY | Yes | API key for Kontur.Elba API. Required. | |
| ELBA_API_BASE_URL | No | Base URL for the Kontur.Elba API. Useful for a test proxy. Do not change to an untrusted address. | https://elba-api.kontur.ru |
| ELBA_API_TIMEOUT_MS | No | Timeout in milliseconds for API requests. | 30000 |
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 |
|---|---|
| elba_list_operationsA | Показывает доступные методы и маршруты Elba Public API из встроенной OpenAPI-схемы. |
| elba_describe_operationB | Возвращает параметры, тело запроса и ответы конкретной операции из OpenAPI-схемы. |
| elba_list_organizationsB | Получает список организаций, доступных по настроенному API-ключу. |
| elba_requestA | Выполняет операцию, только если сочетание метода и пути разрешено встроенной OpenAPI-схемой. Для изменяющих операций сначала изучите схему через elba_describe_operation. |
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 4 tools
Each tool serves a clear, distinct purpose: e1 and e2 are for OpenAPI schema introspection (listing vs. describing), e3 returns domain data (organizations), and e4 is the guarded generic executor. There is no overlap or ambiguity between them.
All tools share the 'elba_' prefix and follow a verb-based pattern (list, describe, request). Minor inconsistencies: 'list_operations' uses plural while 'describe_operation' is singular, and 'elba_request' lacks an explicit object noun unlike the others.
Four tools is a well-scoped set for an OpenAPI-gated API wrapper: schema listing, schema details, an organization listing convenience, and a safe request executor. Each tool earns its place without redundancy.
The server provides a full workflow: discover available operations, inspect details, list organizations, and execute allowed requests. There are no obvious gaps for the intended purpose of securely interacting with the Elba Public API.