MCP server for the Yango Delivery claims B2B API: price checks, delivery claims, courier tracking.
MCPpedia last refreshed this data
io.github.A1-x-Tech/mcp-yango-delivery is an MCP server that MCP server for the Yango Delivery claims B2B API: price checks, delivery claims, courier tracking. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 61/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"yango-delivery": {
"env": {
"YANGO_DELIVERY_TOKEN": "your_token"
},
"args": [
"-y",
"mcp-yango-delivery@latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-yango-delivery' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-yango-delivery against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics
MCP Server for GCP environment for interacting with various Observability APIs.
Deterministic, persistent graph server for tracking workflow state, decisions, and blockers.
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
MCP Security Weekly
Get CVE alerts and security updates for io.github.A1-x-Tech/mcp-yango-delivery and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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:
npx -y mcp-yango-delivery@latest and the YANGO_DELIVERY_TOKEN environment variable with your token.From the command line:
codex mcp add yango-delivery \
--env YANGO_DELIVERY_TOKEN=your_token \
-- npx -y mcp-yango-delivery@latest
Check the connection:
codex mcp list
claude mcp add \
--env YANGO_DELIVERY_TOKEN=your_t
... [View full README on GitHub](https://github.com/a1-x-tech/mcp-yango-delivery#readme)