Server data from the Official MCP Registry
MCP server for CDEK delivery service API — create orders, track shipments, search delivery points
MCP server for CDEK delivery service API — create orders, track shipments, search delivery points
This CDEK delivery service MCP server is well-structured with appropriate authentication and reasonable permission scope for its purpose. The code demonstrates good security practices with proper env var usage for credentials and local config storage. Minor quality issues around input validation and error handling do not significantly impact overall security, and the server's permissions align well with typical developer tools that integrate with external APIs. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 15 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CDEK_SENDER_COMPANY
Environment variable: CDEK_SENDER_NAME
Environment variable: CDEK_SENDER_FULL_NAME
Environment variable: CDEK_SENDER_EMAIL
Environment variable: CDEK_SENDER_PHONE
Environment variable: CDEK_MY_PVZ
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-dontsovcmc-cdek": {
"env": {
"CDEK_CLIENT": "your-cdek-client-here",
"CDEK_MY_PVZ": "your-cdek-my-pvz-here",
"CDEK_SECRET": "your-cdek-secret-here",
"CDEK_SENDER_NAME": "your-cdek-sender-name-here",
"CDEK_SENDER_EMAIL": "your-cdek-sender-email-here",
"CDEK_SENDER_PHONE": "your-cdek-sender-phone-here",
"CDEK_SENDER_COMPANY": "your-cdek-sender-company-here",
"CDEK_SENDER_FULL_NAME": "your-cdek-sender-full-name-here"
},
"args": [
"mcp-server-cdek"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.