PluginBench
MCP Server
Active
MIT

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • YANGO_DELIVERY_TOKEN
    required
    secret

    OAuth Bearer token from the delivery cabinet (Integration tab -> "Get token"). Treat it as a secret.

  • YANGO_DELIVERY_BASE_URL

    API root override.

  • YANGO_DELIVERY_LANG

    Accept-Language header value (required by most claim methods).

  • YANGO_DELIVERY_TIMEOUT_MS

    Per-request timeout in milliseconds.

  • YANGO_DELIVERY_MAX_RETRIES

    Retries on transient errors (429 always; 5xx/network for idempotent calls only).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-delivery

Related MCP servers

MCP server for the Avito Ads API: campaigns, ad groups, creatives, statistics and balances.

0
TypeScript
MIT
View repository →

MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.

0
TypeScript
MIT
View repository →

Real-user Core Web Vitals from the Chrome UX Report (CrUX) API for any origin or URL.

0
TypeScript
MIT
View repository →

MCP server for the Google Forms API: create forms, manage questions, read responses and watches.

0
TypeScript
MIT
View repository →

MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues.

0
TypeScript
MIT
View repository →

MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.

0
TypeScript
MIT
View repository →