MCP server exposing the full Ozon Seller and Performance APIs with 466 methods and 15 tools, including auto-pagination and analytics.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Ozon MCP.
ozon_call_methodExecute any Ozon API method with safety + subscription guards
ozon_fetch_allAuto-paginate — get every page, not just the first
ozon_describe_methodFull docs for a method: schema, examples, rate limit, quirks
ozon_search_methodsBM25 search across 466 methods (Russian or English, with stemming)
ozon_list_sectionsBrowse the API by section
ozon_get_sectionAll methods inside one section
MCP server for the Ozon Seller & Performance APIs. Connect any AI agent to your Ozon cabinet in minutes.
ozon-mcp is a knowledge-rich MCP server that turns the entire Ozon seller toolkit into 15 high-leverage tools. AI agents (Claude, Cursor, Cline, Continue, Goose, Zed, …) can search the API in Russian or English, drill into any of 466 methods with a fully-resolved JSON Schema, and execute calls with built-in safety guards. Subscription- aware, automatic pagination over all 4 cursor styles, retry/back-off on 429s, and 13 ready-to-use analytical workflows.
Key facts: 466 indexed methods (420 Seller + 46 Performance), 55 sections, 5 subscription tiers modelled, 38 paginated endpoints auto-walked, 43 destructive methods double-gated, 13 curated workflows for typical seller scenarios.
uv package manager — install with
curl -LsSf https://astral.sh/uv/install.sh | shYou should see the FastMCP usage line. The server speaks the MCP stdio protocol — point any compatible client at it (instructions below).
ozon-mcp uses the standard MCP stdio transport. Every example below exposes the same 15 tools — pick whichever client you already use.
Edit:
~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
Or add to ~/.claude/mcp.json with the same shape as the Claude
Desktop config above.
Settings → MCP → Add new MCP Server, or edit ~/.cursor/mcp.json:
Edit ~/.codeium/windsurf/mcp_config.json:
Cline → Settings → MCP Servers → Add:
Edit ~/.continue/config.json:
Any client that speaks MCP stdio will work. Generic config:
Browse the official MCP client list at https://modelcontextprotocol.io/clients.
All examples below show realistic responses copied from
tests/fixtures/responses/ — anonymized
identifiers (99000001, TEST-SKU-001) but real shape.
You: Use
ozon_fetch_allwithoperation_id="ProductAPI_GetProductList"to get all my products.
The agent calls:
Server walks the last_id cursor automatically and returns:
You: Run the
oos_risk_analysisworkflow for my cabinet.
Agent first inspects the workflow:
→ tells the agent to call AnalyticsAPI_StocksTurnover (rate-limited
to 1 req/min — the server's per-endpoint queue handles that for you)
and how to interpret turnover_grade. The call returns:
The workflow's interpret field tells the agent to flag SKUs where
idc < 14 or turnover_grade ∈ {DEFICIT, NO_SALES} and surface them
sorted by idc asc.
You: Check the health of my Ozon cabinet using the
cabinet_health_checkworkflow.
The workflow tells the agent to read three endpoints in parallel —
RatingAPI_RatingSummaryV1, SellerAPI_SellerInfo,
AverageDeliveryTimeSummary. The first call returns:
You: Which of my products have a red price index?
Agent runs the pricing_analysis workflow and inspects the
price_indexes.color_index field on every item:
The workflow's common_mistakes list reminds the agent to compare
against marketing_seller_price (the actual buyer-facing price), not
just the base price.
You: Find products with low content rating and tell me what to improve.
Agent runs content_audit, gets per-SKU ratings + the list of
attributes that would lift the score:
The workflow tells the agent that a +10 lift to rating measurably
improves search ranking — so filling in those two attributes is worth
~4 points.
| Tool | What it does |
|---|---|
ozon_call_method | Execute any Ozon API method with safety + subscription guards |
ozon_fetch_all | Auto-paginate — get every page, not just the first |
ozon_describe_method | Full docs for a method: schema, examples, rate limit, quirks |
ozon_search_methods | BM25 search across 466 methods (Russian or English, with stemming) |
ozon_list_sections | Browse the API by section |
ozon_get_section | All methods inside one section |
ozon_list_workflows | List ready-made analytical workflows (filterable by category) |
ozon_get_workflow | Full step-by-step plan for one workflow |
ozon_get_related_methods | Methods that work well together (auto-extracted graph) |
ozon_get_examples | Curated request/response examples for a method |
ozon_get_rate_limits | Per-method, per-section, or all |
ozon_get_subscription_status | Read your current cabinet's subscription tier |
ozon_list_methods_for_subscription | What you unlock on a given tier |
ozon_get_swagger_meta | Check that bundled API specs are still fresh |
ozon_get_error_catalog | Look up any Ozon error code |
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pcdck-ozon-mcp)<a href="https://allmcps.com/mcp/pcdck-ozon-mcp"><img src="https://allmcps.com/api/badge/pcdck-ozon-mcp?style=directory" alt="Ozon MCP on AllMCPs" /></a>