# Ozon Seller MCP (RU) (pypi · ozon-mcp-ru)

API Ozon Seller в ИИ-ассистенте: товары, заказы, цены, остатки, финансы, отзывы

- Trust score: 68/100 (medium)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- pypi · `ozon-mcp-ru`: 68/100 (this document), [markdown](https://verifymcp.io/servers/ilyautov-ozon-mcp-ru/ozon-mcp-ru.md), [page](https://verifymcp.io/servers/ilyautov-ozon-mcp-ru/ozon-mcp-ru)

## Channel facts

- Registry: `pypi`
- Package: `ozon-mcp-ru`
- Version: `0.6.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it.
  - 0 of 31 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 5 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2968 tokens (~118/item across 25 items; 25 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 25/100
  - Stability check failed: the tool surface changed between 0.5.3 and 0.6.0: 1 tool removals, 0 breaking changes, 5 additions.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 95/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 4 of 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "ozon_call_method" implies "execute" and declares readOnlyHint instead, contradicting what its own name says it does.
  - An AI judge read all 25 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Ozon Seller MCP (RU) server?

Ozon Seller MCP (RU) runs locally as a PyPI package, launched with uvx ozon-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.

### Claude

```bash
claude mcp add ilyautov-ozon-mcp-ru -- uvx ozon-mcp-ru
```

### Cursor

```json
{
  "mcpServers": {
    "ilyautov-ozon-mcp-ru": {
      "command": "uvx",
      "args": [
        "ozon-mcp-ru"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ilyautov-ozon-mcp-ru": {
      "command": "uvx",
      "args": [
        "ozon-mcp-ru"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add ilyautov-ozon-mcp-ru -- uvx ozon-mcp-ru
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ilyautov-ozon-mcp-ru": {
      "type": "local",
      "command": [
        "uvx",
        "ozon-mcp-ru"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ilyautov-ozon-mcp-ru --command uvx --arg ozon-mcp-ru
```

### Hermes

```yaml
mcp_servers:
  ilyautov-ozon-mcp-ru:
    command: "uvx"
    args: ["ozon-mcp-ru"]
```

### Netclaw

```json
{
  "McpServers": {
    "ilyautov-ozon-mcp-ru": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "ozon-mcp-ru"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add ilyautov-ozon-mcp-ru -t stdio -c uvx -a ozon-mcp-ru
```

### Other

```json
{
  "mcpServers": {
    "ilyautov-ozon-mcp-ru": {
      "command": "uvx",
      "args": [
        "ozon-mcp-ru"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 68, +1)

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

### 2026-09-18 (score 67, +16)

- [security improvement] Malware scan: unverified → pass

### 2026-09-17 (score 51, −15)

- [security regression] Malware scan: pass → unverified

### 2026-09-15 (score 66, +16)

- [security improvement] Malware scan: unverified → pass

### 2026-09-14 (score 50, −17)

- [security regression] Malware scan: pass → unverified
- [security regression] Stability: 0.07 → fail
- [functional regression] Schema quality: 2313 → 2968
- [functional] Schema quality: excellent → good
- [functional] Destructive annotations: 4 of 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "ozon_call_method" implies "execute" and declares readOnlyHint instead, contradicting what its own name says it does.
- [functional] Package version: 0.5.4 → 0.6.0

### 2026-09-13 (score 67, +1)

- [functional improvement] Stability: unverified → 0.07
- [functional] Package version: 0.5.3 → 0.5.4

### 2026-09-11 (score 66)

First indexed and scored.

## MCP tools (25)

### `ozon_check_auth` (~55 tokens)

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]}.

Output parameters:

- `result` (string)

### `ozon_list_sections` (~21 tokens)

List API sections and how many catalog endpoints each contains.

Output parameters:

- `result` (string)

### `ozon_get_section` (~60 tokens)

List all endpoints in one section.

Args:
    section: section name (see ozon_list_sections), e.g. "statistics".
Returns JSON list of {operation_id, method, path, safety, summary}.

Input parameters:

- `section` (string, required)

Output parameters:

- `result` (string)

### `ozon_search_methods` (~79 tokens)

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).

Input parameters:

- `limit` (integer)
- `query` (string, required)

Output parameters:

- `result` (string)

### `ozon_map` (~82 tokens)

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.

Input parameters:

- `entity` (string)

Output parameters:

- `result` (string)

### `ozon_describe_method` (~50 tokens)

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

Input parameters:

- `operation_id` (string, required)

Output parameters:

- `result` (string)

### `ozon_call_method` (~161 tokens)

Execute one READ endpoint from the catalog by operation_id.

Target API: https://docs.ozon.ru/api/seller/.

Reads only: nothing here changes data, so it runs without confirmation.
To change data use ozon_write_method, to delete use ozon_delete_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 (a few read endpoints take one).
Returns JSON: {"ok": true, "status", "data"} or the error envelope.

Input parameters:

- `body`
- `operation_id` (string, required)
- `path_values`
- `query`

Output parameters:

- `result` (string)

### `ozon_write_method` (~171 tokens)

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.

Input parameters:

- `body`
- `confirm_write` (boolean)
- `operation_id` (string, required)
- `path_values`
- `query`

Output parameters:

- `result` (string)

### `ozon_delete_method` (~192 tokens)

Execute one DESTRUCTIVE endpoint: deletes or irreversibly changes data.

Target API: https://docs.ozon.ru/api/seller/.

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_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.

Input parameters:

- `body`
- `confirm_write` (boolean)
- `i_understand_this_modifies_data` (boolean)
- `operation_id` (string, required)
- `path_values`
- `query`

Output parameters:

- `result` (string)

### `ozon_get_raw` (~178 tokens)

Read ANY endpoint by path, including ones missing from the catalog.

Target API: https://docs.ozon.ru/api/seller/.

Safe verbs only (GET, HEAD, OPTIONS). To change data use
ozon_write_raw, to delete use ozon_delete_raw.

Args:
    path: full path beginning with '/', e.g. "/v1/actions".
    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.

Input parameters:

- `body`
- `host`
- `method` (string)
- `path` (string, required)
- `query`

Output parameters:

- `result` (string)

### `ozon_write_raw` (~163 tokens)

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.

Input parameters:

- `body`
- `confirm_write` (boolean)
- `host`
- `method` (string, required)
- `path` (string, required)
- `query`

Output parameters:

- `result` (string)

### `ozon_delete_raw` (~191 tokens)

Delete data at ANY path, including paths not in the catalog.

Target API: https://docs.ozon.ru/api/seller/.

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.

Input parameters:

- `body`
- `confirm_write` (boolean)
- `host`
- `i_understand_this_modifies_data` (boolean)
- `method` (string)
- `path` (string, required)
- `query`

Output parameters:

- `result` (string)

### `ozon_fetch_all` (~196 tokens)

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"}.

Input parameters:

- `body`
- `items_path`
- `limit` (integer)
- `max_items` (integer)
- `operation_id` (string, required)
- `path_values`
- `query`

Output parameters:

- `result` (string)

### `ozon_list_cabinets` (~54 tokens)

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.

Output parameters:

- `result` (string)

### `ozon_add_cabinet` (~219 tokens)

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.

Input parameters:

- `credentials` (object, required)
- `i_understand_key_goes_to_chat` (boolean)
- `name` (string)

Output parameters:

- `result` (string)

### `ozon_set_key` (~222 tokens)

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.

Input parameters:

- `cabinet` (string)
- `credentials` (object, required)
- `i_understand_key_goes_to_chat` (boolean)

Output parameters:

- `result` (string)

### `ozon_use_cabinet` (~50 tokens)

Switch the active cabinet. Subsequent API calls use its credentials.

Args:
    name: the cabinet to activate (see ozon_list_cabinets).

Input parameters:

- `name` (string, required)

Output parameters:

- `result` (string)

### `ozon_remove_cabinet` (~43 tokens)

Delete a stored cabinet. If it was active, another becomes active.

Args:
    name: the cabinet to remove.

Input parameters:

- `name` (string, required)

Output parameters:

- `result` (string)

### `ozon_list_workflows` (~55 tokens)

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.

Output parameters:

- `result` (string)

### `ozon_get_workflow` (~66 tokens)

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).

Input parameters:

- `name` (string, required)

Output parameters:

- `result` (string)

### `ozon_get_products` (~128 tokens)

List Ozon products (one page).

Args:
    visibility: ALL | VISIBLE | INVISIBLE | ARCHIVED | IN_SALE ...
    limit: page size (<=1000).
    last_id: cursor from a previous page (empty for first page).
Returns JSON: {"ok": true, "data": {"result": {"items": [...], "last_id": "..."}}}.
For every product across pages use ozon_fetch_all with ozon_product_list.

Input parameters:

- `last_id` (string)
- `limit` (integer)
- `visibility` (string)

Output parameters:

- `result` (string)

### `ozon_get_stocks` (~93 tokens)

Get available + reserved stock per product (v4/product/info/stocks).

Args:
    visibility: product visibility filter (default ALL).
    limit: page size (<=1000).
    last_id: cursor for pagination.
Returns JSON with stock per product (present, reserved) per warehouse type.

Input parameters:

- `last_id` (string)
- `limit` (integer)
- `visibility` (string)

Output parameters:

- `result` (string)

### `ozon_get_prices` (~98 tokens)

Get prices, commissions and price indexes per product (v5/product/info/prices).

Args:
    visibility: product visibility filter (default ALL).
    limit: page size (<=1000).
    cursor: pagination cursor from a previous response.
Returns JSON with price, marketing_seller_price, min_price, commissions, price_indexes.

Input parameters:

- `cursor` (string)
- `limit` (integer)
- `visibility` (string)

Output parameters:

- `result` (string)

### `ozon_get_fbs_unfulfilled` (~125 tokens)

List new/unprocessed FBS shipments awaiting assembly.

Args:
    cutoff_from: ISO datetime lower bound, e.g. "2026-06-01T00:00:00Z".
    cutoff_to: ISO datetime upper bound.
    limit: page size.
    offset: pagination offset.
Returns JSON: {"ok": true, "data": {"result": {"postings": [...]}}}.

Input parameters:

- `cutoff_from` (string, required)
- `cutoff_to` (string, required)
- `limit` (integer)
- `offset` (integer)

Output parameters:

- `result` (string)

### `ozon_set_price` (~216 tokens)

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"}]}}.

Input parameters:

- `confirm_write` (boolean)
- `currency_code` (string)
- `min_price` (string)
- `offer_id` (string, required)
- `old_price` (string)
- `price` (string, required)

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/ilyautov-ozon-mcp-ru/ozon-mcp-ru#diagnostics

## Score history

- 2026-09-20: 68
- 2026-09-19: 67
- 2026-09-18: 67
- 2026-09-17: 51
- 2026-09-16: 66
- 2026-09-15: 66
- 2026-09-14: 50
- 2026-09-13: 67
- 2026-09-12: 66
- 2026-09-11: 66

## Common questions

### What is the Ozon Seller MCP (RU) server?

Ozon Seller MCP (RU) is listed in the public MCP registry as io.github.ilyautov/ozon-mcp-ru. API Ozon Seller в ИИ-ассистенте: товары, заказы, цены, остатки, финансы, отзывы. This page covers its PyPI package (ozon-mcp-ru).

### Is the Ozon Seller MCP (RU) server safe to use?

Ozon Seller MCP (RU) scores 68 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 Ozon Seller MCP (RU) server expose?

Ozon Seller MCP (RU) exposes 25 tools: ozon_check_auth, ozon_list_sections, ozon_get_section, ozon_search_methods, ozon_map, and 20 more. Their descriptions and schemas cost roughly 2,968 tokens of context every time the server is loaded.

### Is the Ozon Seller MCP (RU) server still maintained?

Ozon Seller MCP (RU) 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.

## Links

- PyPI project: https://pypi.org/project/ozon-mcp-ru/
- Socket report: https://socket.dev/pypi/package/ozon-mcp-ru
- Repository: https://github.com/ilyautov/ozon-mcp-ru
- Website: https://marketplaces-mcp-ru.aifrontier.tech/ozon-api.html
- Changelog RSS feed: https://verifymcp.io/servers/ilyautov-ozon-mcp-ru/ozon-mcp-ru.xml
- Changelog JSON feed: https://verifymcp.io/servers/ilyautov-ozon-mcp-ru/ozon-mcp-ru.json
- HTML version of this page: https://verifymcp.io/servers/ilyautov-ozon-mcp-ru/ozon-mcp-ru
