Kontur.Zakupki MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Kontur.Zakupki MCPНайди тендеры по насосам и центрифугам за июнь 2026, 44-ФЗ, этап подачи заявок"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Kontur.Zakupki — remote MCP (поиск тендеров для Claude)
Remote MCP-сервер поверх API Контур.Закупки (https://api-zakupki.kontur.ru).
Транспорт — streamable-http, поэтому подключается к Claude (Cowork / Desktop)
как кастомный коннектор по URL: https://<ваш-хост>/mcp.
Это «удалённый» аналог локального пакета kontur-zakupki-mcp (stdio): тот же API,
но крутится на сервере и не требует установки на машину пользователя.
Инструменты
Tool | Что делает | Эндпоинт |
| поиск тендеров по периоду + фильтрам (текст, законы, способы, статусы, регионы, ИНН, НМЦ, СМП) | POST |
| карточка закупки | GET |
| результаты закупки | GET |
| текущие лимиты API | GET |
| задан ли ключ + доступность API | — |
Коды фильтров: laws 1=44-ФЗ, 2=223-ФЗ, 3=коммерч.+малые, 5=615-ПП, 8=коммерч., 9=малые · procedures 0=аукцион, 1=котировки, 2=ед.поставщик, 3=конкурс, 5=запрос цен, 99=другое · statuses 1=подача, 2=комиссия, 3=завершены, 4=планируются, 5=отменены · smp 0=не учитывать, 1=СМП, 2=без СМП.
Related MCP server: Prozorro MCP Server
Авторизация
Заголовок X-Kontur-Apikey. Ключ берётся из переменной окружения
KONTUR_ZAKUPKI_API_KEY. Активный ключ — в кабинете интегратора
https://integrations.kontur.ru (раздел Api-ключи; показывается один раз).
Деплой на Render (5 минут)
Залейте папку
kontur-zakupki-remote/в репозиторий GitHub.Render → New → Web Service → подключите репозиторий.
Runtime — Docker (Render сам увидит
Dockerfile/render.yaml), план Free.Environment → Add Environment Variable:
KONTUR_ZAKUPKI_API_KEY = <ваш активный ключ>.Create Web Service и дождитесь деплоя.
Адрес коннектора:
https://<имя-сервиса>.onrender.com/mcp.
Проверка после деплоя:
https://<host>/→ 404 «Not Found» — это нормально (на корне ничего нет).открыть в браузере
https://<host>/mcp→ JSON-ошибка «Not Acceptable: Client must accept text/event-stream» — это значит сервер работает (он ждёт MCP-клиента, а не браузер).
Free-план Render «засыпает» при простое — первый запрос после паузы идёт ~30–50 сек.
Подключение к Claude
Cowork / claude.ai → Settings → Connectors → Add custom connector:
URL:
https://<host>/mcpавторизация не требуется (ключ уже на сервере).
Claude Desktop (claude_desktop_config.json) — через remote MCP:
{
"mcpServers": {
"kontur-zakupki": { "url": "https://<host>/mcp" }
}
}Примеры запросов в чате
«Найди тендеры по насосам и центрифугам за июнь 2026, 44-ФЗ, этап подачи заявок» →
zakupki_search(date_from="2026-06-01", date_to="2026-06-30", text=["насос","центрифуга"], laws=[1], purchase_statuses=[1])«Покажи карточку закупки » →
zakupki_get«Какие у нас остались лимиты API?» →
zakupki_limits
Локальный запуск (для отладки)
pip install -r requirements.txt
KONTUR_ZAKUPKI_API_KEY=<ключ> python server.py # поднимет http://localhost:8000/mcpЧто дальше (опционально)
Локальный пакет kontur-zakupki-mcp дополнительно умеет матчить тендеры с вашей
продуктовой матрицей (44 категории, заводы). Чтобы перенести это в remote-версию,
положите product_matrix.json рядом с server.py и добавьте инструменты
search_tenders_by_matrix / classify_text (могу собрать отдельно).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides programmatic access to Israeli Land Authority (רמ״י) public tender data, allowing comprehensive search and filtering of land tenders by type, location, status, and dates.Last updated715MIT
- AlicenseBqualityBmaintenanceProvides AI models with access to Ukrainian government procurement data from Prozorro, enabling search and retrieval of tender information by organization, date range, and other criteria.Last updated129ISC
- FlicenseAquality-maintenanceEnables users to search and retrieve detailed information about Taiwan government procurement tenders through the Government Electronic Procurement System API. It supports searching tenders by keyword, category code, date, and government unit.Last updated6
- Alicense-qualityDmaintenanceEnables searching and analyzing Indian government tenders from multiple portals (CPPP, eProc Rajasthan, Defence) via natural language queries, returning OCDS-compliant data.Last updated1MIT
Related MCP Connectors
Israel Government Procurement MCP — public tenders & exemption contracts (keyless).
Chile Government Procurement MCP — Mercado Público / ChileCompra (keyless-ish).
Access Korea’s G2B procurement and Nara Market data for bid notices, awards, contracts, statistics…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/futuristclaude/kontur-zakupki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server