0
/ 100
2 days ago
glama

cdek

Integrates with CDEK delivery API to manage orders, track shipments, find pickup points, and handle delivery labels and barcodes through natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Reads files from sensitive locations
Touches: ~/.config/mcp-server-cdek/config.json, ~/.config/mcp-server-cdek/goods.json
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — cdek_download_photos (line 1191: with open(output_path, "wb") as f:)
🔐
You'll be asked for 1 credential: CDEK_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCDEK_CLIENTe =ваш_client_id \
🔐 secretCDEK_SECRETe =ваш_client_secret \
configCDEK_TIMEOUTнет 30 Таймаут HTTP-запросов к API (секунды)
configCDEK_FILE_TIMEOUTнет 60 Таймаут скачивания файлов (секунды)
configCDEK_SENDER_COMPANYнет — Название компании отправителя
configCDEK_SENDER_NAMEнет — Краткое имя отправителя
configCDEK_SENDER_FULL_NAMEнет — Полное ФИО отправителя
configCDEK_SENDER_EMAILнет — Email отправителя
configCDEK_SENDER_PHONEнет — Телефон отправителя
configCDEK_DEFAULT_PRODUCT_NAMEнет Товар Название товара по умолчанию
configCDEK_DEFAULT_WEIGHTнет 0.17 Вес по умолчанию в кг
configCDEK_DEFAULT_HEIGHTнет 8 Высота по умолчанию в см
configCDEK_DEFAULT_WIDTHнет 7 Ширина по умолчанию в см
configCDEK_DEFAULT_LENGTHнет 10 Длина по умолчанию в см
configCDEK_MY_PVZнет — Код вашего ПВЗ (для приёма посылок "ко мне")
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 9 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/dontsovcmc-mcp-server-cdek-1k24q8)](https://m8ven.ai/mcp/dontsovcmc-mcp-server-cdek-1k24q8)
commit: cd52e9783df204f5e9ce292f7e96581b9f9ec360
code hash: 383b2a9fbfe90125261bbef424773dd81f72e68eb90913f07bf05f6b2b961485
verified: 7/29/2026, 9:13:33 AM
view raw JSON →