Ozon Seller MCP Server

Ozon Seller MCP Server is an MCP server in the documentation category that exposes 26 tools to an agent, covering product, read & search, fbs. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-17 · ★ 6 · #128 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Ozon Seller MCP Server

before you install - you'll need

Set OZON_CLIENT_ID, OZON_API_KEY before connecting. MCP_PORT is optional or environment-specific per the README.

Claude Code

claude mcp add woyaxnini-mcp-ozon-seller -- npx -y @woyax/mcp-ozon-seller

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "woyaxnini-mcp-ozon-seller": {
      "command": "npx",
      "args": [
        "-y",
        "@woyax/mcp-ozon-seller"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @woyax/mcp-ozon-seller - the @woyax scope differs from the repo owner (woyaxnini); confirm it's the project's official package

registry namespace io.github.woyaxnini is GitHub-verified and matches the repo owner

03 · What Ozon Seller MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can verify credentials, get account info, list products with status filters, create new products (up to 100 at once), and update product attributes and description.

Capability map

Tools grouped from the project's README - what Ozon Seller MCP Server lets an agent do.

Product

5 tools - e.g. Product card: attributes, status, images; Create new products (up to 100 at once); Update product attributes and description

get_product · create_product · update_product · archive_product · unarchive_product

read & search

4 tools - e.g. List products with status filters; Sales, revenue, views, returns - any period; Cash flow report for a period

list_products · get_analytics · get_finance_report · list_warehouses

Fbs

4 tools - e.g. List FBS orders; FBS order details; FBS orders waiting to be shipped

list_fbs_orders · get_fbs_order · get_fbs_awaiting · list_fbs_returns

Seller

3 tools - e.g. Verify credentials, get account info; Seller quality index; Seller rating history over time

get_seller_info · get_seller_rating · get_seller_rating_history

Stocks

3 tools - e.g. Stock levels across all warehouses; Update FBS warehouse stocks; Ozon warehouse stocks with turnover data

get_stocks · update_stocks · get_warehouse_stocks

Fbo

3 tools - e.g. List FBO orders; FBO order details; FBO returns: items, reasons, amounts

list_fbo_orders · get_fbo_order · list_fbo_returns

Prices

2 tools - e.g. Current prices and price index; Update prices (up to 1000 products at once)

get_prices · update_prices

Transactions

2 tools - e.g. Transactions: accruals, commissions, payouts; Transaction summary totals

list_transactions · get_transactions_totals

04 · Who maintains Ozon Seller MCP Server

Ozon Seller MCP Server is maintained by woyaxnini. We track 3 MCP servers from woyaxnini - 3 actively maintained, 14 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from woyaxnini.

  1. max-messenger MCP server for MAX Messenger by VK. 21 tools: messages, media, buttons, members, events. ★ 6
  2. Chestnyi Znak MCP Server MCP server for Chestnyi Znak - Russian product marking system. 10 tools: codes, documents, stocks. ★ 2

05 · Facts

category
documentation - ranked #128 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
io.github.woyaxnini/ozon-seller (active, first published 2026-04-17)
packages
npm:@woyax/mcp-ozon-seller

06 · Ozon Seller MCP Server FAQ

Is Ozon Seller MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-17. We re-verify nightly.

What can Ozon Seller MCP Server do?

With this server connected, an agent can verify credentials, get account info, list products with status filters, create new products (up to 100 at once), and update product attributes and description.

How do I install Ozon Seller MCP Server?

Run `npx -y @woyax/mcp-ozon-seller`. The README documents 3 environment variables (OZON_CLIENT_ID, OZON_API_KEY, MCP_PORT) to set first. Set OZON_CLIENT_ID, OZON_API_KEY before connecting. MCP_PORT is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Ozon Seller MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Ozon Seller MCP Server