Loading MCP server directory, please wait...
MCP server for the Yandex Delivery B2B API: express claims, tracking, NDD/pickup-point orders.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-yandex-dostavkaRequires Node.js 18+. Community-contributed server. Review source before installing.
YANDEX_DELIVERY_TOKENShared Bearer token for both contours (dostavka.yandex.ru cabinet, «Интеграции» → «Получить токен»). Treat it as a secret.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-yandex-dostavka": {
"command": "npx",
"args": [
"-y",
"mcp-yandex-dostavka"
],
"env": {
"YANDEX_DELIVERY_TOKEN": "",
"YANDEX_DELIVERY_EXPRESS_TOKEN": "",
"YANDEX_DELIVERY_PLATFORM_TOKEN": "",
"YANDEX_DELIVERY_EXPRESS_BASE_URL": "https://b2b.taxi.yandex.net",
"YANDEX_DELIVERY_PLATFORM_BASE_URL": "https://b2b-authproxy.taxi.yandex.net",
"YANDEX_DELIVERY_LANG": "ru",
"YANDEX_DELIVERY_TIMEOUT_MS": "60000",
"YANDEX_DELIVERY_MAX_RETRIES": "3"
}
}
}
}