Serversio.github.dontsovcmc/cdek
C

io.github.dontsovcmc/cdek

io.github.dontsovcmc/cdek · v0.6.0
▦ pypi
v0.6.0pypi pypi: mcp-server-cdek↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.dontsovcmc/cdek",
  "description": "MCP server for CDEK delivery service API — create orders, track shipments, search delivery points",
  "repository": {
    "url": "https://github.com/dontsovcmc/mcp-server-cdek",
    "source": "github"
  },
  "version": "0.6.0",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}