yandex-market-mcp-ru

A Yandex Market Partner API MCP server for sellers: orders, returns, listings, prices, reports, reviews and chats

MCP serverHigh riskRussian stack

ilyautov/yandex-market-mcp-ru

Install

uvx yandex-market-mcp-ru

Runs the PyPI release.

This is third-party code. Review the repository files before installing.

What it does

The server installs with one uvx command and gives the agent a catalog of official Partner API methods instead of a hundred separate functions. The agent searches for a method in plain words, reads its parameters and calls it. Every method has an access class: reads run immediately, writes ask for confirmation and irreversible actions are confirmed twice. Keys can live in a local cabinets file, and you can switch between several stores from chat. The code is shared with marketplaces-mcp-ru; this package installs only Yandex Market.

Who it is for. For Yandex Market sellers who want an agent to handle orders, reports and prices.

Good fit when

  • You need orders and returns for the past week
  • You need a sales report or want to understand the quality index
  • You need to find products held in price quarantine

Not a fit when

  • You need several marketplaces at once: use marketplaces-mcp-ru
  • You need a battle-tested integration; the server has not been run against live accounts yet

Example request

Show my Yandex Market orders for the week and list returns separately

Limitations

The method catalog comes from the official OpenAPI spec, but the author says it has not yet been run against real accounts, so field names may be off. Business ID and campaign ID are easy to mix up, and then the API returns an empty response with no error. Requires an Api-Key from the partner account and uv.

How to disable. Remove the ym block from the MCP client config, delete ~/.marketplace-mcp/cabinets.json and revoke the key in the partner account.

MCP

Transport
stdio
Authentication
API key
Environment variables
Environment variables
YANDEX_MARKET_API_KEY
required, secret
Api-Key from the partner account, Settings, API access

Security check

  • Changes prices, listings and orders in a live seller account
  • Some methods are irreversible, such as deleting products
  • The key grants access to the whole account

README in short

The README describes a Yandex Market Partner API server package that uses the marketplaces-mcp-ru core. It covers uvx install, Claude Desktop config and skill install via npx skills add. It explains where to get the key and how business differs from campaign, and maps methods by topic split into read, write and irreversible. Sample requests, common errors and a comparison with the four-marketplace package are included.

FAQ

Why did the API return nothing?

Usually business ID and campaign ID were mixed up: some methods take one, some the other.

Can I connect several stores?

Yes, the server keeps cabinets in ~/.marketplace-mcp/cabinets.json with mode 600 and switches between them from chat.

Editors’ pick

Salesforce's official DX MCP server: work with orgs, metadata, data, users and Apex tests from your agent

MCP serverHigh risk

E-Commerce Skills

E-Commerce Skills by Nexscope

A large set of text skills for Amazon, Shopify, eBay, Etsy, TikTok Shop and Walmart sellers: pricing, listings, ads and growth

SkillLow risk929

153 cross-border e-commerce skills via the LinkFox API: Amazon, Ozon, TikTok Shop, 1688, keywords, ads and patents

SkillMedium risk102

An MCP server for Bitrix24 CRM contacts and deals via an inbound webhook: search, lists and deal stage changes

MCP serverHigh riskRussian stack64