Yango Delivery MCP MCP Server
io.github.A1-x-Tech/mcp-yango-delivery
What is the Yango Delivery MCP MCP server?
MCP server for the Yango Delivery claims B2B API: price checks, delivery claims, courier tracking.
How to install Yango Delivery MCP
Copy-paste configuration for popular MCP clients.
YANGO_DELIVERY_TOKENrequiredsecretOAuth Bearer token from the delivery cabinet (Integration tab -> "Get token"). Treat it as a secret.
YANGO_DELIVERY_BASE_URLAPI root override.
YANGO_DELIVERY_LANGAccept-Language header value (required by most claim methods).
YANGO_DELIVERY_TIMEOUT_MSPer-request timeout in milliseconds.
YANGO_DELIVERY_MAX_RETRIESRetries on transient errors (429 always; 5xx/network for idempotent calls only).
{
"mcpServers": {
"mcp-yango-delivery": {
"command": "npx",
"args": [
"-y",
"mcp-yango-delivery"
],
"env": {
"YANGO_DELIVERY_TOKEN": "<YOUR_YANGO_DELIVERY_TOKEN>",
"YANGO_DELIVERY_BASE_URL": "<YOUR_YANGO_DELIVERY_BASE_URL>",
"YANGO_DELIVERY_LANG": "<YOUR_YANGO_DELIVERY_LANG>",
"YANGO_DELIVERY_TIMEOUT_MS": "<YOUR_YANGO_DELIVERY_TIMEOUT_MS>",
"YANGO_DELIVERY_MAX_RETRIES": "<YOUR_YANGO_DELIVERY_MAX_RETRIES>"
}
}
}
}{
"mcpServers": {
"mcp-yango-delivery": {
"command": "npx",
"args": [
"-y",
"mcp-yango-delivery"
],
"env": {
"YANGO_DELIVERY_TOKEN": "<YOUR_YANGO_DELIVERY_TOKEN>",
"YANGO_DELIVERY_BASE_URL": "<YOUR_YANGO_DELIVERY_BASE_URL>",
"YANGO_DELIVERY_LANG": "<YOUR_YANGO_DELIVERY_LANG>",
"YANGO_DELIVERY_TIMEOUT_MS": "<YOUR_YANGO_DELIVERY_TIMEOUT_MS>",
"YANGO_DELIVERY_MAX_RETRIES": "<YOUR_YANGO_DELIVERY_MAX_RETRIES>"
}
}
}
}{
"mcpServers": {
"mcp-yango-delivery": {
"command": "npx",
"args": [
"-y",
"mcp-yango-delivery"
],
"env": {
"YANGO_DELIVERY_TOKEN": "<YOUR_YANGO_DELIVERY_TOKEN>",
"YANGO_DELIVERY_BASE_URL": "<YOUR_YANGO_DELIVERY_BASE_URL>",
"YANGO_DELIVERY_LANG": "<YOUR_YANGO_DELIVERY_LANG>",
"YANGO_DELIVERY_TIMEOUT_MS": "<YOUR_YANGO_DELIVERY_TIMEOUT_MS>",
"YANGO_DELIVERY_MAX_RETRIES": "<YOUR_YANGO_DELIVERY_MAX_RETRIES>"
}
}
}
}{
"servers": {
"mcp-yango-delivery": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-yango-delivery"
],
"env": {
"YANGO_DELIVERY_TOKEN": "<YOUR_YANGO_DELIVERY_TOKEN>",
"YANGO_DELIVERY_BASE_URL": "<YOUR_YANGO_DELIVERY_BASE_URL>",
"YANGO_DELIVERY_LANG": "<YOUR_YANGO_DELIVERY_LANG>",
"YANGO_DELIVERY_TIMEOUT_MS": "<YOUR_YANGO_DELIVERY_TIMEOUT_MS>",
"YANGO_DELIVERY_MAX_RETRIES": "<YOUR_YANGO_DELIVERY_MAX_RETRIES>"
}
}
}
}claude mcp add mcp-yango-delivery --env YANGO_DELIVERY_TOKEN=<YOUR_YANGO_DELIVERY_TOKEN> --env YANGO_DELIVERY_BASE_URL=<YOUR_YANGO_DELIVERY_BASE_URL> --env YANGO_DELIVERY_LANG=<YOUR_YANGO_DELIVERY_LANG> --env YANGO_DELIVERY_TIMEOUT_MS=<YOUR_YANGO_DELIVERY_TIMEOUT_MS> --env YANGO_DELIVERY_MAX_RETRIES=<YOUR_YANGO_DELIVERY_MAX_RETRIES> -- npx -y mcp-yango-deliveryRelated MCP servers
Avito Ads MCP
MCP server for the Avito Ads API: campaigns, ad groups, creatives, statistics and balances.
MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.
Google CrUX MCP
Real-user Core Web Vitals from the Chrome UX Report (CrUX) API for any origin or URL.
Google Forms MCP
MCP server for the Google Forms API: create forms, manage questions, read responses and watches.
MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues.
MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.