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_TOKENrequiredsecretChestnyi 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-znakRelated 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 →