MCP server intelligence profile

Ozon MCP Server

MCP server for Ozon marketplace that enables AI assistants to search products, get detailed information, prices, and delivery info from Ozon.ru

Local Onlyeduard256
Awaiting current scanSource Git · 1f2f7e3dcd301a015e93301f0cfe66ffc0b4c647

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugozon-mcp-server-54c586d6DeploymentLocal Only
Canonical packageRepositoryeduard256/ozon-mcp-server
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_giteduard256/ozon-mcp-server1f2f7e3dcd301a015e93301f0cfe66ffc0b4c6471Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_giteduard256/ozon-mcp-server1f2f7e3dcd301a015e93301f0cfe66ffc0b4c647CurrentAug 25, 20263 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
ozon-mcp-serverServer-reported name
1Capability groups
Aug 25, 2026Observed

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 onlyIdempotentOpen world
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 onlyIdempotentOpen world
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 onlyIdempotentOpen world

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Ozon MCP Server questions

How do I install Ozon MCP Server?

No verified package installation command is available in the retained catalog evidence.

What tools does Ozon MCP Server provide?

Ozon MCP Server exposed 3 tools during independent protocol observation, including ozon_product_details, ozon_product_reviews, ozon_search.

Is Ozon MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.