atomno-mcp-zakupki
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_ZAKUPKI_RPS | No | Лимит запросов в минуту | 30 |
| MCP_ZAKUPKI_API_KEY | No | Ключ Pro-режима atomno | |
| MCP_ZAKUPKI_CACHE_DB | No | Путь к SQLite-кэшу | ./mcp_zakupki_cache.sqlite |
| MCP_ZAKUPKI_DAMIA_KEY | No | API-ключ DaMIA API-Закупки | |
| MCP_ZAKUPKI_EIS_TOKEN | No | Токен ЕИС (через pmd/auth/welcome) | |
| MCP_ZAKUPKI_LOG_LEVEL | No | Уровень логирования | INFO |
| MCP_ZAKUPKI_PROVIDERS | No | Цепочка fallback'а | damia,gosplan,navodki |
| MCP_ZAKUPKI_GOSPLAN_KEY | No | API-ключ ГосПлан API v2 | |
| MCP_ZAKUPKI_NAVODKI_KEY | No | API-ключ navodki.ru |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pingA | Диагностический тул: убедиться, что сервер запущен и доступен. |
| search_tendersA | Найти тендеры (44-ФЗ / 223-ФЗ / 615-ПП) по фильтрам в ЕИС zakupki.gov.ru. Возвращает структурированный массив до 100 объектов на вызов с пагинацией
через |
| get_tenderA | Получить полную карточку тендера по реестровому номеру ЕИС. |
| get_customer_historyA | Карточка заказчика по ИНН или ОГРН с официального сайта ЕИС. Отдаёт реквизиты и статус в реестре недобросовестных поставщиков. Сводку объёмов сайт без токена машинного обмена не считает. |
| get_supplier_statsA | Сводка по поставщику. На официальном сайте без токена машинного обмена недоступна — вернёт отказ с причиной, не пустые нули. |
| lookup_okpd2A | Найти код ОКПД2 / КТРУ по тексту запроса (полнотекстовый поиск). Использует vendored-справочник из 60+ топ-кодов (Phase 0–1) или полный справочник после CI-загрузки. Нет сетевых обращений. |
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 6 tools
Each tool addresses a distinct concern: diagnostics, tender search, tender detail, customer lookup, supplier lookup, and codebook lookup. No two tools overlap in a way that creates selection ambiguity.
Most tools follow a get_ + noun or search_/lookup_ pattern, making their purpose predictable. The bare ping and the use of both search and lookup as synonymous verbs are minor inconsistencies, but not confusing.
Six tools is a well-scoped set for a procurement data server: one diagnostic, one search, three core retrieval operations, and one reference lookup. Each tool earns its place with no redundancy.
The set covers the main read-only workflows for Russian procurement: searching and viewing tenders, checking customers and suppliers, and resolving OKPD2 codes. Some auxiliary operations may be missing, such as downloading tender documents or listing tenders for a specific customer, but these are not core for this server.