Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"chestnyznak": {
"args": [
"-y",
"@theyahia/chestnyznak-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP-сервер для Честный ЗНАК API — проверка маркировки товаров. 5 инструментов. Публичные проверки без авторизации, расширенный поиск с токеном.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@theyahia/chestnyznak-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @theyahia/chestnyznak-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / ecommerce
Query and manage PostgreSQL databases directly from AI assistants
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Manage Supabase projects — databases, auth, storage, and edge functions
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP Security Weekly
Get CVE alerts and security updates for io.github.theYahia/chestnyznak-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP-сервер для Честный ЗНАК API — проверка маркировки товаров. 5 инструментов. Публичные проверки без авторизации, расширенный поиск с токеном.
Часть серии Russian API MCP (50 серверов) by @theYahia.
{
"mcpServers": {
"chestnyznak": {
"command": "npx",
"args": ["-y", "@theyahia/chestnyznak-mcp"]
}
}
}
{
"mcpServers": {
"chestnyznak": {
"command": "npx",
"args": ["-y", "@theyahia/chestnyznak-mcp"],
"env": {
"CHESTNYZNAK_TOKEN": "ваш-токен"
}
}
}
}
claude mcp add chestnyznak -- npx -y @theyahia/chestnyznak-mcp
# С авторизацией
CHESTNYZNAK_TOKEN=ваш-токен claude mcp add chestnyznak -- npx -y @theyahia/chestnyznak-mcp
npx @theyahia/chestnyznak-mcp --http --port=3000
# Endpoint: POST http://localhost:3000/mcp
# Health: GET http://localhost:3000/health
| Переменная | Обязательна | Описание |
|---|---|---|
CHESTNYZNAK_TOKEN | Нет | Токен API для расширенных инструментов (search, CIS info) |
CHESTNYZNAK_BASE_URL | Нет | Базовый URL авторизованного API (по умолчанию https://markirovka.crpt.ru/api/v4) |
| Инструмент | Описание |
|---|---|
check_marking_code | Проверка подлинности товара по коду маркировки |
get_product_info | Подробная информация о товаре: название, производитель, бренд |
check_batch | Пакетная проверка до 50 кодов маркировки за один запрос |
| Инструмент | Описание |
|---|---|
search_products | Поиск товаров по названию, бренду или GTIN |
get_cis_info | Полная информация о CIS (коде идентификации) |
Проверь код маркировки 0104600702028445
Расскажи подробнее о товаре с кодом 010460070202844521
Проверь пачку кодов: 0104600702028445, 0104600702028446
Найди молоко Простоквашино
Информация о CIS 0104600702028445
| Skill | Триггер |
|---|---|
skill-check-product | "Проверь маркировку товара по коду" |
skill-search | "Найди товар по названию" |
https://mobile.api.crpt.ru/mobile/check (POST, без авторизации)https://markirovka.crpt.ru/api/v4/ (Bearer token)MIT