Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

cdek-mcp

NPM · @THEYAHIA/CDEK-MCP · SCANNED AUG 3

MCP server for CDEK — delivery, tariffs, tracking, order management (Russia)

Available components

+18 this week 64 Trust /100
Trust breakdown (6 categories)

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 96), 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 96), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • 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 Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

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 · @theyahia/cdek-mcp

# add to Claude Code
claude mcp add theyahia-cdek-mcp -- npx -y @theyahia/cdek-mcp
# add to Codex CLI
codex mcp add theyahia-cdek-mcp -- npx -y @theyahia/cdek-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "theyahia-cdek-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@theyahia/cdek-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add theyahia-cdek-mcp --command npx --arg -y --arg @theyahia/cdek-mcp
# ~/.hermes/config.yaml
mcp_servers:
  theyahia-cdek-mcp:
    command: "npx"
    args: ["-y", "@theyahia/cdek-mcp"]
// mcp.json
{
  "mcpServers": {
    "theyahia-cdek-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/cdek-mcp"
      ]
    }
  }
}
Changelog

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 +38
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +21
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −23
    • 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 +4
    • Malware scan: pass → unverified security
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

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/@theyahia/[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.

MCP tools — 14 exposed · ~1,217 tokens

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.

Tool Tokens
calculate_tariff ~135

Calculate CDEK delivery cost and time for a specific tariff, route, and package dimensions.

NameTypeReqDescription
from_locationobjectyesМесто отправления (code или postal_code обязательно)
packagesarrayyesСписок мест (минимум 1)
tariff_codenumberyesКод тарифа СДЭК (например 136=посылка склад-склад, 137=склад-дверь, 138=дверь-склад, 139=дверь-дверь)
to_locationobjectyesМесто назначения (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.

NameTypeReqDescription
currencynumberКод валюты (1=RUB, 2=KZT, 3=USD, 4=EUR)
from_locationobjectyesМесто отправления (code или postal_code обязательно)
packagesarrayyesСписок мест (минимум 1)
to_locationobjectyesМесто назначения (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.

NameTypeReqDescription
commentstringКомментарий для курьера
intake_datestringyesДата забора (YYYY-MM-DD)
intake_time_fromstringyesВремя забора с (HH:MM)
intake_time_tostringyesВремя забора до (HH:MM)
namestringФИО отправителя
order_uuidstringyesUUID заказа для вызова курьера
phonestringТелефон отправителя

No output schema declared.

No examples provided.

create_order ~97

Create a CDEK delivery order with sender, recipient, packages, and tariff.

NameTypeReqDescription
commentstringКомментарий к заказу
from_locationobjectyesМесто отправления
packagesarrayyesСписок мест
recipientobjectyesДанные получателя
tariff_codenumberyesКод тарифа СДЭК
to_locationobjectyesМесто назначения

No output schema declared.

No examples provided.

create_webhook ~70

Register a webhook URL to receive CDEK order status updates or delivery photos.

NameTypeReqDescription
typestringyesТип вебхука: ORDER_STATUS (статусы заказов) или DOWNLOAD_PHOTO (фото при получении)
urlstringyesURL для получения уведомлений (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.

NameTypeReqDescription
uuidstringyesUUID заказа СДЭК для удаления

No output schema declared.

No examples provided.

generate_barcode ~86

Generate a barcode/label for a CDEK order by UUID.

NameTypeReqDescription
copy_countintegerКоличество копий (1-10, по умолчанию 1)
formatstringФормат печати (A4, A5, A6)
uuidstringyesUUID заказа СДЭК для генерации штрихкода

No output schema declared.

No examples provided.

get_cities ~117

Search CDEK city directory by name, postal code, or country.

NameTypeReqDescription
citystringНазвание города (поиск по подстроке)
codenumberКод города СДЭК
country_codesstringКоды стран через запятую (например RU,KZ)
pageintegerНомер страницы (с 0)
postal_codestringПочтовый индекс
sizeintegerКоличество результатов (по умолчанию 50)

No output schema declared.

No examples provided.

get_courier_pickup ~34

Get courier pickup request status by UUID.

NameTypeReqDescription
uuidstringyesUUID заявки на вызов курьера

No output schema declared.

No examples provided.

get_order ~32

Get CDEK order details and status by UUID.

NameTypeReqDescription
uuidstringyesUUID заказа СДЭК

No output schema declared.

No examples provided.

get_regions ~81

Search CDEK region directory by country or region name.

NameTypeReqDescription
country_codesstringКоды стран через запятую (например RU,KZ)
pageintegerНомер страницы (с 0)
regionstringНазвание региона (поиск по подстроке)
sizeintegerКоличество результатов

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.

NameTypeReqDescription
city_codenumberКод города СДЭК
country_codestringКод страны (по умолчанию RU)
latitudenumberШирота для поиска ближайших
longitudenumberДолгота для поиска ближайших
pageintegerНомер страницы (с 0)
postal_codestringПочтовый индекс
radiusnumberРадиус поиска в км (работает с lat/lng)
sizeintegerКоличество результатов
typestringТип пункта: 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.

NameTypeReqDescription
copy_countintegerКоличество копий (1-10)
order_uuidstringyesUUID заказа для печати квитанции

No output schema declared.

No examples provided.

track_shipment ~49

Track a CDEK shipment by waybill number. Returns full status history.

NameTypeReqDescription
cdek_numberstringyesНомер отправления СДЭК (например 1234567890)

No output schema declared.

No examples provided.