MCP server that exposes Kontur Elba Public API as MCP tools.
- Docs:
https://developer.kontur.ru/doc/elba.public.api - OpenAPI:
https://elba-api.kontur.ru/swagger/v1/swagger.json - Base API host:
https://elba-api.kontur.ru
ELBA_API_KEY— value forX-Kontur-ApiKeyheader.- Example:
ELBA_API_KEY=your_elba_api_key - No other env vars are required.
- Example:
docker build -t elba-mcp:latest .
docker run --rm -i \
-e ELBA_API_KEY="your_api_key" \
elba-mcp:latest{
"mcpServers": {
"elba": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"ELBA_API_KEY=your_api_key",
"elba-mcp:latest"
]
}
}
}elba_list_organizationselba_list_bank_accountselba_create_bank_accountelba_create_contractorelba_get_contractorelba_search_contractorselba_create_productelba_update_productelba_get_productelba_search_productselba_list_document_newselba_subscribe_document_newselba_create_universal_transfer_documentelba_create_delivery_noteelba_create_billelba_get_billelba_create_actelba_get_long_running_taskelba_create_document_linkelba_update_document_linkelba_get_document_linkelba_delete_document_linkelba_list_document_templateselba_get_document_template