← Ozon MCP Server

Ozon MCP Server 1f2f7e3dcd301a015e93301f0cfe66ffc0b4c647

source_git · eduard256/ozon-mcp-server · current release

3
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-25T08:44:44.943Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {
    "listChanged": true
  }
}

Tools 3

ToolCategoryAnnotationsRisk
ozon_product_detailsGet full details for one Ozon product: name, price (card/regular/old), availability, product rating, seller (name + rating), images, key characteristics, and the product description (text and/or banner image URLs). Accepts an SKU, a full product URL, or a slug.
Input schema
{
  "type": "object",
  "properties": {
    "product": {
      "type": "string",
      "minLength": 1,
      "description": "Product SKU (e.g. \"1185261285\"), full ozon.ru product URL, or product slug"
    }
  },
  "required": [
    "product"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
Annotations
{
  "readOnlyHint": true,
  "openWorldHint": true,
  "idempotentHint": true
}
Read only · —
ozon_product_reviewsRead real customer reviews for an Ozon product: author, score (1–5), comment, pros, cons, date, usefulness, whether the item was purchased, and whether photos are attached. Accepts an SKU, a full product URL, or a slug.
Input schema
{
  "type": "object",
  "properties": {
    "product": {
      "type": "string",
      "minLength": 1,
      "description": "Product SKU (e.g. \"1185261285\"), full ozon.ru product URL, or product slug"
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 30,
      "default": 10,
      "description": "Max number of reviews (1–30, default 10)"
    }
  },
  "required": [
    "product"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
Annotations
{
  "readOnlyHint": true,
  "openWorldHint": true,
  "idempotentHint": true
}
Read only · —
ozon_searchSearch products on the Ozon marketplace (ozon.ru). Returns a list of products with name, price (RUB, numeric), old price, discount, rating, review count, brand, image and a clean product URL. Use this to find products and compare prices, then hand the URLs to the user.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "minLength": 1,
      "description": "Search query, e.g. \"iphone 15\", \"плед 150х200\", \"носки мужские\""
    },
    "sort": {
      "type": "string",
      "enum": [
        "popular",
        "price",
        "price_desc",
        "rating",
        "new",
        "discount"
      ],
      "default": "popular",
      "description": "Sort order: popular (default), price (cheap→expensive), price_desc, rating, new, discount"
    },
    "priceMin": {
      "type": "integer",
      "minimum": 0,
      "description": "Minimum price in RUB"
    },
    "priceMax": {
      "type": "integer",
      "minimum": 0,
      "description": "Maximum price in RUB"
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 36,
      "default": 12,
      "description": "Max number of results (1–36, default 12)"
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
Annotations
{
  "readOnlyHint": true,
  "openWorldHint": true,
  "idempotentHint": true
}
Read only · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.