Ozon Marketplace

Ozon Brand Products MCP Tool

MPSTATS Ozon Russia brand drill-down product list. Returns all products under an Ozon brand display name (Russian/Latin) with complete metrics: sales, revenue, price, rating, stock, turnover, lost revenue, supporting multi-dimensional numeric filters, sorting, and currency conversion. Use for brand benchmarking, competitor analysis, brand product structure research, SKU-level bestseller analysis.

MCP tool name
nexscope_ozon_brand_products
Equivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-brand-products/run
JSON-RPC method
tools/call

Authentication

Send the user API key as a bearer token on every MCP JSON-RPC request.

Authorization: Bearer nk_xxxxxxxxxxxxxxxxx

If authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.

Call this MCP tool

Use tools/call with the MCP tool name below. The arguments object should match the table on this page.

{
  "jsonrpc": "2.0",
  "id": "ozon-brand-products-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_ozon_brand_products",
    "arguments": {
      "page": 1,
      "endDate": "2026-01-31",
      "pageSize": 10,
      "includeFbs": false,
      "startDate": "2026-01-01",
      "currencyRate": 1,
      "brandName": "COMMO"
    }
  }
}
REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-brand-products/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/ozon-brand-products

Arguments

NameTypeRequiredMeaning
brandNamestringrequired
Ozon brand display name (Russian or Latin)
Example: COMMO
startDatestringoptional
Statistics start date, YYYY-MM-DD; latest is yesterday
Example: 2026-01-01
endDatestringoptional
Statistics end date, YYYY-MM-DD; latest is yesterday
Example: 2026-01-01
pageintegeroptional
Page number, starting from 1
Example: 1
pageSizeintegeroptional
Rows per page, 1-100, default 100
Example: 10
sortFieldstringoptional
Sort column name (snake_case), e.g., sales, revenue, final_price, balance, rating
Example: {}
sortDirectionstringoptional
asc ascending / desc descending
Example: {}
currencystringoptional
Currency code for result amounts, default RUB, e.g., USD / EUR / CNY
Example: {}
currencyRateintegeroptional
Custom exchange rate (for non-default currency)
Example: 1
includeFbsbooleanoptional
Whether to include FBS data
Example: false
filtersarrayoptional
List of numeric filter conditions, each {field, op, value, value2?}, multiple conditions AND
Example: []

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
codestringoptional
Return code, "200" success
Example: {}
msgstringoptional
Message; ok for success
Example: {}
totalintegeroptional
Total number of matched products under the brand
Example: 1
productsarrayoptional
Product list (see details below)
Example: []
columnsarrayoptional
Rendered column definitions
Example: []
costTimeintegeroptional
API latency (milliseconds)
Example: 1
costTokenintegeroptional
Tokens consumed
Example: 1
typestringoptional
Response type
Example: {}
products[].productIdintegeroptional
SKU ID
Example: 1
products[].titlestringoptional
Product name (Russian)
Example: {}
products[].brandstringoptional
Brand
Example: {}
products[].brandIdintegeroptional
Brand ID
Example: 1
products[].sellerNamestringoptional
Seller name
Example: {}
products[].sellerIdintegeroptional
Seller ID
Example: 1
products[].categorystringoptional
Category path (Russian, / separated)
Example: {}
products[].nicheNamestringoptional
Niche path (Russian)
Example: {}
products[].nicheIdintegeroptional
Niche ID
Example: 1
products[].countrystringoptional
Country of sale, always RU for Ozon
Example: {}
products[].firstDatestringoptional
Listing date (yyyy-MM-dd)
Example: 2026-01-01
products[].imageUrlstringoptional
Main image URL
Example: https://example.com/image.jpg
products[].productPageUrlstringoptional
Product page URL
Example: https://example.com/image.jpg
products[].sourceTool/sourceTypestringoptional
Source tool / data source identifier
Example: {}
products[].pricenumberoptional
Current selling price
Example: 1
products[].oldPricenumberoptional
Original price before discount
Example: 1
products[].ozonCardPricenumberoptional
Ozon Card price
Example: 1
products[].minPrice/maxPrice/averagePricenumberoptional
Minimum / maximum / average price during the statistics period
Example: 1
products[].currencystringoptional
Currency symbol (₽ / $ / €)
Example: {}
products[].ratingnumberoptional
Rating, 0-5
Example: 1
products[].reviewCountintegeroptional
Number of reviews
Example: 1
products[].balanceintegeroptional
Current stock (units)
Example: 1
products[].balanceFbsintegeroptional
FBS stock (seller self-ship units)
Example: 1
products[].frozenStocksintegeroptional
Slow-moving stock
Example: 1
products[].warehousesCountintegeroptional
Number of FBO warehouses
Example: 1
products[].isFbsbooleanoptional
Whether shipped via FBS
Example: false
products[].salesPerDaynumberoptional
Average daily sales (units/day)
Example: 1
products[].monthlySalesUnitsintegeroptional
Sales volume during the statistics period (units)
Example: 1
products[].monthlySalesRevenuenumberoptional
Sales revenue during the statistics period
Example: 1
products[].lostProfitnumberoptional
Lost revenue (due to stockouts, etc.)
Example: 1
products[].daysInSiteintegeroptional
Days on sale (statistics period, including out-of-stock days)
Example: 1
products[].daysInStockintegeroptional
Days in stock
Example: 1
products[].turnoverDaysnumberoptional
Turnover days (lower is faster)
Example: 1
products[].positionintegeroptional
Ranking within the current query dimension (brand for this endpoint)
Example: 1
products[].categoryPositionintegeroptional
Ranking within the category
Example: 1
products[].revenueSharePercentnumberoptional
Revenue share of this SKU within the current query dimension, 0-100
Example: 1
errcodeintegeroptional
Upstream status code returned by the provider.
Example: {}
errmsgstringoptional
Upstream status message returned by the provider.
Example: {}
messagestringoptional
Provider-specific message.
Example: {}
titlestringoptional
Provider-specific response title.
Example: {}
sourceTypestringoptional
Provider-specific source platform type.
Example: {}
sourceToolstringoptional
Provider-specific source tool name.
Example: {}
pageintegeroptional
Current page returned by the upstream provider.
Example: {}
pageSizeintegeroptional
Page size returned by the upstream provider.
Example: {}
pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
Example: {}
totalPageintegeroptional
Total page count returned by the upstream provider.
Example: {}
dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.
Example: {}

Examples

Example arguments

{
  "page": 1,
  "endDate": "2026-01-31",
  "pageSize": 10,
  "includeFbs": false,
  "startDate": "2026-01-01",
  "currencyRate": 1,
  "brandName": "COMMO"
}

Example structuredContent

{
  "total": 1,
  "products": [
    {
      "productId": 1,
      "brandId": 1,
      "sellerId": 1,
      "nicheId": 1,
      "firstDate": "2026-01-01",
      "imageUrl": "https://example.com/image.jpg",
      "productPageUrl": "https://example.com/image.jpg",
      "price": 1,
      "oldPrice": 1,
      "ozonCardPrice": 1,
      "minPrice/maxPrice/averagePrice": 1,
      "rating": 1,
      "reviewCount": 1,
      "balance": 1,
      "balanceFbs": 1,
      "frozenStocks": 1,
      "warehousesCount": 1,
      "isFbs": false,
      "salesPerDay": 1,
      "monthlySalesUnits": 1,
      "monthlySalesRevenue": 1,
      "lostProfit": 1,
      "daysInSite": 1,
      "daysInStock": 1,
      "turnoverDays": 1,
      "position": 1,
      "categoryPosition": 1,
      "revenueSharePercent": 1
    }
  ],
  "columns": [],
  "costTime": 1,
  "costToken": 1
}