Back to Browse

Ozon Seller MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

This is a well-structured MCP server for the Ozon Seller API with proper authentication via environment variables and no embedded credentials or malicious patterns. Permissions align well with the stated purpose (API access, file I/O for labels/documents, environment variable reading). Minor code quality observations exist around broad exception handling and input validation, but these are typical for developer tools and do not present security risks. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

OZON_CLIENT_IDRequired
OZON_API_KEYRequired

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-dontsovcmc-ozon-seller": {
      "env": {
        "OZON_API_KEY": "your-ozon-api-key-here",
        "OZON_CLIENT_ID": "your-ozon-client-id-here"
      },
      "args": [
        "mcp-server-ozon-seller"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!