Chestnyi Znak MCP Server
NPM · @WOYAX/MCP-CHESTNYI-ZNAK · SCANNED AUG 3
MCP server for Chestnyi Znak — Russian product marking system. 10 tools: codes, documents, stocks.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (SEE LICENSE IN LICENSE) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 107 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 676 tokens (~67/item across 10 items; 10 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @woyax/mcp-chestnyi-znak
claude mcp add woyaxnini-chestnyi-znak -- npx -y @woyax/mcp-chestnyi-znak
codex mcp add woyaxnini-chestnyi-znak -- npx -y @woyax/mcp-chestnyi-znak
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"woyaxnini-chestnyi-znak": {
"type": "local",
"command": [
"npx",
"-y",
"@woyax/mcp-chestnyi-znak"
],
"enabled": true
}
}
} openclaw mcp add woyaxnini-chestnyi-znak --command npx --arg -y --arg @woyax/mcp-chestnyi-znak
mcp_servers:
woyaxnini-chestnyi-znak:
command: "npx"
args: ["-y", "@woyax/mcp-chestnyi-znak"] {
"mcpServers": {
"woyaxnini-chestnyi-znak": {
"command": "npx",
"args": [
"-y",
"@woyax/mcp-chestnyi-znak"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +60
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- License: unverified → fail ▼ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: SEE LICENSE IN LICENSE functional
- 1 Aug 26 −16
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 31 Jul 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@woyax/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
chz_balance_all Get Balance for All Product Groups ~42
Get marking code balance across all product groups for the current participant. Endpoint: GET /api/v3/true-api/elk/product-groups/balance/all
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
chz_cis_info Get Public CIS Info ~75
Get public information about marking codes by list of CIS values. Returns status, owner, product details for each code. Endpoint: POST /api/v3/true-api/cises/info
| Name | Type | Req | Description |
|---|---|---|---|
| cises | array | yes | Array of CIS (marking code) strings |
| pg | string | yes | Product group code |
No output schema declared.
No examples provided.
chz_cis_search Search Marking Codes ~72
Search for marking codes (CIS) by various criteria. Pass a JSON body with filter fields supported by the API. Endpoint: POST /api/v4/true-api/cises/search
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | Search filter body as JSON object |
| pg | string | yes | Product group code |
No output schema declared.
No examples provided.
chz_doc_cis_list Get Marking Codes in Document ~63
Get list of marking codes (CIS) included in a document. Endpoint: GET /api/v4/true-api/doc/{id}/cises
| Name | Type | Req | Description |
|---|---|---|---|
| docId | string | yes | Document ID |
| pg | string | yes | Product group code |
No output schema declared.
No examples provided.
chz_doc_info Get Document Info ~56
Get detailed information about a specific document by its ID. Endpoint: GET /api/v4/true-api/doc/{id}/info
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Document ID |
| pg | string | yes | Product group code |
No output schema declared.
No examples provided.
chz_doc_list List Documents ~88
Get list of documents in Chestnyi Znak for a given product group. Returns document IDs, types, statuses, dates. Endpoint: GET /api/v4/true-api/doc/list
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Number of records to return (1–1000) |
| pg | string | yes | Product group code, e.g. "books", "milk", "shoes" |
No output schema declared.
No examples provided.
chz_participant_check Check Participant by INN ~75
Check if a company is a registered participant in Chestnyi Znak by their INN (tax ID). Returns registration status and details for each INN. Endpoint: GET /api/v3/true-api/participants?inns={inns}
| Name | Type | Req | Description |
|---|---|---|---|
| inns | array | yes | Array of INN values to check |
No output schema declared.
No examples provided.
chz_product_info Get Product Info by GTIN ~80
Get product card information by GTIN code. Pass a JSON body with gtin or other product identifiers. Endpoint: POST /api/v4/true-api/product/info
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | Request body with product identifier (e.g. {"gtin": "04607086460836"}) |
| pg | string | yes | Product group code |
No output schema declared.
No examples provided.
chz_receipt_list Get Receipts (Withdrawals) ~53
Get list of withdrawal receipts (sales/disposals of marking codes) for a product group. Endpoint: GET /api/v4/true-api/receipt/list
| Name | Type | Req | Description |
|---|---|---|---|
| pg | string | yes | Product group code |
No output schema declared.
No examples provided.
chz_warehouse_balance Get Virtual Warehouse Balance ~72
Get virtual warehouse balance (marking codes on hand) for a product group. Pass a JSON body with filter criteria. Endpoint: POST /api/v3/true-api/warehouse/balance
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | Filter body as JSON object |
| pg | string | yes | Product group code |
No output schema declared.
No examples provided.