MCP server for the Yango Delivery claims B2B API: price checks, delivery claims, courier tracking.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
MCP server for the Yango Delivery B2B API (the international brand of Yandex Delivery): estimate delivery prices, create and confirm express-courier claims, track the courier and share tracking links with recipients β from Claude, Cursor, Codex and other AI clients, in natural language.
The server covers the express (claims) contour of the API β same-day / on-demand courier delivery, the only contour documented for countries outside Russia. The assistant assembles the claim body, watches the statuses, checks the cancellation terms and hands the recipient a tracking link.
Get a token in your delivery personal account.
Add the server β for example, in Claude Code (other clients):
Ask the assistant: "How much would it cost to deliver a 2 kg parcel from our office to Amir Timur Avenue 107?"
Claim lifecycle:
check_price: price, distance and ETA without creating a claim.create_claim (create, with an idempotent request_id),
accept_claim (confirm and start the courier search), get_claim
(status, courier, pricing), search_claims (filtered search with pagination).get_cancel_info (free / paid / unavailable) and cancel_claim.Tracking & contact:
get_performer_position (live geoposition),
get_points_eta (expected arrival per route point) and get_tracking_links
(public links for the recipient).get_courier_phone (temporary forwarded number) and
get_confirmation_code (pickup/delivery confirmation code).Common:
raw_request β a direct call to any API method (tariffs,
delivery methods, proof of delivery, claim editing and other endpoints
without a dedicated tool).Ask the assistant, for example:
The server talks to the express (claims) contour of the delivery B2B API:
| Item | Value |
|---|---|
| Base URL | https://b2b.taxi.yandex.net (same host for all countries) |
| Path prefix | /b2b/cargo/integration/v2/* |
| Auth | Authorization: Bearer <token> |
The token is issued in the delivery personal account (Integration tab β "Get token") and never expires.
Note on branding. The English API documentation is published under the "Yandex Delivery" name on yandex.com and uses the same host for Russia and other countries; no separate Yango-branded API host is documented. The Russia-only parts of the API (the
offers/calculatepricing method and the NDD/pickup-point contour) are not part of this server.
No sandbox. The express contour has no documented test environment β accepted claims order real couriers and lead to real charges.
claude_desktop_config.json β macOS ~/Library/Application Support/Claude/, Windows %APPDATA%\Claude\
~/.cursor/mcp.json (or .cursor/mcp.json in the project)
.vscode/mcp.json β note the servers key (not mcpServers)
YANGO_DELIVERY_TOKEN.β οΈ The token is stored in plain text in the client config β treat it like a password. It never expires but is reset when the account password changes.
| Variable | Required | Default | Description |
|---|---|---|---|
YANGO_DELIVERY_TOKEN | yes | β | OAuth Bearer token from the delivery cabinet. |
YANGO_DELIVERY_BASE_URL | no | https://b2b.taxi.yandex.net | API root override. |
YANGO_DELIVERY_LANG | no | en | Accept-Language header value. |
YANGO_DELIVERY_TIMEOUT_MS | no | 60000 | Per-request timeout, ms. |
YANGO_DELIVERY_MAX_RETRIES | no | 3 | Retries on 429 (and 5xx for reads). |
npx, no separate install needed).create_claim + accept_claim really
order a delivery and lead to charges; cancelling an accepted claim can be
paid (check get_cancel_info first).Questions, ideas and contributions β message on Telegram: @gistrec.
MIT β see LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/yango-delivery-mcp)<a href="https://allmcps.com/mcp/yango-delivery-mcp"><img src="https://allmcps.com/api/badge/yango-delivery-mcp?style=directory" alt="Yango Delivery MCP on AllMCPs" /></a>