Home › Other › Yandex Delivery MCP
Yandex Delivery MCP
MCP server for the Yandex Delivery B2B API: express claims, tracking, NDD/pickup-point orders.
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_TOKENrequired secret — Shared Bearer token for both contours (dostavka.yandex.ru cabinet, «Интеграции» → «Получить токен»). Treat it as a secret.YANDEX_DELIVERY_EXPRESS_TOKENsecret — Express-contour override of the shared token.YANDEX_DELIVERY_PLATFORM_TOKENsecret — 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
reactuse
MCP server for the [ReactUse](https://reactuse.com) library — 110+ React Hooks (TypeScript-first, SSR-compatible, tree-shakable). Lets AI…
DoorDash-MCP-Server
DoorDash Delivery (Unofficial)
DragonMCP
MCP server for Greater China local life services: Meituan/Ele.me food delivery, Didi/Meituan ride-hailing, WeChat Pay/Alipay, Amap/Baidu…
yandex-lavka-mcp
Unofficial MCP server for ordering Yandex Lavka groceries: search, cart, checkout.
warp-agent-mcp
Quote, book, and track LTL, FTL, cargo van, and box-truck freight via the Warp API.
royalmail-mcp
Book, label, track and cancel Royal Mail and Parcelforce shipments. 33 UK and international services via friendly keys or raw Service…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry