HomeOther › Yandex Delivery MCP

Yandex Delivery MCP

MCP server for the Yandex Delivery B2B API: express claims, tracking, NDD/pickup-point orders.

TypeScript Cloud
★ 0 stars Last pushed 2026-09-14 License: MIT

Topics: Delivery

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.0)

npx -y mcp-yandex-dostavka@1.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-yandex-dostavka": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-yandex-dostavka@1.1.0"
      ],
      "env": {
        "YANDEX_DELIVERY_TOKEN": "<YOUR_VALUE>",
        "YANDEX_DELIVERY_EXPRESS_TOKEN": "<YOUR_VALUE>",
        "YANDEX_DELIVERY_PLATFORM_TOKEN": "<YOUR_VALUE>",
        "YANDEX_DELIVERY_EXPRESS_BASE_URL": "<YOUR_VALUE>",
        "YANDEX_DELIVERY_PLATFORM_BASE_URL": "<YOUR_VALUE>",
        "YANDEX_DELIVERY_LANG": "<YOUR_VALUE>",
        "YANDEX_DELIVERY_TIMEOUT_MS": "<YOUR_VALUE>",
        "YANDEX_DELIVERY_MAX_RETRIES": "<YOUR_VALUE>"
      }
    }
  }
}
  • YANDEX_DELIVERY_TOKEN required secret — Shared Bearer token for both contours (dostavka.yandex.ru cabinet, «Интеграции» → «Получить токен»). Treat it as a secret.
  • YANDEX_DELIVERY_EXPRESS_TOKEN secret — Express-contour override of the shared token.
  • YANDEX_DELIVERY_PLATFORM_TOKEN secret — Platform-contour override of the shared token.
  • YANDEX_DELIVERY_EXPRESS_BASE_URL — Express API root override.
  • YANDEX_DELIVERY_PLATFORM_BASE_URL — Platform API root; set https://b2b.taxi.tst.yandex.net for the test contour.
  • YANDEX_DELIVERY_LANG — Accept-Language header (required by the express methods).
  • YANDEX_DELIVERY_TIMEOUT_MS — Per-request timeout in milliseconds.
  • YANDEX_DELIVERY_MAX_RETRIES — Retries on transient errors (429 always; 5xx/network for idempotent calls only).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry