← Back to Plugins
MCP Server MCP

Ozon Seller MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...