Zakupki MCP Server

MCP-сервер госзакупок: поиск тендеров на zakupki.gov.ru, история заказчиков и поставщиков, справочник ОКПД2. Законы 44-ФЗ, 223-ФЗ и 615-ПП - прямо в Cursor, Claude и любом клиенте MCP. It runs locally over stdio via the published package.

People who work with gov, procurement and russia and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-04 · ★ 2 · #388 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Zakupki

before you install - you'll need

Set MCP_ZAKUPKI_LOG_LEVEL before connecting.

Claude Code

claude mcp add atomno-mcp-mcp-zakupki -- uvx atomno-mcp-zakupki

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "atomno-mcp-mcp-zakupki": {
      "command": "uvx",
      "args": [
        "atomno-mcp-zakupki"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package atomno-mcp-zakupki - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.atomno-mcp is GitHub-verified and matches the repo owner

03 · What Zakupki can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.0 · 2026-09-04

Источник по умолчанию - официальный сайт госзакупок zakupki.gov.ru. · Changed · Поиск закупок, карточка по реестровому номеру, карточка организации и статус в реестре недобросовестных поставщиков берутся с официального…

v0.1.9 · 2026-09-04

Fixed · К httpx добавлены официальные корневые сертификаты Минцифры - обращение к zakupki.gov.ru проходит проверку цепочки. · Файл кэша по умолчанию пишется в каталог данных пользователя.

v0.1.8 · 2026-07-14

add title mcp-<slug> for catalog display · Keep io.github name for MCP Registry schema; title is the Glama/catalog display name.

04 · Who maintains Zakupki

mcp-zakupki is maintained by atomno-mcp. We track 14 MCP servers from atomno-mcp - 14 actively maintained, 26 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from atomno-mcp.

  1. mcp-cbr-rates CBR exchange rates and key rates for Russia. MCP tools for finance agents. ★ 2
  2. mcp-egrul EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs. ★ 2
  3. mcp-sudact Russian court practice (Sudact): case search by article, court, dates; full decision text. ★ 2
  4. mcp-fns-check Russian tax authority (FNS) counterparty checks: status, debts, blocks. Due diligence MCP. ★ 15

05 · Facts

category
other - ranked #388 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
6 releases in the last 90 days (latest 2026-09-04)
registry
io.github.atomno-mcp/mcp-zakupki (active, first published 2026-07-14 · 4 versions)
packages
pypi:atomno-mcp-zakupki

06 · Zakupki FAQ

What is Zakupki?

MCP-сервер госзакупок: поиск тендеров на zakupki.gov.ru, история заказчиков и поставщиков, справочник ОКПД2. Законы 44-ФЗ, 223-ФЗ и 615-ПП - прямо в Cursor, Claude и любом клиенте MCP. It runs locally over stdio via the published package.

Is Zakupki still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-04 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Zakupki?

Run `uvx atomno-mcp-zakupki`. The README documents one environment variable (MCP_ZAKUPKI_LOG_LEVEL) to set first. Set MCP_ZAKUPKI_LOG_LEVEL before connecting. You can also paste the ready-made client config above.

Does Zakupki run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Zakupki