HomeMarketing & E-Commerce › A1 Yandex KIT MCP

A1 Yandex KIT MCP

A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.

TypeScript Cloud
★ 2 stars Last pushed 2026-09-17 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.7.0)

npx -y mcp-yandex-kit@1.7.0

Or add to your MCP client config:

{
  "mcpServers": {
    "a1-yandex-kit-skills": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-yandex-kit@1.7.0"
      ],
      "env": {
        "YANDEX_KIT_TOKEN": "<YOUR_VALUE>",
        "YANDEX_KIT_BASE_URL": "<YOUR_VALUE>",
        "YANDEX_KIT_RPS": "<YOUR_VALUE>",
        "YANDEX_KIT_TIMEOUT_MS": "<YOUR_VALUE>"
      }
    }
  }
}
  • YANDEX_KIT_TOKEN required secret — Yandex KIT API token from the merchant cabinet (Настройки → API → Сгенерировать токен; shown once). Full store access — treat it as a secret.
  • YANDEX_KIT_BASE_URL — Base URL of the Yandex KIT API.
  • YANDEX_KIT_RPS — Client-side rate limit in requests per second (the API allows 3 rps per store).
  • YANDEX_KIT_TIMEOUT_MS — HTTP request timeout in milliseconds.

Related servers

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

Data from the Official MCP Registry