Skip to main content
Glama
apo100l

Kontur.Elba MCP

by apo100l

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ELBA_API_KEYYesAPI key for Kontur.Elba API. Required.
ELBA_API_BASE_URLNoBase 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_MSNoTimeout 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues