cdek-mcp
NPM · @THEYAHIA/CDEK-MCP · SCANNED SEP 24
MCP server for CDEK — delivery, tariffs, tracking, order management (Russia)
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- 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
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 92 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1217 tokens (~86/item across 14 items; 14 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
- Stability observed for 24 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
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_order" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the cdek-mcp server?
cdek-mcp runs locally as an npm package, launched with npx -y @theyahia/cdek-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @theyahia/cdek-mcp
claude mcp add theyahia-cdek-mcp -- npx -y @theyahia/cdek-mcp
{
"mcpServers": {
"theyahia-cdek-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/cdek-mcp"
]
}
}
} {
"servers": {
"theyahia-cdek-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/cdek-mcp"
]
}
}
} codex mcp add theyahia-cdek-mcp -- npx -y @theyahia/cdek-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"theyahia-cdek-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@theyahia/cdek-mcp"
],
"enabled": true
}
}
} openclaw mcp add theyahia-cdek-mcp --command npx --arg -y --arg @theyahia/cdek-mcp
mcp_servers:
theyahia-cdek-mcp:
command: "npx"
args: ["-y", "@theyahia/cdek-mcp"] {
"McpServers": {
"theyahia-cdek-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@theyahia/cdek-mcp"
]
}
}
} assistant mcp add theyahia-cdek-mcp -t stdio -c npx -a -y @theyahia/cdek-mcp
{
"mcpServers": {
"theyahia-cdek-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/cdek-mcp"
]
}
}
} 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.
- 24 Sept 26 −2
- Stability: pass → 0.80 functional
- 23 Sept 26 0
- Stability: 0.97 → pass security
- 22 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −2
- Stability: pass → 0.80 functional
- 16 Sept 26 0
- Stability: 0.97 → pass security
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
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 24 Sept 2026 · Analysed npm/@theyahia/cdek-mcp@2.0.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
calculate_tariff ~135
Calculate CDEK delivery cost and time for a specific tariff, route, and package dimensions.
| Name | Type | Req | Description |
|---|---|---|---|
| from_location | object | yes | Место отправления (code или postal_code обязательно) |
| packages | array | yes | Список мест (минимум 1) |
| tariff_code | number | yes | Код тарифа СДЭК (например 136=посылка склад-склад, 137=склад-дверь, 138=дверь-склад, 139=дверь-дверь) |
| to_location | object | yes | Место назначения (code или postal_code обязательно) |
No output schema declared.
No examples provided.
calculate_tariff_list ~112
Get all available CDEK tariffs with prices for a route and package. Returns a comparison list.
| Name | Type | Req | Description |
|---|---|---|---|
| currency | number | – | Код валюты (1=RUB, 2=KZT, 3=USD, 4=EUR) |
| from_location | object | yes | Место отправления (code или postal_code обязательно) |
| packages | array | yes | Список мест (минимум 1) |
| to_location | object | yes | Место назначения (code или postal_code обязательно) |
No output schema declared.
No examples provided.
create_courier_pickup ~132
Schedule a CDEK courier pickup for an order. Specify date and time window.
| Name | Type | Req | Description |
|---|---|---|---|
| comment | string | – | Комментарий для курьера |
| intake_date | string | yes | Дата забора (YYYY-MM-DD) |
| intake_time_from | string | yes | Время забора с (HH:MM) |
| intake_time_to | string | yes | Время забора до (HH:MM) |
| name | string | – | ФИО отправителя |
| order_uuid | string | yes | UUID заказа для вызова курьера |
| phone | string | – | Телефон отправителя |
No output schema declared.
No examples provided.
create_order ~97
Create a CDEK delivery order with sender, recipient, packages, and tariff.
| Name | Type | Req | Description |
|---|---|---|---|
| comment | string | – | Комментарий к заказу |
| from_location | object | yes | Место отправления |
| packages | array | yes | Список мест |
| recipient | object | yes | Данные получателя |
| tariff_code | number | yes | Код тарифа СДЭК |
| to_location | object | yes | Место назначения |
No output schema declared.
No examples provided.
create_webhook ~70
Register a webhook URL to receive CDEK order status updates or delivery photos.
| Name | Type | Req | Description |
|---|---|---|---|
| type | string | yes | Тип вебхука: ORDER_STATUS (статусы заказов) или DOWNLOAD_PHOTO (фото при получении) |
| url | string | yes | URL для получения уведомлений (HTTPS) |
No output schema declared.
No examples provided.
delete_order ~42
Delete/cancel a CDEK order by UUID. Only works before the order is processed.
| Name | Type | Req | Description |
|---|---|---|---|
| uuid | string | yes | UUID заказа СДЭК для удаления |
No output schema declared.
No examples provided.
generate_barcode ~86
Generate a barcode/label for a CDEK order by UUID.
| Name | Type | Req | Description |
|---|---|---|---|
| copy_count | integer | – | Количество копий (1-10, по умолчанию 1) |
| format | string | – | Формат печати (A4, A5, A6) |
| uuid | string | yes | UUID заказа СДЭК для генерации штрихкода |
No output schema declared.
No examples provided.
get_cities ~117
Search CDEK city directory by name, postal code, or country.
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | – | Название города (поиск по подстроке) |
| code | number | – | Код города СДЭК |
| country_codes | string | – | Коды стран через запятую (например RU,KZ) |
| page | integer | – | Номер страницы (с 0) |
| postal_code | string | – | Почтовый индекс |
| size | integer | – | Количество результатов (по умолчанию 50) |
No output schema declared.
No examples provided.
get_courier_pickup ~34
Get courier pickup request status by UUID.
| Name | Type | Req | Description |
|---|---|---|---|
| uuid | string | yes | UUID заявки на вызов курьера |
No output schema declared.
No examples provided.
get_order ~32
Get CDEK order details and status by UUID.
| Name | Type | Req | Description |
|---|---|---|---|
| uuid | string | yes | UUID заказа СДЭК |
No output schema declared.
No examples provided.
get_regions ~81
Search CDEK region directory by country or region name.
| Name | Type | Req | Description |
|---|---|---|---|
| country_codes | string | – | Коды стран через запятую (например RU,KZ) |
| page | integer | – | Номер страницы (с 0) |
| region | string | – | Название региона (поиск по подстроке) |
| size | integer | – | Количество результатов |
No output schema declared.
No examples provided.
list_delivery_points ~170
Find CDEK pickup points and parcel lockers by city, postal code, or GPS coordinates.
| Name | Type | Req | Description |
|---|---|---|---|
| city_code | number | – | Код города СДЭК |
| country_code | string | – | Код страны (по умолчанию RU) |
| latitude | number | – | Широта для поиска ближайших |
| longitude | number | – | Долгота для поиска ближайших |
| page | integer | – | Номер страницы (с 0) |
| postal_code | string | – | Почтовый индекс |
| radius | number | – | Радиус поиска в км (работает с lat/lng) |
| size | integer | – | Количество результатов |
| type | string | – | Тип пункта: PVZ (пункт выдачи), POSTAMAT (постамат), ALL |
No output schema declared.
No examples provided.
print_receipt ~60
Generate a receipt/waybill PDF for a CDEK order. Returns a download URL.
| Name | Type | Req | Description |
|---|---|---|---|
| copy_count | integer | – | Количество копий (1-10) |
| order_uuid | string | yes | UUID заказа для печати квитанции |
No output schema declared.
No examples provided.
track_shipment ~49
Track a CDEK shipment by waybill number. Returns full status history.
| Name | Type | Req | Description |
|---|---|---|---|
| cdek_number | string | yes | Номер отправления СДЭК (например 1234567890) |
No output schema declared.
No examples provided.
What is the cdek-mcp server?
cdek-mcp is listed in the public MCP registry as io.github.theYahia/cdek-mcp. MCP server for CDEK, delivery, tariffs, tracking, order management (Russia). This page covers its npm package (@theyahia/cdek-mcp).
Is the cdek-mcp server safe to use?
cdek-mcp scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the cdek-mcp server expose?
cdek-mcp exposes 14 tools: calculate_tariff, calculate_tariff_list, create_order, get_order, delete_order, and 9 more. Their descriptions and schemas cost roughly 1,217 tokens of context every time the server is loaded.
Is the cdek-mcp server still maintained?
cdek-mcp is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the cdek-mcp server under?
cdek-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.