HomeMarketing & E-Commerce › Yandex Merchants MCP

Yandex Merchants MCP

MCP server for the Yandex Merchants partner API: feeds, offer prices, discounts, hide/unhide.

TypeScript Cloud
★ 0 stars Last pushed 2026-09-14 License: MIT

Topics: E-Commerce

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.1)

npx -y mcp-yandex-merchants@1.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-yandex-merchants": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-yandex-merchants@1.1.1"
      ],
      "env": {
        "YANDEX_MERCHANTS_OAUTH_TOKEN": "<YOUR_VALUE>",
        "YANDEX_MERCHANTS_BASE_URL": "<YOUR_VALUE>",
        "YANDEX_MERCHANTS_TIMEOUT_MS": "<YOUR_VALUE>",
        "YANDEX_MERCHANTS_MAX_RETRIES": "<YOUR_VALUE>"
      }
    }
  }
}
  • YANDEX_MERCHANTS_OAUTH_TOKEN required secret — Yandex OAuth token with the products:partner-api scope, obtained under the login that uploaded the feed. Treat it as a secret.
  • YANDEX_MERCHANTS_BASE_URL — API root override.
  • YANDEX_MERCHANTS_TIMEOUT_MS — Per-request timeout in milliseconds.
  • YANDEX_MERCHANTS_MAX_RETRIES — Retries on transient errors (429 always; 5xx/network for GET only).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry