← Back to Plugins
MCP Server MCP

io.github.dontsovcmc/ozon-seller

github By github 👁 1 views ▲ 0 votes

MCP server for Ozon Seller API — products, FBS/FBO, finance, analytics, returns

Homepage Verified source GitHub

Install

uvx mcp-server-ozon-seller

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-server-ozon-seller",
      "version": "0.3.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "isRequired": true,
          "isSecret": true,
          "name": "OZON_CLIENT_ID"
        },
        {
          "isRequired": true,
          "isSecret": true,
          "name": "OZON_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...