mcpbeat Sign in

Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market, Avito MCP Server

local only

Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market, Avito runs on your own machine — the client starts it, so there is no endpoint to ping. 506 installs a week from npm. Last commit 14 Sep 2026.

Wildberries, Ozon, Yandex Market & Avito seller APIs for AI assistants: schema-driven, safety-gated.

Installs per day peak 30 · avg 12 · -40% w/w
a month agotoday
506
Installs / week
pypi · marketplaces-mcp-ru
31
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/marketplaces-mcp-ru.js:1
этот файл ставится пользователю, но в репозитории его нет
    const r = spawnSync(bin, ['--version'], { stdio: 'ignore', timeout: 15000 });
Runs an external command serve.py:129
        subprocess.run(cmd, check=True,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add marketplaces-mcp-ru -- uvx marketplaces-mcp-ru
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "marketplaces-mcp-ru": {
      "args": [
        "marketplaces-mcp-ru"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.marketplaces-mcp-ru]
command = "uvx"
args = ["marketplaces-mcp-ru"]
.cursor/mcp.json
{
  "mcpServers": {
    "marketplaces-mcp-ru": {
      "args": [
        "marketplaces-mcp-ru"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "marketplaces-mcp-ru": {
      "args": [
        "marketplaces-mcp-ru"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: WB_API_TOKEN (Wildberries Seller API token (seller.wildberries.ru → Settings → API access). Leave unset if you do not sell on WB.), OZON_CLIENT_ID (Ozon Seller Client ID (seller.ozon.ru → Settings → API keys).), OZON_API_KEY (Ozon Seller API key paired with the Client ID.), OZON_PERF_CLIENT_ID (Ozon Performance (ads) API Client ID. Optional.), OZON_PERF_CLIENT_SECRET (Ozon Performance API Client Secret. Optional.), YANDEX_MARKET_API_KEY (Yandex Market Partner API key (partner.market.yandex.ru → Settings → API access). Optional.), AVITO_CLIENT_ID (Avito API client_id (avito.ru → Для бизнеса → Интеграции → API). Optional.), AVITO_CLIENT_SECRET (Avito API client_secret paired with the client_id. Optional.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market, Avito

same job, measured the same way
MoySklad MCP (RU)
by ilyautov

MoySklad JSON API 1.2 in your AI assistant — schema-driven, safety-gated document writes.

local only
I
Vulcan File Ops
by n0zer0d4y

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

92 installs/wk local only
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

32 installs/wk local only
Gorgon Scout
by gorgon-cyber

Run AI-driven web-app and API security scans (DAST) from Claude or any MCP agent. Windows.

local only
Avrotize
by clemensv

Schema conversion and schema-driven code generation MCP server.

6 059 installs/wk local only
veddata
by sanzineo

MCP server for AI agents: discover a web page's data sources and drive the page to reach them.

local only
Odoo MCP Gateway
by parth-unjiya

Security-first MCP gateway for Odoo 17/18/19 — YAML-driven security, 27 tools

183 installs/wk local only

Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market, Avito — questions

Answers built from our own checks of this server.

Why is there no uptime for Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market, Avito?
Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market, Avito runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package marketplaces-mcp-ru was installed 506 times last week.
How do I connect Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market, Avito?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls marketplaces-mcp-ru straight from pypi; nothing to host, nothing to sign up for.
How many people use Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market, Avito?
The pypi package marketplaces-mcp-ru was installed 506 times in the last week. Week over week that is -40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market, Avito open source?
Yes — it is published under the MIT licence, written in Python and 31 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.