Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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

PYPI · MARKETPLACES-MCP-RU · 3 COMPONENTS · SCANNED SEP 20

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

−14 this week 55 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security50
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 0 of 30 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency35
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 15018 tokens (~119/item across 126 items; 126 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management39
  • Stability check failed: the tool surface changed between 0.5.2 and 0.6.1: 5 tool removals, 0 breaking changes, 25 additions. See how to fix → Fail
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety95
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 20 of 25 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "wb_call_method" implies "execute" and declares readOnlyHint instead, contradicting what its own name says it does. See how to fix → Partial
  • An AI judge read all 126 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market… server?

Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market… runs locally as a PyPI package, launched with uvx marketplaces-mcp-ru. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · marketplaces-mcp-ru

# add to Claude Code
claude mcp add ilyautov-marketplaces-mcp-ru -- uvx marketplaces-mcp-ru
// .cursor/mcp.json
{
  "mcpServers": {
    "ilyautov-marketplaces-mcp-ru": {
      "command": "uvx",
      "args": [
        "marketplaces-mcp-ru"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ilyautov-marketplaces-mcp-ru": {
      "command": "uvx",
      "args": [
        "marketplaces-mcp-ru"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add ilyautov-marketplaces-mcp-ru -- uvx marketplaces-mcp-ru
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ilyautov-marketplaces-mcp-ru": {
      "type": "local",
      "command": [
        "uvx",
        "marketplaces-mcp-ru"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ilyautov-marketplaces-mcp-ru --command uvx --arg marketplaces-mcp-ru
# ~/.hermes/config.yaml
mcp_servers:
  ilyautov-marketplaces-mcp-ru:
    command: "uvx"
    args: ["marketplaces-mcp-ru"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ilyautov-marketplaces-mcp-ru": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "marketplaces-mcp-ru"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ilyautov-marketplaces-mcp-ru -t stdio -c uvx -a marketplaces-mcp-ru
// mcp.json
{
  "mcpServers": {
    "ilyautov-marketplaces-mcp-ru": {
      "command": "uvx",
      "args": [
        "marketplaces-mcp-ru"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 0
    • Package version: 0.3.3 → 0.6.1 functional
  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 32 to 35.

  • 18 Sept 26 −15
    • Malware scan: pass → unverified security
  • 17 Sept 26 +16
    • Malware scan: unverified → pass security
  • 14 Sept 26 −16
    • Malware scan: pass → unverified security
    • Stability: 0.20 → fail security
    • Schema quality: 11727 → 15018 functional
    • Schema quality: excellent → good functional
    • Destructive annotations: 20 of 25 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "wb_call_method" implies "execute" and declares readOnlyHint instead, contradicting what its own name says it does. functional
    • Package version: 0.5.3 → 0.6.1 functional
    • Package version: 0.5.3 → 0.6.0 functional
  • 12 Sept 26 +16
    • Malware scan: unverified → pass security
  • 11 Sept 26 −13
    • Malware scan: pass → unverified security
    • Stability: unverified → 0.13 functional
    • Package version: 0.5.2 → 0.5.3 functional
  • 7 Sept 26 +29
    • Malware scan: pass → unverified security
    • Injection markers: unverified → pass security
    • First check of Judged manipulation: pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • First check of Destructive annotations: 100 functional
    • First check of Tool coverage: 0 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • Package version: 0.3.3 → 0.5.2 functional
    • Package version: 0.3.3 → 0.5.1 functional
    • Package version: 0.3.3 → 0.4.0 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/marketplaces-mcp-ru@0.6.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta

Background: Why install scripts are a supply-chain risk →

Dependencies 30 packages
Packages resolved 30
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 126 exposed · ~15,018 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
ozon_perf_check_auth ~56

Check whether the required credentials are present in the environment. Does NOT reveal secret values — only reports which variables are set. Returns JSON: {"ready": bool, "missing": [str], "required": [str]}.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_delete_method ~194

Execute one DESTRUCTIVE endpoint: deletes or irreversibly changes data. Target API: https://docs.ozon.ru/api/performance/. Both confirm_write=true and i_understand_this_modifies_data=true are required; nothing is sent without both. Args: operation_id: id from the catalog (see ozon_perf_search_methods). path_values: values for {placeholders} in the path. query: query-string parameters. body: JSON request body. confirm_write: must be true. i_understand_this_modifies_data: must be true. Returns JSON: {"ok": true, "status", "data"} or the error envelope.

NameTypeReqDescription
body
confirm_writeboolean
i_understand_this_modifies_databoolean
operation_idstringyes
path_values
query
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_delete_raw ~192

Delete data at ANY path, including paths not in the catalog. Target API: https://docs.ozon.ru/api/performance/. DELETE only. Both confirm_write=true and i_understand_this_modifies_data=true are required. Args: path: full path beginning with '/'. method: DELETE. host: host override; defaults to the service's default host. query: query-string parameters. body: JSON request body. confirm_write: must be true. i_understand_this_modifies_data: must be true. Returns JSON: {"ok": true, "status", "data"} or the error envelope.

NameTypeReqDescription
body
confirm_writeboolean
host
i_understand_this_modifies_databoolean
methodstring
pathstringyes
query
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_describe_method ~51

Return the full catalog record for one endpoint: method, host, path, scope, safety level, pagination style, rate limit, params and doc URL.

NameTypeReqDescription
operation_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_fetch_all ~197

Auto-paginate a read endpoint and return every row in one response. Handles offset, last_id, cursor (Ozon v4/v5), page and WB lastChangeDate styles. The array path is taken from the catalog automatically. Args: operation_id: a read endpoint from the catalog. query / body / path_values: base parameters (cursor fields are managed). items_path: override the array path (default: the endpoint's own). limit: page size to request. max_items: hard cap to protect context (default 10000). Returns JSON: {"ok", "items", "total_fetched", "pages_fetched", "truncated"}.

NameTypeReqDescription
body
items_path
limitinteger
max_itemsinteger
operation_idstringyes
path_values
query
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_get_raw ~182

Read ANY endpoint by path, including ones missing from the catalog. Target API: https://docs.ozon.ru/api/performance/. Safe verbs only (GET, HEAD, OPTIONS). To change data use ozon_perf_write_raw, to delete use ozon_perf_delete_raw. Args: path: full path beginning with '/', e.g. "/api/client/campaign". method: safe verb, GET by default. host: host override; defaults to the service's default host. query: query-string parameters. body: JSON request body (rare on reads; some APIs want one). Returns JSON: {"ok": true, "status", "data"} or the error envelope.

NameTypeReqDescription
body
host
methodstring
pathstringyes
query
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_get_section ~62

List all endpoints in one section. Args: section: section name (see ozon_perf_list_sections), e.g. "statistics". Returns JSON list of {operation_id, method, path, safety, summary}.

NameTypeReqDescription
sectionstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_get_workflow ~67

Return the full plan for one workflow: ordered steps (each naming a catalog operation_id and why), interpretation guidance, and common mistakes to avoid. Args: name: workflow name (see {svc}_list_workflows).

NameTypeReqDescription
namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_list_cabinets ~55

List configured cabinets for this marketplace and which one is active. Returns JSON: {"active": str|null, "cabinets": [names], "fields_needed": [...]}. Secret values are never returned.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_list_sections ~22

List API sections and how many catalog endpoints each contains.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_list_workflows ~56

List ready-made analytical workflows (recipes) for this marketplace. Returns JSON: [{name, category, when_to_use}]. Use {svc}_get_workflow to fetch the full step-by-step plan for one.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_map ~83

The big picture: business entities this API covers and the go-to methods for each. Call with no args to see the whole map ("you are here"); pass entity="reviews" (or stocks/prices/orders/…) to list every method of one entity. Use this before guessing — it orients you fast.

NameTypeReqDescription
entitystring
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_remove_cabinet ~44

Delete a stored cabinet. If it was active, another becomes active. Args: name: the cabinet to remove.

NameTypeReqDescription
namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_search_methods ~80

Search the endpoint catalog by keyword (works in Russian and English). Args: query: free text, e.g. "остатки", "stocks", "update price". limit: max results (1-50). Returns JSON list of matching endpoints (best first).

NameTypeReqDescription
limitinteger
querystringyes
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_set_key ~223

Change / rotate the API key from chat (e.g. the old one expired or leaked). ⚠️ The key goes into the chat transcript — requires i_understand_key_goes_to_chat=true. The safe, terminal-free alternative is the installer, where the key never enters chat. Use a scoped key and rotate it in the seller cabinet if it was exposed. Args: credentials: dict with the required fields ({fields}). cabinet: which cabinet to update. Default: the active one (so "my key expired" just works). If there is none, the cabinet is named from the marketplace's shop name, else "main". i_understand_key_goes_to_chat: must be true to proceed. On success the key is validated against the marketplace and the shop name is reported. Saved locally (chmod 600), never echoed back.

NameTypeReqDescription
cabinetstring
credentialsobjectyes
i_understand_key_goes_to_chatboolean
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_use_cabinet ~52

Switch the active cabinet. Subsequent API calls use its credentials. Args: name: the cabinet to activate (see ozon_perf_list_cabinets).

NameTypeReqDescription
namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_write_method ~175

Execute one WRITE endpoint from the catalog: create or update data. Target API: https://docs.ozon.ru/api/performance/. Requires confirm_write=true; nothing is sent without it. Irreversible operations live in ozon_perf_delete_method, reads in ozon_perf_call_method. Args: operation_id: id from the catalog (see ozon_perf_search_methods). path_values: values for {placeholders} in the path. query: query-string parameters. body: JSON request body. confirm_write: must be true. Returns JSON: {"ok": true, "status", "data"} or the error envelope.

NameTypeReqDescription
body
confirm_writeboolean
operation_idstringyes
path_values
query
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_perf_write_raw ~164

Create or update data at ANY path, including paths not in the catalog. Target API: https://docs.ozon.ru/api/performance/. POST, PUT and PATCH only; requires confirm_write=true. Args: method: POST, PUT or PATCH. path: full path beginning with '/'. host: host override; defaults to the service's default host. query: query-string parameters. body: JSON request body. confirm_write: must be true. Returns JSON: {"ok": true, "status", "data"} or the error envelope.

NameTypeReqDescription
body
confirm_writeboolean
host
methodstringyes
pathstringyes
query
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_remove_cabinet ~43

Delete a stored cabinet. If it was active, another becomes active. Args: name: the cabinet to remove.

NameTypeReqDescription
namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_search_methods ~79

Search the endpoint catalog by keyword (works in Russian and English). Args: query: free text, e.g. "остатки", "stocks", "update price". limit: max results (1-50). Returns JSON list of matching endpoints (best first).

NameTypeReqDescription
limitinteger
querystringyes
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_set_key ~222

Change / rotate the API key from chat (e.g. the old one expired or leaked). ⚠️ The key goes into the chat transcript — requires i_understand_key_goes_to_chat=true. The safe, terminal-free alternative is the installer, where the key never enters chat. Use a scoped key and rotate it in the seller cabinet if it was exposed. Args: credentials: dict with the required fields ({fields}). cabinet: which cabinet to update. Default: the active one (so "my key expired" just works). If there is none, the cabinet is named from the marketplace's shop name, else "main". i_understand_key_goes_to_chat: must be true to proceed. On success the key is validated against the marketplace and the shop name is reported. Saved locally (chmod 600), never echoed back.

NameTypeReqDescription
cabinetstring
credentialsobjectyes
i_understand_key_goes_to_chatboolean
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_set_price ~216

Set the price for ONE product by offer_id (v1/product/import/prices). WRITE. Requires confirm_write=true. Ozon limits price updates to ~10/product/hour. Prices are strings. old_price="0" clears the strikethrough old price. Args: offer_id: seller's article (offer_id). price: new price as a string, e.g. "1499". old_price: pre-discount price as string, or "0" to clear. min_price: minimum price as string, or "0". currency_code: default "RUB". confirm_write: must be true to send. Returns JSON: {"ok": true, "data": {"result": [{"offer_id", "updated", "errors"}]}}.

NameTypeReqDescription
confirm_writeboolean
currency_codestring
min_pricestring
offer_idstringyes
old_pricestring
pricestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_use_cabinet ~50

Switch the active cabinet. Subsequent API calls use its credentials. Args: name: the cabinet to activate (see ozon_list_cabinets).

NameTypeReqDescription
namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_write_method ~171

Execute one WRITE endpoint from the catalog: create or update data. Target API: https://docs.ozon.ru/api/seller/. Requires confirm_write=true; nothing is sent without it. Irreversible operations live in ozon_delete_method, reads in ozon_call_method. Args: operation_id: id from the catalog (see ozon_search_methods). path_values: values for {placeholders} in the path. query: query-string parameters. body: JSON request body. confirm_write: must be true. Returns JSON: {"ok": true, "status", "data"} or the error envelope.

NameTypeReqDescription
body
confirm_writeboolean
operation_idstringyes
path_values
query
NameTypeReqDescription
resultstringyes

No examples provided.

ozon_write_raw ~163

Create or update data at ANY path, including paths not in the catalog. Target API: https://docs.ozon.ru/api/seller/. POST, PUT and PATCH only; requires confirm_write=true. Args: method: POST, PUT or PATCH. path: full path beginning with '/'. host: host override; defaults to the service's default host. query: query-string parameters. body: JSON request body. confirm_write: must be true. Returns JSON: {"ok": true, "status", "data"} or the error envelope.

NameTypeReqDescription
body
confirm_writeboolean
host
methodstringyes
pathstringyes
query
NameTypeReqDescription
resultstringyes

No examples provided.

wb_add_cabinet ~218

Add or update a cabinet (a named set of API credentials), from chat. ⚠️ This puts the key into the chat transcript — requires i_understand_key_goes_to_chat=true. The terminal-free safe alternative is the installer (install.py / double-click), where the key never enters chat. Args: credentials: dict with the required fields for this service ({fields}). For Ozon: {{"client_id": "...", "api_key": "..."}}; for WB: {{"token": "..."}}. name: optional label. If omitted, the cabinet is named after the real shop name fetched from the marketplace (falls back to "main"). i_understand_key_goes_to_chat: must be true to proceed. Saved to ~/.marketplace-mcp/cabinets.json (local, chmod 600), never echoed.

NameTypeReqDescription
credentialsobjectyes
i_understand_key_goes_to_chatboolean
namestring
NameTypeReqDescription
resultstringyes

No examples provided.

wb_call_method ~159

Execute one READ endpoint from the catalog by operation_id. Target API: https://dev.wildberries.ru/en/openapi/api-information. Reads only: nothing here changes data, so it runs without confirmation. To change data use wb_write_method, to delete use wb_delete_method. Args: operation_id: id from the catalog (see wb_search_methods). path_values: values for {placeholders} in the path. query: query-string parameters. body: JSON request body (a few read endpoints take one). Returns JSON: {"ok": true, "status", "data"} or the error envelope.

NameTypeReqDescription
body
operation_idstringyes
path_values
query
NameTypeReqDescription
resultstringyes

No examples provided.

wb_check_auth ~54

Check whether the required credentials are present in the environment. Does NOT reveal secret values — only reports which variables are set. Returns JSON: {"ready": bool, "missing": [str], "required": [str]}.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

wb_delete_method ~192

Execute one DESTRUCTIVE endpoint: deletes or irreversibly changes data. Target API: https://dev.wildberries.ru/en/openapi/api-information. Both confirm_write=true and i_understand_this_modifies_data=true are required; nothing is sent without both. Args: operation_id: id from the catalog (see wb_search_methods). path_values: values for {placeholders} in the path. query: query-string parameters. body: JSON request body. confirm_write: must be true. i_understand_this_modifies_data: must be true. Returns JSON: {"ok": true, "status", "data"} or the error envelope.

NameTypeReqDescription
body
confirm_writeboolean
i_understand_this_modifies_databoolean
operation_idstringyes
path_values
query
NameTypeReqDescription
resultstringyes

No examples provided.

wb_delete_raw ~192

Delete data at ANY path, including paths not in the catalog. Target API: https://dev.wildberries.ru/en/openapi/api-information. DELETE only. Both confirm_write=true and i_understand_this_modifies_data=true are required. Args: path: full path beginning with '/'. method: DELETE. host: host override; defaults to the service's default host. query: query-string parameters. body: JSON request body. confirm_write: must be true. i_understand_this_modifies_data: must be true. Returns JSON: {"ok": true, "status", "data"} or the error envelope.

NameTypeReqDescription
body
confirm_writeboolean
host
i_understand_this_modifies_databoolean
methodstring
pathstringyes
query
NameTypeReqDescription
resultstringyes

No examples provided.

wb_describe_method ~49

Return the full catalog record for one endpoint: method, host, path, scope, safety level, pagination style, rate limit, params and doc URL.

NameTypeReqDescription
operation_idstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

wb_fetch_all ~195

Auto-paginate a read endpoint and return every row in one response. Handles offset, last_id, cursor (Ozon v4/v5), page and WB lastChangeDate styles. The array path is taken from the catalog automatically. Args: operation_id: a read endpoint from the catalog. query / body / path_values: base parameters (cursor fields are managed). items_path: override the array path (default: the endpoint's own). limit: page size to request. max_items: hard cap to protect context (default 10000). Returns JSON: {"ok", "items", "total_fetched", "pages_fetched", "truncated"}.

NameTypeReqDescription
body
items_path
limitinteger
max_itemsinteger
operation_idstringyes
path_values
query
NameTypeReqDescription
resultstringyes

No examples provided.

wb_get_new_orders ~57

Get new FBS assembly orders awaiting processing (Marketplace API). Returns JSON: {"ok": true, "data": {"orders": [...]}} — each order has id, rid, article, skus, createdAt, warehouseId.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

wb_get_prices ~102

Get current prices and discounts for products (Discounts-Prices API). Args: limit: page size (<=1000). offset: pagination offset. filter_nm_id: optional single nmID to filter by. Returns JSON: {"ok": true, "data": {"listGoods": [{nmID, sizes, discount, ...}]}}.

NameTypeReqDescription
filter_nm_id
limitinteger
offsetinteger
NameTypeReqDescription
resultstringyes

No examples provided.

wb_get_raw ~175

Read ANY endpoint by path, including ones missing from the catalog. Target API: https://dev.wildberries.ru/en/openapi/api-information. Safe verbs only (GET, HEAD, OPTIONS). To change data use wb_write_raw, to delete use wb_delete_raw. Args: path: full path beginning with '/', e.g. "/ping". method: safe verb, GET by default. host: host override; defaults to the service's default host. query: query-string parameters. body: JSON request body (rare on reads; some APIs want one). Returns JSON: {"ok": true, "status", "data"} or the error envelope.

NameTypeReqDescription
body
host
methodstring
pathstringyes
query
NameTypeReqDescription
resultstringyes

No examples provided.

wb_get_sales ~152

Get Wildberries sales and returns since a date (Statistics API, 1 req/min). Args: date_from: RFC3339 date/time in MSK, e.g. "2026-06-01" or "2026-06-01T00:00:00". flag: 0 = rows changed since date_from (incremental); 1 = rows dated on date_from. Returns JSON: {"ok": true, "status", "data": [ sale rows ]} or error envelope. Each row includes saleID, srid, nmId, totalPrice, forPay, lastChangeDate.

NameTypeReqDescription
date_fromstringyes
flaginteger
NameTypeReqDescription
resultstringyes

No examples provided.

wb_get_section ~58

List all endpoints in one section. Args: section: section name (see wb_list_sections), e.g. "statistics". Returns JSON list of {operation_id, method, path, safety, summary}.

NameTypeReqDescription
sectionstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

wb_get_stocks ~111

Get the current Wildberries stock snapshot (Statistics API, 1 req/min). Stocks have no history — this is a point-in-time snapshot. Use an early date_from to get the full current set. Args: date_from: RFC3339 date; default "2020-01-01" returns everything in stock now. Returns JSON: {"ok": true, "data": [ stock rows ]} with quantity, warehouseName, nmId.

NameTypeReqDescription
date_fromstring
NameTypeReqDescription
resultstringyes

No examples provided.

wb_get_workflow ~65

Return the full plan for one workflow: ordered steps (each naming a catalog operation_id and why), interpretation guidance, and common mistakes to avoid. Args: name: workflow name (see {svc}_list_workflows).

NameTypeReqDescription
namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

wb_list_cabinets ~53

List configured cabinets for this marketplace and which one is active. Returns JSON: {"active": str|null, "cabinets": [names], "fields_needed": [...]}. Secret values are never returned.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

wb_list_sections ~20

List API sections and how many catalog endpoints each contains.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

wb_list_workflows ~54

List ready-made analytical workflows (recipes) for this marketplace. Returns JSON: [{name, category, when_to_use}]. Use {svc}_get_workflow to fetch the full step-by-step plan for one.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

wb_map ~81

The big picture: business entities this API covers and the go-to methods for each. Call with no args to see the whole map ("you are here"); pass entity="reviews" (or stocks/prices/orders/…) to list every method of one entity. Use this before guessing — it orients you fast.

NameTypeReqDescription
entitystring
NameTypeReqDescription
resultstringyes

No examples provided.

wb_remove_cabinet ~42

Delete a stored cabinet. If it was active, another becomes active. Args: name: the cabinet to remove.

NameTypeReqDescription
namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

wb_search_methods ~78

Search the endpoint catalog by keyword (works in Russian and English). Args: query: free text, e.g. "остатки", "stocks", "update price". limit: max results (1-50). Returns JSON list of matching endpoints (best first).

NameTypeReqDescription
limitinteger
querystringyes
NameTypeReqDescription
resultstringyes

No examples provided.

wb_set_key ~221

Change / rotate the API key from chat (e.g. the old one expired or leaked). ⚠️ The key goes into the chat transcript — requires i_understand_key_goes_to_chat=true. The safe, terminal-free alternative is the installer, where the key never enters chat. Use a scoped key and rotate it in the seller cabinet if it was exposed. Args: credentials: dict with the required fields ({fields}). cabinet: which cabinet to update. Default: the active one (so "my key expired" just works). If there is none, the cabinet is named from the marketplace's shop name, else "main". i_understand_key_goes_to_chat: must be true to proceed. On success the key is validated against the marketplace and the shop name is reported. Saved locally (chmod 600), never echoed back.

NameTypeReqDescription
cabinetstring
credentialsobjectyes
i_understand_key_goes_to_chatboolean
NameTypeReqDescription
resultstringyes

No examples provided.

wb_set_price ~154

Set price and discount for ONE product (Discounts-Prices API). WRITE. Requires confirm_write=true (this changes your live price). A new price 3x below the old one lands the product in WB price quarantine. Args: nm_id: product nmID. price: new base price in rubles (integer). discount: discount percent (0-99). confirm_write: must be true to actually send the change. Returns JSON: {"ok": true, "data": {"id": uploadID}} — poll wb_prices_history_tasks.

NameTypeReqDescription
confirm_writeboolean
discountinteger
nm_idintegeryes
priceintegeryes
NameTypeReqDescription
resultstringyes

No examples provided.

wb_use_cabinet ~48

Switch the active cabinet. Subsequent API calls use its credentials. Args: name: the cabinet to activate (see wb_list_cabinets).

NameTypeReqDescription
namestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

wb_write_method ~169

Execute one WRITE endpoint from the catalog: create or update data. Target API: https://dev.wildberries.ru/en/openapi/api-information. Requires confirm_write=true; nothing is sent without it. Irreversible operations live in wb_delete_method, reads in wb_call_method. Args: operation_id: id from the catalog (see wb_search_methods). path_values: values for {placeholders} in the path. query: query-string parameters. body: JSON request body. confirm_write: must be true. Returns JSON: {"ok": true, "status", "data"} or the error envelope.

NameTypeReqDescription
body
confirm_writeboolean
operation_idstringyes
path_values
query
NameTypeReqDescription
resultstringyes

No examples provided.

wb_write_raw ~164

Create or update data at ANY path, including paths not in the catalog. Target API: https://dev.wildberries.ru/en/openapi/api-information. POST, PUT and PATCH only; requires confirm_write=true. Args: method: POST, PUT or PATCH. path: full path beginning with '/'. host: host override; defaults to the service's default host. query: query-string parameters. body: JSON request body. confirm_write: must be true. Returns JSON: {"ok": true, "status", "data"} or the error envelope.

NameTypeReqDescription
body
confirm_writeboolean
host
methodstringyes
pathstringyes
query
NameTypeReqDescription
resultstringyes

No examples provided.

Common questions

What is the Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market… server?

Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market… is listed in the public MCP registry as io.github.ilyautov/marketplaces-mcp-ru. Wildberries, Ozon, Yandex Market & Avito seller APIs for AI assistants: schema-driven, safety-gated. This page covers its PyPI package (marketplaces-mcp-ru).

Is the Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market… server safe to use?

Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market… scores 55 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market… server expose?

Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market… exposes 126 tools: wb_check_auth, wb_list_sections, wb_get_section, wb_search_methods, wb_map, and 121 more. Their descriptions and schemas cost roughly 15,018 tokens of context every time the server is loaded.

Is the Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market… server still maintained?

Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market… is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.