PluginBench
MCP Server

Chestnyi Znak MCP Server MCP Server

io.github.woyaxnini/chestnyi-znak

What is the Chestnyi Znak MCP Server MCP server?

MCP server for Chestnyi Znak — Russian product marking system. 10 tools: codes, documents, stocks.

How to install Chestnyi Znak MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CHZ_TOKEN
    required
    secret

    Chestnyi Znak API token. Obtain in your personal cabinet at markirovka.crpt.ru. IMPORTANT: token expires every 8–10 hours and must be refreshed.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chestnyi-znak": {
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-chestnyi-znak"
      ],
      "env": {
        "CHZ_TOKEN": "<YOUR_CHZ_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "chestnyi-znak": {
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-chestnyi-znak"
      ],
      "env": {
        "CHZ_TOKEN": "<YOUR_CHZ_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "chestnyi-znak": {
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-chestnyi-znak"
      ],
      "env": {
        "CHZ_TOKEN": "<YOUR_CHZ_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "chestnyi-znak": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-chestnyi-znak"
      ],
      "env": {
        "CHZ_TOKEN": "<YOUR_CHZ_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add chestnyi-znak --env CHZ_TOKEN=<YOUR_CHZ_TOKEN> -- npx -y @woyax/mcp-chestnyi-znak

Related MCP servers

MCP server for MAX Messenger by VK. 21 tools: messages, media, buttons, members, events.

View repository →

MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.

View repository →