MCP server for the Yandex Delivery B2B API: express claims, tracking, NDD/pickup-point orders.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
mcp-yandex-dostavka · npm · 1.1.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.A1-x-Tech/mcp-yandex-dostavka",
"description": "MCP server for the Yandex Delivery B2B API: express claims, tracking, NDD/pickup-point orders.",
"title": "Yandex Delivery MCP",
"repository": {
"url": "https://github.com/A1-x-Tech/mcp-yandex-dostavka",
"source": "github"
},
"version": "1.1.0",
"websiteUrl": "https://github.com/A1-x-Tech/mcp-yandex-dostavka#readme",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-yandex-dostavka",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Shared Bearer token for both contours (dostavka.yandex.ru cabinet, «Интеграции» → «Получить токен»). Treat it as a secret.",
"isRequired": true,
"isSecret": true,
"name": "YANDEX_DELIVERY_TOKEN"
},
{
"description": "Express-contour override of the shared token.",
"isSecret": true,
"name": "YANDEX_DELIVERY_EXPRESS_TOKEN"
},
{
"description": "Platform-contour override of the shared token.",
"isSecret": true,
"name": "YANDEX_DELIVERY_PLATFORM_TOKEN"
},
{
"description": "Express API root override.",
"default": "https://b2b.taxi.yandex.net",
"name": "YANDEX_DELIVERY_EXPRESS_BASE_URL"
},
{
"description": "Platform API root; set https://b2b.taxi.tst.yandex.net for the test contour.",
"default": "https://b2b-authproxy.taxi.yandex.net",
"name": "YANDEX_DELIVERY_PLATFORM_BASE_URL"
},
{
"description": "Accept-Language header (required by the express methods).",
"default": "ru",
"name": "YANDEX_DELIVERY_LANG"
},
{
"description": "Per-request timeout in milliseconds.",
"default": "60000",
"name": "YANDEX_DELIVERY_TIMEOUT_MS"
},
{
"description": "Retries on transient errors (429 always; 5xx/network for idempotent calls only).",
"default": "3",
"name": "YANDEX_DELIVERY_MAX_RETRIES"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T22:14:57.681948Z",
"publishedAt": "2026-08-18T22:14:57.681948Z",
"updatedAt": "2026-08-18T22:14:57.681948Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.