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
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 slug | ozon-mcp-server-54c586d6 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | eduard256/ozon-mcp-server |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | eduard256/ozon-mcp-server | 1f2f7e3dcd301a015e93301f0cfe66ffc0b4c647 | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_giteduard256/ozon-mcp-server | 1f2f7e3dcd301a015e93301f0cfe66ffc0b4c647Current | Aug 25, 2026 | 3 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
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
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
Tools 3
| Tool | Category | Annotations | Risk |
|---|---|---|---|
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
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| 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.