← Back to Plugins
MCP Server MCP

io.github.DeviceIngineering/ozon-mcp-server

github By github 👁 1 views ▲ 0 votes

Ozon Seller & Performance API: 151 tools — prices, promos, ads, orders, finance. Multi-shop.

Homepage Verified source GitHub

Install

uvx ozon-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "ozon-mcp-server",
      "version": "2.1.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Ozon Seller API Client-Id from seller.ozon.ru (Settings - API keys)",
          "name": "OZON_CLIENT_ID"
        },
        {
          "description": "Ozon Seller API key",
          "isSecret": true,
          "name": "OZON_API_KEY"
        },
        {
          "description": "Ozon Performance API Client-Id, needed only for advertising tools",
          "name": "OZON_PERF_CLIENT_ID"
        },
        {
          "description": "Ozon Performance API client secret",
          "isSecret": true,
          "name": "OZON_PERF_CLIENT_SECRET"
        },
        {
          "description": "Directory for shops.json, stats.db and the encryption key. Defaults to /data; set it to a writable path for a local install, e.g. ~/.ozon-mcp",
          "name": "DATA_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...