PluginBench
MCP Server
Active
MIT

Yango Tech Retail MCP MCP Server

io.github.A1-x-Tech/mcp-yango-retail

What is the Yango Tech Retail MCP MCP server?

MCP server for the Yango Tech Retail B2B API: orders, products, prices, discounts, stocks.

How to install Yango Tech Retail MCP

Copy-paste configuration for popular MCP clients.

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

    Bearer token issued by Yango Tech for the retailer account. Treat it as a secret.

  • YANGO_RETAIL_API_BASE_URL

    API root override.

  • YANGO_RETAIL_TIMEOUT_MS

    Per-request timeout in milliseconds.

  • YANGO_RETAIL_MAX_RETRIES

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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-yango-retail": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-yango-retail"
      ],
      "env": {
        "YANGO_RETAIL_TOKEN": "<YOUR_YANGO_RETAIL_TOKEN>",
        "YANGO_RETAIL_API_BASE_URL": "<YOUR_YANGO_RETAIL_API_BASE_URL>",
        "YANGO_RETAIL_TIMEOUT_MS": "<YOUR_YANGO_RETAIL_TIMEOUT_MS>",
        "YANGO_RETAIL_MAX_RETRIES": "<YOUR_YANGO_RETAIL_MAX_RETRIES>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-yango-retail": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-yango-retail"
      ],
      "env": {
        "YANGO_RETAIL_TOKEN": "<YOUR_YANGO_RETAIL_TOKEN>",
        "YANGO_RETAIL_API_BASE_URL": "<YOUR_YANGO_RETAIL_API_BASE_URL>",
        "YANGO_RETAIL_TIMEOUT_MS": "<YOUR_YANGO_RETAIL_TIMEOUT_MS>",
        "YANGO_RETAIL_MAX_RETRIES": "<YOUR_YANGO_RETAIL_MAX_RETRIES>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-yango-retail": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-yango-retail"
      ],
      "env": {
        "YANGO_RETAIL_TOKEN": "<YOUR_YANGO_RETAIL_TOKEN>",
        "YANGO_RETAIL_API_BASE_URL": "<YOUR_YANGO_RETAIL_API_BASE_URL>",
        "YANGO_RETAIL_TIMEOUT_MS": "<YOUR_YANGO_RETAIL_TIMEOUT_MS>",
        "YANGO_RETAIL_MAX_RETRIES": "<YOUR_YANGO_RETAIL_MAX_RETRIES>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-yango-retail": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-yango-retail"
      ],
      "env": {
        "YANGO_RETAIL_TOKEN": "<YOUR_YANGO_RETAIL_TOKEN>",
        "YANGO_RETAIL_API_BASE_URL": "<YOUR_YANGO_RETAIL_API_BASE_URL>",
        "YANGO_RETAIL_TIMEOUT_MS": "<YOUR_YANGO_RETAIL_TIMEOUT_MS>",
        "YANGO_RETAIL_MAX_RETRIES": "<YOUR_YANGO_RETAIL_MAX_RETRIES>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-yango-retail --env YANGO_RETAIL_TOKEN=<YOUR_YANGO_RETAIL_TOKEN> --env YANGO_RETAIL_API_BASE_URL=<YOUR_YANGO_RETAIL_API_BASE_URL> --env YANGO_RETAIL_TIMEOUT_MS=<YOUR_YANGO_RETAIL_TIMEOUT_MS> --env YANGO_RETAIL_MAX_RETRIES=<YOUR_YANGO_RETAIL_MAX_RETRIES> -- npx -y mcp-yango-retail

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 →