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
The MCP server for CDEK delivery API is well-structured with proper authentication via environment variables and reasonable input validation. Minor code quality issues exist around error handling and path traversal validation, but the server's permissions align appropriately with its stated purpose of integrating with a delivery service API. No critical security vulnerabilities or malicious patterns detected. Supply chain analysis found 9 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 18 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
Environment variable: CDEK_TIMEOUT
Environment variable: CDEK_FILE_TIMEOUT
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_TIMEOUT": "your-cdek-timeout-here",
"CDEK_SENDER_NAME": "your-cdek-sender-name-here",
"CDEK_FILE_TIMEOUT": "your-cdek-file-timeout-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 Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.