Skip to main content
Glama
atomno-mcp

atomno-mcp-zakupki

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_ZAKUPKI_RPSNoЛимит запросов в минуту30
MCP_ZAKUPKI_API_KEYNoКлюч Pro-режима atomno
MCP_ZAKUPKI_CACHE_DBNoПуть к SQLite-кэшу./mcp_zakupki_cache.sqlite
MCP_ZAKUPKI_DAMIA_KEYNoAPI-ключ DaMIA API-Закупки
MCP_ZAKUPKI_EIS_TOKENNoТокен ЕИС (через pmd/auth/welcome)
MCP_ZAKUPKI_LOG_LEVELNoУровень логированияINFO
MCP_ZAKUPKI_PROVIDERSNoЦепочка fallback'аdamia,gosplan,navodki
MCP_ZAKUPKI_GOSPLAN_KEYNoAPI-ключ ГосПлан API v2
MCP_ZAKUPKI_NAVODKI_KEYNoAPI-ключ 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

CapabilityDetails
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

NameDescription
pingA

Диагностический тул: убедиться, что сервер запущен и доступен.

search_tendersA

Найти тендеры (44-ФЗ / 223-ФЗ / 615-ПП) по фильтрам в ЕИС zakupki.gov.ru.

Возвращает структурированный массив до 100 объектов на вызов с пагинацией через next_page_token. Все фильтры комбинируются через AND.

get_tenderA

Получить полную карточку тендера по реестровому номеру ЕИС.

get_customer_historyA

Карточка заказчика по ИНН или ОГРН с официального сайта ЕИС.

Отдаёт реквизиты и статус в реестре недобросовестных поставщиков. Сводку объёмов сайт без токена машинного обмена не считает.

get_supplier_statsA

Сводка по поставщику.

На официальном сайте без токена машинного обмена недоступна — вернёт отказ с причиной, не пустые нули.

lookup_okpd2A

Найти код ОКПД2 / КТРУ по тексту запроса (полнотекстовый поиск).

Использует vendored-справочник из 60+ топ-кодов (Phase 0–1) или полный справочник после CI-загрузки. Нет сетевых обращений.

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 6 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues