MCP server for Russian government procurement data (44-FZ / 223-FZ / 615-PP).
MCP MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. MCP server for Russian government procurement data (44-FZ / 223-FZ / 615-PP).
Установили локально, прописали в конфиге Cursor / Claude Desktop / Cline — и в одном промпте просите: «Покажи свежие тендеры за сегодня по ОКПД2 62.0 в Москве с НМЦК ≤ 5 млн ₽». Сервер сходит в выбранный источник данных, нормализует ответ и вернёт LLM готовую структуру.
Once MCP is connected, these are the calls the assistant has available:
HTML — fallback убран в v0.1.1 (соответствие ToS реестра закупок)search_tenders — Self-hostedget_tender — Self-hostedlookup_okpd2 — Freeget_customer_history — Pro hostedget_supplier_stats — Pro hostedMCP_ZAKUPKI_DAMIA_KEY — API-ключ DaMIA API-ЗакупкиMCP_ZAKUPKI_GOSPLAN_KEY — API-ключ ГосПлан API v2MCP_ZAKUPKI_NAVODKI_KEY — API-ключ navodki.ruMCP_ZAKUPKI_EIS_TOKEN — Токен ЕИС (через pmd/auth/welcome)MCP_ZAKUPKI_API_KEY — Pro hosted — обязателен для get_customer_history / get_supplier_stats и будущих AI-туловMCP_ZAKUPKI_LOG_LEVEL — DEBUG / INFO / WARNING / ERROR / CRITICALBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 6 environment variables: MCP_ZAKUPKI_DAMIA_KEY, MCP_ZAKUPKI_LOG_LEVEL, MCP_ZAKUPKI_API_KEY, MCP_ZAKUPKI_GOSPLAN_KEY, MCP_ZAKUPKI_NAVODKI_KEY, MCP_ZAKUPKI_EIS_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP's toolset — HTML, search_tenders, get_tender and 11 more — is a fair guide to whether it matches your workflow. It is maintained by atomno-mcp; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| HTML | fallback убран в v0.1.1 (соответствие ToS реестра закупок). |
| search_tenders | **Self-hosted** |
| get_tender | **Self-hosted** |
| lookup_okpd2 | **Free** |
| get_customer_history | **Pro hosted** |
| get_supplier_stats | **Pro hosted** |
| MCP_ZAKUPKI_DAMIA_KEY | API-ключ DaMIA API-Закупки |
| MCP_ZAKUPKI_GOSPLAN_KEY | API-ключ ГосПлан API v2 |
| MCP_ZAKUPKI_NAVODKI_KEY | API-ключ navodki.ru |
| MCP_ZAKUPKI_EIS_TOKEN | Токен ЕИС (через pmd/auth/welcome) |
| MCP_ZAKUPKI_API_KEY | **Pro hosted** — обязателен для get_customer_history / get_supplier_stats и будущих AI-тулов |
| MCP_ZAKUPKI_LOG_LEVEL | DEBUG / INFO / WARNING / ERROR / CRITICAL |
| MCP_ZAKUPKI_CACHE_DB | Путь к SQLite-кэшу |
| MCP_ZAKUPKI_PROVIDERS | Цепочка fallback'а (BYOK) |
{
"mcpServers": {
"zakupki": {
"command": "uvx",
"args": ["atomno-mcp-zakupki"],
"env": {
"MCP_ZAKUPKI_DAMIA_KEY": "your-damia-key-here",
"MCP_ZAKUPKI_LOG_LEVEL": "INFO"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MCP_ZAKUPKI_DAMIA_KEY | Credential the server authenticates with. | Yes |
| MCP_ZAKUPKI_LOG_LEVEL | Configuration value read at startup. | Optional |
| MCP_ZAKUPKI_API_KEY | Credential the server authenticates with. | Yes |
| MCP_ZAKUPKI_GOSPLAN_KEY | Credential the server authenticates with. | Yes |
| MCP_ZAKUPKI_NAVODKI_KEY | Credential the server authenticates with. | Yes |
| MCP_ZAKUPKI_EIS_TOKEN | Credential the server authenticates with. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.