Ozon Seller MCP Server✓
io.github.woyaxnini/ozon-seller · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.woyaxnini/ozon-seller",
"description": "MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.",
"title": "Ozon Seller MCP Server",
"repository": {
"url": "https://github.com/woyaxnini/mcp-ozon-seller",
"source": "github"
},
"version": "1.0.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}