Yango Delivery MCP capabilities
This catalog contains 13 public pages—one for every registered MCP tool in mcp-yango-delivery. Each page starts with the user's task, explains the result, and states whether the call changes real data.
Use this catalog to choose a ready-made capability. Full parameter schemas and API response details remain in the technical reference.
Delivery lifecycle
- Accept a claim — Confirms a claim after successful estimation (status ready_for_approval) and starts the courier search — from this point the delivery is actually ordered. Impact: changes data.
- Cancel a claim — Cancels a claim (including an already accepted one). Impact: destructive operation.
- Estimate delivery price — Preliminary delivery cost estimate WITHOUT creating a claim — the pricing method for countries outside Russia. Impact: read-only.
- Create a delivery claim — Creates a delivery claim. Impact: changes data.
- Get cancellation terms — Cancellation terms for a claim — call BEFORE cancel_claim. Impact: read-only.
- Get claim info — Full 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 type), eta, created_ts/updated_ts. Impact: read-only.
- Search claims — Search claims by filters with pagination (sorted by creation date). Impact: read-only.
Tracking and contact
- Get confirmation code — Pickup/delivery confirmation code for the current point of the claim (when a code applies). Impact: read-only.
- Get courier phone — Temporary forwarded phone number to call the courier of an active claim: phone (e.g. Impact: read-only.
- Get courier position — Current 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. Impact: read-only.
- Get per-point ETAs — Expected arrival times per route point plus the current courier position. Impact: read-only.
- Get tracking links — Public courier tracking links — safe to share with the recipient. Impact: read-only.
Additional API methods
- Raw Yango Delivery API call — Escape 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, claims/apply-changes, claims/return, claims/bulk_info, claims/journal, …). Impact: destructive operation.