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 AUG 22

Ozon Seller & Performance API: 151 tools — prices, promos, ads, orders, finance. Multi-shop.

Available components

48 Trust /100
Trust breakdown (6 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 →

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 hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 38 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability62
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 9532 tokens (~63/item across 151 items; 151 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage84
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 52% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

pypi · ozon-mcp-server

# add to Claude Code
claude mcp add deviceingineering-ozon-mcp-server -- uvx 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"]
// 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.

  • 22 Aug 26 +1
    • Malware scan: unverified → pass security
    • Stability: unverified → 0.03 functional
    • Package version: 2.0.2 → 2.1.1 functional
  • 21 Aug 26 47

    First indexed and scored.

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 22 Aug 2026 · Analysed pypi/ozon-mcp-server@2.1.1

Provenance No attestation

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

Result No attestation
Ecosystem pypi
Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build
Dependencies 38 packages
Packages resolved 38
Stale 1
Tree resolution Complete
MCP tools · 151 exposed · ~9,532 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.

Tool Tokens
ozon_warehouse_list ~37

Список складов FBS продавца.

NameTypeReqDescription
shop_idstringyesID магазина (из ozon_list_shops)

No output schema declared.

No examples provided.