mcp-ozon-seller
mcp-ozon-seller
MCP server for Ozon Seller API — Russia's largest marketplace.
Connect AI clients (Claude Desktop, Cursor, n8n) to your Ozon seller account: manage products, update prices and stocks, view orders, get analytics, monitor finances and returns.
First MCP server for Ozon Seller API.
26 tools · 7 groups · Two modes: local (stdio) + remote (HTTP)
Tools
A. Account
Tool | Description |
| Verify credentials, get account info |
B. Products
Tool | Description |
| List products with status filters |
| Product card: attributes, status, images |
| Create new products (up to 100 at once) |
| Update product attributes and description |
| Hide product from storefront |
| Restore product to active sale |
C. Prices & Stocks
Tool | Description |
| Current prices and price index |
| Update prices (up to 1000 products at once) |
| Stock levels across all warehouses |
| Update FBS warehouse stocks |
D. Orders
Tool | Description |
| List FBO orders |
| FBO order details |
| List FBS orders |
| FBS order details |
| FBS orders waiting to be shipped |
E. Analytics
Tool | Description |
| Sales, revenue, views, returns — any period |
| Ozon warehouse stocks with turnover data |
F. Finance
Tool | Description |
| Cash flow report for a period |
| Transactions: accruals, commissions, payouts |
| Transaction summary totals |
G. Returns & Rating
Tool | Description |
| FBO returns: items, reasons, amounts |
| FBS returns: items, reasons, amounts |
| Seller quality index |
| Seller rating history over time |
| Seller warehouses (IDs needed for stock updates) |
Quick Start
Mode 1: Local (stdio) — Claude Desktop / Cursor
Step 1: Get your API credentials Ozon Seller → Settings → API Integrations → Seller API → Create key (role: Admin)
Step 2: Add to your Claude Desktop config:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ozon-seller": {
"command": "npx",
"args": ["-y", "@woyax/mcp-ozon-seller"],
"env": {
"OZON_CLIENT_ID": "123456",
"OZON_API_KEY": "your-api-key-here"
}
}
}
}Step 3: Restart Claude Desktop. Ask: "Show my top 10 products by revenue for last week"
Mode 2: Remote (HTTP) — hosted on your VPS
Start the server:
MCP_PORT=3000 npx @woyax/mcp-ozon-seller --transport httpConnect from any MCP client:
http://your-server.com:3000/mcp?client_id=123456&api_key=your-api-keyMultiple users can connect simultaneously — credentials are passed per-request.
n8n Integration
Add a custom MCP node with URL:
http://your-server.com:3000/mcp?client_id=CLIENT_ID&api_key=API_KEYExample Prompts
Show my revenue and orders for the last 7 daysList all products that are out of stockUpdate the price for offer_id ABC-123 to 1990 rublesShow all FBS orders that are waiting to be shippedWhat's my current seller rating?Show finance report for last monthEnvironment Variables
Variable | Required | Description |
| Yes | Numeric seller ID from Ozon personal account |
| Yes | API key (UUID) from Ozon personal account |
| No |
|
| No | Port for HTTP mode (default: |
API Credentials
Go to Ozon Seller
Settings → API Integrations → Seller API
Create new key with role Admin (required for all 26 tools)
Save
Client-Id(numeric) andApi-Key(UUID)
Rate Limits
Ozon API enforces rate limits. This server automatically retries on 429 errors with exponential backoff (1s → 2s → 4s).
⚠️ get_warehouse_stocks has stricter limits — avoid calling it in tight loops.
Author & Support
Built by Oleg Alekseev — ERP/AI integration architect.
💬 MAX: max.ru/id503610654564_biz
Need help integrating AI agents with your ERP, CRM, or Ozon? Custom MCP servers, n8n workflows, AI automation — contact me.
Woyax AI Stack — Corporate AI Suite for Russian Business
This package is part of Woyax AI Stack: a collection of MCP servers and AI agents for business process automation in the Russian corporate environment.
Component | What it does | Links |
AI integration with MAX messenger: notifications, approvals, bots | ||
True API access for product labelling: marking codes, documents, balances | ||
Ozon store management: products, prices, orders, finance, analytics | ||
Telegram bot that conducts structured interviews with employees and builds a company AI automation map |
License
MIT + Commons Clause © Oleg Alekseev
Free to use for personal and corporate purposes. Selling as a hosted service requires author's permission. See LICENSE for details.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/woyaxnini/mcp-ozon-seller'
If you have feedback or need assistance with the MCP directory API, please join our Discord server