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.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
English | Π ΡΡΡΠΊΠΈΠΉ
A1 Yango Delivery MCP connects an AI app to a corporate Yango Delivery account. Estimate an express delivery, order a courier, track the route and share a tracking link with the recipient using ordinary language.
This server works with the international Express Claims API. It does not support next-day delivery, pickup points or parcel lockers.
Start with:
Estimate delivery of a 2 kg parcel from [pickup address] to [delivery address].
Connect the server Β· Explore use cases Β· Open technical documentation
You: Estimate delivery of a 2 kg parcel from our warehouse to the customer's address.
Assistant: I returned the current price, route distance and ETA. No delivery claim was created.
You: Create the claim and stop before ordering the courier.
Assistant: The claim has been created. I will show its id, price, status and version before acceptance.
You: Accept the offer.
Assistant: The claim has been accepted and courier search has started.
You: Send me the recipient's tracking link.
Assistant: I returned the public tracking link for the destination.
Price, availability, status and cancellation terms always come from the connected delivery account and the current API response.
You need Node.js 20+, a Yango Delivery corporate account and an integration token.
Add the server to your AI app using one of the instructions below.
Start with a price estimate:
Estimate delivery of a 2 kg parcel from [pickup address] to [delivery address].
In the app:
Open Settings β MCP servers.
Select Add server.
Choose STDIO, then enter the launch command npx -y mcp-yango-delivery@latest and the YANGO_DELIVERY_TOKEN environment variable with your token.
Select Save, then Restart.
From the command line:
Check the connection:
The current official path is Settings β Extensions. For a custom desktop extension, open Advanced settings β Extension Developer β Install Extensionβ¦, select a .mcpb file and follow the prompts.
This repository currently publishes an npm stdio package and does not contain a .mcpb bundle. For Claude Desktop builds that still support local configuration, use the following JSON stdio configuration as a fallback:
In those builds, save it to ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows.
Add a user-level server to ~/.cursor/mcp.json on macOS/Linux or %USERPROFILE%\.cursor\mcp.json on Windows:
Run MCP: Open User Configuration from the Command Palette and add:
Check the server with MCP: List Servers.
raw_request covers methods without a dedicated tool, including tariffs, delivery methods, proof of delivery, claim editing and return operations. It can create or change real data, so it is intended for technical users who understand the upstream API.
Complete schemas, response fields and status details are available in the tool reference.
The priced offer usually expires about ten minutes after estimation. If auto_accept: true is passed when creating a claim, the separate review and acceptance step is skipped and the courier can be ordered automatically.
The server exposes MCP annotations for reading, writing and destructive actions. The AI client decides when and how to ask for confirmation.
| Action | Result | Changes the account |
|---|---|---|
| Price estimate | Returns the current price, distance and ETA | No |
| Read, search and tracking tools | Returns claim, courier and cancellation information | No |
| Create a claim | Adds a real claim, but does not order a courier by default | Yes |
| Accept a claim | Starts courier search and can lead to a charge | Yes |
| Cancel a claim | Cancels the delivery; a cancellation fee may apply | Yes |
raw_request | Calls another API method, including possible writes | Depends on the method |
Claim creation uses a unique request_id, so repeating it with the same id returns the same claim. Acceptance and cancellation are not automatically repeated after a network error or a 5xx response because the operation may already have succeeded. Read the current claim before trying again.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
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>