MCP Server
MCP
Ozon Seller MCP Server
MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.
Install
npx -y @woyax/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@woyax/mcp-ozon-seller",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ozon seller numeric ID. Find it in your Ozon Seller cabinet: Settings → API integrations → Seller API.",
"isRequired": true,
"format": "string",
"name": "OZON_CLIENT_ID"
},
{
"description": "Ozon Seller API key (UUID). Generate it in your Ozon Seller cabinet: Settings → API integrations → Seller API. Recommended role: Admin.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OZON_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment