Odel
chestnyznak mcp

chestnyznak mcp

Local
@theyahia4PythonMITUpdated 3w ago

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).

npm@theyahia/chestnyznak-mcpv1.0.0

Run

npx -y @theyahia/chestnyznak-mcp

MCP client config

{
  "mcpServers": {
    "chestnyznak-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/chestnyznak-mcp"
      ]
    }
  }
}