MCP server for Chestniy ZNAK (Честный ЗНАК) API — product marking verification. No auth needed for
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @theyahia/chestnyznak-mcp
MCP client config
{
"mcpServers": {
"chestnyznak-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/chestnyznak-mcp"
]
}
}
}