← Back to Plugins
MCP Server MCP

io.github.dontsovcmc/cdek

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-server-cdek

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-server-cdek",
      "version": "0.6.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "isRequired": true,
          "isSecret": true,
          "name": "CDEK_CLIENT"
        },
        {
          "isRequired": true,
          "isSecret": true,
          "name": "CDEK_SECRET"
        },
        {
          "description": "Sender company name (can also be set via config_set tool)",
          "name": "CDEK_SENDER_COMPANY"
        },
        {
          "description": "Sender short name (can also be set via config_set tool)",
          "name": "CDEK_SENDER_NAME"
        },
        {
          "description": "Sender full name (can also be set via config_set tool)",
          "name": "CDEK_SENDER_FULL_NAME"
        },
        {
          "description": "Sender email (can also be set via config_set tool)",
          "name": "CDEK_SENDER_EMAIL"
        },
        {
          "description": "Sender phone (can also be set via config_set tool)",
          "name": "CDEK_SENDER_PHONE"
        },
        {
          "description": "My PVZ code for returns (can also be set via config_set tool)",
          "name": "CDEK_MY_PVZ"
        },
        {
          "description": "HTTP request timeout in seconds (default 30)",
          "name": "CDEK_TIMEOUT"
        },
        {
          "description": "File download timeout in seconds (default 60)",
          "name": "CDEK_FILE_TIMEOUT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...