mcp-yango-delivery

MCP serverDev tools

MCP server for the Yango Delivery claims B2B API: price checks, delivery claims, courier tracking.

This server has no hosted endpoint yet, so ahel can't serve it. You can still add it. It stays paused until ahel can serve it.

Serve it through your gateway

One link, every agent. Your own credentials, stored once.

Tools it gives your agents (13)

ToolWhat it does
check_pricePreliminary delivery cost estimate WITHOUT creating a claim — the pricing method for countries outside Russia.
create_claimCreates a delivery claim. IMPORTANT: the claim is NOT dispatched immediately — it goes through estimation (status: new → estimating → ready_for_approval) and must then be confirmed with...
get_claimFull claim information: status, version (needed for accept/cancel), items, route_points (with visit status), pricing {offer, final_price, currency}, performer_info (courier name, vehicle, transport...
accept_claimConfirms a claim after successful estimation (status ready_for_approval) and starts the courier search — from this point the delivery is actually ordered.
get_cancel_infoCancellation terms for a claim — call BEFORE cancel_claim. Returns cancel_state: free (free of charge), paid (a fee applies — price/price_with_vat and currency are returned) or unavailable (the...
cancel_claimCancels a claim (including an already accepted one). Get the terms with get_cancel_info first and pass its cancel_state: with paid the cancellation fee is charged. version comes from get_claim.
search_claimsSearch claims by filters with pagination (sorted by creation date). Returns claims (each shaped like get_claim) and a cursor for the next page.
get_performer_positionCurrent courier geoposition for an active claim: position {lat, lon, timestamp (unix), accuracy, speed (m/s), direction (0–360°, clockwise from north)} and route_points with sharing_link.
get_tracking_linksPublic courier tracking links — safe to share with the recipient. Returns route_points [{id, type, visit_order, sharing_link}]; sharing_link is available only for type=destination points.
get_points_etaExpected arrival times per route point plus the current courier position. Works only while the claim is active and a courier is assigned.
get_courier_phoneTemporary forwarded phone number to call the courier of an active claim: phone (e.g. "+79099999998"), ext (extension, e.g. "0163") and ttl_seconds (how long the number stays operational).
get_confirmation_codePickup/delivery confirmation code for the current point of the claim (when a code applies). Returns code (string) and attempts (remaining code entry attempts).
raw_requestEscape hatch: a direct call to any method of the Yango Delivery claims B2B API — for endpoints without a dedicated tool (tariffs, delivery-methods, claims/proof-of-delivery/info, claims/edit...

Signals

Last commit
Aug 2026
Weekly downloads
160
Tools captured
13