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.

io.github.DeviceIngineering/ozon-mcp-server

PYPI · OZON-MCP-SERVER · SCANNED SEP 13

Ozon Seller & Performance API, 156 tools; responses trimmed 476k to 64k tokens.

Available components

+4 this week 67 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 Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 0 of 37 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency32
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 7207 tokens (~46/item across 156 items; 156 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability check failed: the tool surface changed between 2.0.2 and 2.5.2: 2 tool removals, 147 breaking changes, 7 additions. See how to fix → Fail
Tool Coverage76
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 27% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 8 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "ozon_seller_action_products_delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 156 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 io.github.DeviceIngineering/ozon-mcp-server server?

io.github.DeviceIngineering/ozon-mcp-server runs locally as a PyPI package, launched with uvx ozon-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · ozon-mcp-server

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

  • 13 Sept 26 +1

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

  • 11 Sept 26 +16
    • Malware scan: unverified → pass security
  • 9 Sept 26 −14
    • Malware scan: pass → unverified security
  • 7 Sept 26 +1

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

  • 6 Sept 26 +15
    • Malware scan: unverified → pass security
  • 5 Sept 26 0
    • Malware scan: unverified → pass security
    • Package version: 2.4.3 → 2.5.2 functional
  • 4 Sept 26 −15
    • Malware scan: pass → unverified security
    • Package version: 2.4.2 → 2.4.3 functional
  • 3 Sept 26 −5
    • Malware scan: pass → unverified security
    • Stability: 0.40 → unverified security
    • Tool safety: pass → unverified security
    • Stability: 0.40 → fail security
    • Tool coverage: 52% → 26% functional
    • Tool coverage: 52% → 23% functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 63 → 44 functional
    • Schema quality: 63 → 43 functional
    • First check of Schema quality: unverified functional
    • Schema quality: fair → good functional
    • Package version: 2.1.2 → 2.4.2 functional
    • Package version: 2.1.2 → 2.2.1 functional
    • Package version: 2.1.2 → 2.2.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 13 Sept 2026 · Analysed pypi/ozon-mcp-server@2.5.2

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 hatchling.build

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

Dependencies 37 packages
Packages resolved 37
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 156 exposed · ~7,207 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_action_auto_add_candidates ~67

[P0] Candidates for automatic addition to a promotion (кандидаты на автодобавление).

NameTypeReqDescription
action_idintegeryes
auto_add_datestringyesYYYY-MM-DD
limitinteger
offsetinteger

No output schema declared.

No examples provided.

ozon_action_auto_add_delete ~49

[P0] Remove goods from automatic addition to a promotion (убрать из автодобавления).

NameTypeReqDescription
action_idintegeryes
product_idsarrayyes

No output schema declared.

No examples provided.

ozon_action_auto_add_products ~79

[P0] Goods Ozon will add to a promotion by itself on a given date (автодобавление в акцию).

NameTypeReqDescription
action_idintegeryesfrom ozon_actions_list
auto_add_datestringyesYYYY-MM-DD
limitinteger
offsetinteger

No output schema declared.

No examples provided.

ozon_actions_activate ~47

[P0] Add goods to a promotion at a given promo price (вступить в акцию).

NameTypeReqDescription
action_idintegeryes
productsarrayyes

No output schema declared.

No examples provided.

ozon_actions_candidates ~59

[P0] Candidate goods Ozon PLANS to pull into a promotion; pre-emptive check against selling at a loss (кандидаты в акцию).

NameTypeReqDescription
action_idintegeryesaction id from ozon_actions_list

No output schema declared.

No examples provided.

ozon_actions_deactivate ~50

[P0] Remove goods from a promotion, e.g. loss-making ones (выйти из акции).

NameTypeReqDescription
action_idintegeryes
product_idsarrayyes

No output schema declared.

No examples provided.

ozon_actions_list ~59

[P0] Ozon promotions available now and which goods may be pulled in (акции). Goods in promos can sell below cost.

NameTypeReqDescription
viewstringcompact (default) trims heavy fields; full returns the raw API response

No output schema declared.

No examples provided.

ozon_actions_products ~42

[P0] Goods already participating in a promotion, sold at the promo price (товары в акции).

NameTypeReqDescription
action_idintegeryesaction id

No output schema declared.

No examples provided.

ozon_ad_balance ~32

Ad account balance; no official method, see spend in ozon_ad_statistics_expenses (баланс рекламы).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ozon_ad_bids_competitive ~48

Competitive bids by SKU in a campaign, max 200 (конкурентные ставки).

NameTypeReqDescription
campaign_idintegeryes
skusarrayyes

No output schema declared.

No examples provided.

ozon_ad_campaign_activate ~30

Start an ad campaign (запустить кампанию).

NameTypeReqDescription
campaign_idintegeryes

No output schema declared.

No examples provided.

ozon_ad_campaign_bids ~68

[P0] Update goods bids in a campaign. bids: [{sku, bid}], bid in MICRO-RUBLES as a string (10000000 = 10₽) (ставки).

NameTypeReqDescription
bidsarrayyes
campaign_idintegeryes

No output schema declared.

No examples provided.

ozon_ad_campaign_budget ~42

Campaign budget, taken from the campaign list; Ozon has no separate endpoint (бюджет кампании).

NameTypeReqDescription
campaign_idintegeryes

No output schema declared.

No examples provided.

ozon_ad_campaign_budget_update ~81

Change campaign budget or period (PATCH). Budgets in RUBLES (изменить бюджет).

NameTypeReqDescription
campaign_idintegeryes
daily_budget_rubnumber
from_datestringYYYY-MM-DD
to_datestringYYYY-MM-DD
weekly_budget_rubnumber

No output schema declared.

No examples provided.

ozon_ad_campaign_create ~143

Create a CPC Trafarety campaign, the only type creatable via API. placement: PLACEMENT_SEARCH_AND_CATEGORY | PLACEMENT_TOP_PROMOTION. strategy: MAX_CLICKS | TOP_MAX_CLICKS | TARGET_BIDS | TOP_PROMOTION | NO_AUTO_STRATEGY. Min budget 2000₽ per SKU; add goods via ozon_ad_products_add (создать кампанию).

NameTypeReqDescription
daily_budget_rubnumberdaily budget, RUB
placementstring
strategystring
titlestringyes
weekly_budget_rubnumberweekly budget, RUB

No output schema declared.

No examples provided.

ozon_ad_campaign_objects ~32

Goods and bids inside an ad campaign (товары и ставки).

NameTypeReqDescription
campaign_idintegeryes

No output schema declared.

No examples provided.

ozon_ad_campaign_products ~38

Goods and bids in a campaign (товары кампании).

NameTypeReqDescription
campaign_idintegeryes
pageinteger

No output schema declared.

No examples provided.

ozon_ad_campaign_stop ~36

[P0] Emergency stop of an ad campaign (остановить рекламу).

NameTypeReqDescription
campaign_idintegeryes

No output schema declared.

No examples provided.

ozon_ad_campaigns ~120

[P0] Ad campaigns: budgets in micro-rubles (1000000 = 1₽), statuses. adv_object_type: SKU | SEARCH_PROMO | BANNER. state: CAMPAIGN_STATE_RUNNING | _STOPPED | _INACTIVE (реклама, кампании).

NameTypeReqDescription
adv_object_typestringtype filter
campaign_idsarrayfilter
statestringstatus filter
viewstringcompact (default) trims heavy fields; full returns the raw API response

No output schema declared.

No examples provided.

ozon_ad_min_bids ~49

Minimum bids by SKU. payment_type: CPC | CPO | CPC_TOP (минимальные ставки).

NameTypeReqDescription
payment_typestring
skusarrayyes

No output schema declared.

No examples provided.

ozon_ad_products_add ~61

Add goods to a CPC campaign, max 500. bids: [{sku, bid}] in micro-rubles; without bid the competitive bid applies (добавить товары).

NameTypeReqDescription
bidsarrayyes
campaign_idintegeryes

No output schema declared.

No examples provided.

ozon_ad_products_delete ~37

Remove goods from a campaign (убрать товары).

NameTypeReqDescription
campaign_idintegeryes
skusarrayyes

No output schema declared.

No examples provided.

ozon_ad_statistics ~85

[P0] Campaign statistics, async Ozon report, up to ~2 min. Limits: ≤10 campaigns, ≤62 days, one report at a time (статистика рекламы).

NameTypeReqDescription
campaignsarrayyescampaign ids
date_fromstringyesYYYY-MM-DD
date_tostringyes
group_bystring

No output schema declared.

No examples provided.

ozon_ad_statistics_daily ~44

Daily ad statistics (ежедневная статистика).

NameTypeReqDescription
campaignsarrayyes
date_fromstringyes
date_tostringyes

No output schema declared.

No examples provided.

ozon_ad_statistics_expenses ~46

Ad campaign spend (расходы на рекламу).

NameTypeReqDescription
campaignsarrayyes
date_fromstringyes
date_tostringyes

No output schema declared.

No examples provided.

ozon_ad_statistics_products ~66

[P0] CPC campaign stats per product: spend, CTR, CPC, orders, ДРР. Synchronous (статистика по товарам).

NameTypeReqDescription
campaignsarrayyes
date_fromstringyes
date_tostringyes

No output schema declared.

No examples provided.

ozon_analytics ~116

Analytics by SKU. Funnel metrics (session_view, hits_view, position_category) are deprecated by Ozon; trade metrics work: revenue, ordered_units, delivered_units, returns, cancellations. For search positions use ozon_product_queries (аналитика).

NameTypeReqDescription
date_fromstringyes
date_tostringyes
dimensionsarrayyessku, day, week, month
limitinteger
metricsarrayyesrevenue, ordered_units, delivered_units, returns, cancellations

No output schema declared.

No examples provided.

ozon_analytics_stocks ~51

Stock analytics for specific goods: availability, scarcity, liquidity, 1-100 SKU (аналитика остатков).

NameTypeReqDescription
skusarrayyesSKUs, 1-100

No output schema declared.

No examples provided.

ozon_brand_certificates ~20

Brand certificates (сертификаты бренда).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ozon_cancellation_approve ~39

Approve a cancellation claim (одобрить отмену).

NameTypeReqDescription
cancellation_idintegeryes
commentstring

No output schema declared.

No examples provided.

ozon_cancellation_list ~63

Buyer cancellation claims (v2). state: ALL | ON_APPROVAL | APPROVED | REJECTED (заявки на отмену).

NameTypeReqDescription
limitinteger
posting_numberstringfilter
statestring

No output schema declared.

No examples provided.

ozon_cancellation_reject ~39

Reject a cancellation claim (отклонить отмену).

NameTypeReqDescription
cancellation_idintegeryes
commentstring

No output schema declared.

No examples provided.

ozon_carriage_approve ~39

Approve a carriage, status new to formed (подтвердить отгрузку).

NameTypeReqDescription
carriage_idintegeryes

No output schema declared.

No examples provided.

ozon_carriage_create ~91

Create an FBS carriage — the replacement for the handover act (создать отгрузку). delivery_method_id is required here on purpose: Ozon accepts an empty body and would pick postings itself, creating a real carriage.

NameTypeReqDescription
containers_countinteger
delivery_method_idintegeryesfrom ozon_delivery_methods
departure_datestringRFC3339

No output schema declared.

No examples provided.

ozon_carriage_delivery_list ~54

Delivery methods and their carriages (методы доставки, отгрузки). Source of delivery_method_id for ozon_carriage_create.

NameTypeReqDescription
limitinteger
offsetinteger

No output schema declared.

No examples provided.

ozon_category_attribute_search ~44

Search attribute values (поиск значений).

NameTypeReqDescription
attribute_idintegeryes
description_category_idintegeryes
valuestringyes

No output schema declared.

No examples provided.

ozon_category_attribute_values ~46

Category attribute values (значения атрибута).

NameTypeReqDescription
attribute_idintegeryes
description_category_idintegeryes
limitinteger

No output schema declared.

No examples provided.

ozon_category_attributes ~36

Category attributes (атрибуты категории).

NameTypeReqDescription
description_category_idintegeryes
type_idinteger

No output schema declared.

No examples provided.

ozon_category_tree ~82

Ozon category tree (дерево категорий). Whole tree is 9 800 nodes: pass search to find a category, or depth to go deeper than top level.

NameTypeReqDescription
depthinteger1 = top level only, 3 = whole tree
searchstringcategory name substring, case-insensitive (название категории)

No output schema declared.

No examples provided.

ozon_certificate_info ~26

Certificate details (детали сертификата).

NameTypeReqDescription
certificate_idintegeryes

No output schema declared.

No examples provided.

ozon_certificate_list ~24

All certificates (сертификаты).

NameTypeReqDescription
statusstring

No output schema declared.

No examples provided.

ozon_chat_history ~34

Chat message history (история чата).

NameTypeReqDescription
chat_idstringyes
limitinteger

No output schema declared.

No examples provided.

ozon_chat_list ~42

Buyer chats (v3). unread_only=true for unread ones (чаты).

NameTypeReqDescription
page_sizeinteger
unread_onlyboolean

No output schema declared.

No examples provided.

ozon_chat_read ~32

Mark a chat as read (пометить прочитанным).

NameTypeReqDescription
chat_idstringyes

No output schema declared.

No examples provided.

ozon_chat_send ~36

Send a chat message (написать в чат).

NameTypeReqDescription
chat_idstringyes
textstringyes

No output schema declared.

No examples provided.

ozon_chat_send_file ~47

Send a file to a chat (отправить файл).

NameTypeReqDescription
chat_idstringyes
file_namestringyes
file_urlstringyes

No output schema declared.

No examples provided.

ozon_chat_start ~29

Start a chat about a posting (начать чат).

NameTypeReqDescription
posting_numberstringyes

No output schema declared.

No examples provided.

ozon_chat_updates ~26

Chat updates (обновления чатов).

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

ozon_company_info ~19

Seller company info (информация о компании).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ozon_company_tariffs ~18

Company tariffs (тарифы).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the io.github.DeviceIngineering/ozon-mcp-server server?

io.github.DeviceIngineering/ozon-mcp-server is listed in the public MCP registry as io.github.DeviceIngineering/ozon-mcp-server. Ozon Seller & Performance API, 156 tools; responses trimmed 476k to 64k tokens. This page covers its PyPI package (ozon-mcp-server).

Is the io.github.DeviceIngineering/ozon-mcp-server server safe to use?

io.github.DeviceIngineering/ozon-mcp-server scores 67 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 13 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 io.github.DeviceIngineering/ozon-mcp-server server expose?

io.github.DeviceIngineering/ozon-mcp-server exposes 156 tools: ozon_list_shops, ozon_actions_list, ozon_actions_candidates, ozon_actions_products, ozon_actions_activate, and 151 more. Their descriptions and schemas cost roughly 7,207 tokens of context every time the server is loaded.

Is the io.github.DeviceIngineering/ozon-mcp-server server still maintained?

io.github.DeviceIngineering/ozon-mcp-server is still listed as active in the MCP registry. We last reached this channel on 13 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.