PluginBench
MCP Server

io.github.theYahia/chestnyznak-mcp MCP Server

io.github.theYahia/chestnyznak-mcp

What is the io.github.theYahia/chestnyznak-mcp MCP server?

MCP server for Chestniy ZNAK (Честный ЗНАК) API — product marking verification. No auth needed for

How to install io.github.theYahia/chestnyznak-mcp

Copy-paste configuration for popular MCP clients.

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

    API key for the service

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

Related MCP servers

MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia)

View repository →

MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token.

View repository →

MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API.

View repository →

MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.

View repository →

MCP server for Calltouch API — call tracking, call statistics. Token auth.

View repository →

MCP server for Central Bank of Russia API — currency rates, key rate, precious metals, conversion.

View repository →