Back to Browse

Cdek MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for CDEK delivery service API — create orders, track shipments, search delivery points

About

MCP server for CDEK delivery service API — create orders, track shipments, search delivery points

Security Report

4.2
Use Caution4.2High Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

config_management

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

CDEK_CLIENTRequired
CDEK_SECRETRequired
Sender company name (can also be set via config_set tool)Optional

Environment variable: CDEK_SENDER_COMPANY

Sender short name (can also be set via config_set tool)Optional

Environment variable: CDEK_SENDER_NAME

Sender full name (can also be set via config_set tool)Optional

Environment variable: CDEK_SENDER_FULL_NAME

Sender email (can also be set via config_set tool)Optional

Environment variable: CDEK_SENDER_EMAIL

Sender phone (can also be set via config_set tool)Optional

Environment variable: CDEK_SENDER_PHONE

My PVZ code for returns (can also be set via config_set tool)Optional

Environment variable: CDEK_MY_PVZ

HTTP request timeout in seconds (default 30)Optional

Environment variable: CDEK_TIMEOUT

File download timeout in seconds (default 60)Optional

Environment variable: CDEK_FILE_TIMEOUT

How to Install

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!