mpstats

A guide to the MPSTATS analytics API, a service for marketplace data from Wildberries, Ozon, and Yandex Market. It covers product, seller, brand, category, stock, sales, SKU, and review information.

In plain words
What is it for?
Use it for product and niche research, competitor and seller analysis, brand monitoring, SKU analysis, and marketplace sales or stock reporting.
Why use it?
It provides ready-made commands and API references for marketplace research without requiring you to write the HTTP requests yourself.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/mpstats-io/claude-code-skills/mpstats
Any agent
npx skills add mpstats-io/claude-code-skills --skill mpstats
Clone the repo
git clone --depth 1 https://github.com/mpstats-io/claude-code-skills

Made for: Claude Code, Codex.

Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,217 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00056 $0.02217
Opus 5 $0.00028 $0.01108
Sonnet 5 $0.00011 $0.00443
Haiku 4.5 $0.00006 $0.00222

Measured 2d ago against content hash e62cd9d42db4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

mpstats scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 27 executable files (scripts/account/account-limits.sh, scripts/common.sh, scripts/ozon/ozon-brand.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Unrestricted tool accessmediumExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

Ready-to-use shell scripts in `scripts/`. Call via the Bash tool, do not rewrite HTTP. Full catalog with per-script use-cases and routing guidance: `scripts/README.md`. Run any script with `--help` for parameters.
mpstats/SKILL.md · 99 lines

How it starts

The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MPSTATS API

MPSTATS is a Russian marketplace analytics platform with data on Wildberries, Ozon, and Yandex Market: product research, category analysis, seller/brand monitoring, SKU-level sales, stock, and review data.

Work through the ready-made shell scripts in scripts/ — call them via the Bash tool instead of writing HTTP code. Reference files in references/ are API contracts only.

Token setup

Scripts auto-load the token from config/.env via scripts/common.sh. A per-command MPSTATS_TOKEN env var overrides the file.

Setup and where to get the token: config/README.md.

If the token is missing, offer the user exactly 2 options before continuing:

  1. User sends the token in chat → agent creates config/.env itself.
  2. User runs locally: cp config/.env.example config/.env and pastes the token into config/.env.

Token page: https://mpstats.io/userpanel (API token block). Requires an active MPSTATS subscription.

References

API contracts (endpoints, params, response semantics) — read on demand:

  • references/auth.md — base URL, auth headers, response codes, rate limits
  • references/pagination-filter-sort.md — common request/response model for all POST endpoints
  • references/wb-categories.md, references/wb-brands-sellers.md, references/wb-similar-sku.md — Wildberries
  • references/ozon-categories.md, references/ozon-brands-sellers-sku.md — Ozon
  • references/ym-categories.md — Yandex Market
  • references/account.md — API limits
  • references/coverage.md — what is wrapped by scripts vs. still uncovered
  • references/presentation.md — how to format analytical answers and brand-styled HTML/PDF reports

Result formatting

Lead with a concise conclusion, then evidence. Use compact tables for multi-entity results, charts for trends/segmentation/comparisons. Don't dump raw JSON unless asked — interpret what the numbers mean for the decision. For HTML/PDF reports follow the MPSTATS brand style in references/presentation.md.

Sanity check — flag anomalies, never report blindly

Read the full file on GitHub · 99 lines

Files

What ships with it

42 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 99 lines · 56 tokens per session scan B e62cd9d42db4

Subscribe to this mod's changes

mpstats is a skill published in the GitHub repository mpstats-io/claude-code-skills (10 stars, last pushed 3mo ago), licensed MIT. It adds 56 tokens to every session and 2,217 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

obra/superpowers · 37 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

agent-host-chat-contributions

Build and review cross-cutting agent-host chat behavior through lifecycle contributions. Use when adding turn lifecycle side effects, prompt or context injection, restored-history transformation, protocol-action observation, or when reviewing changes that add code to AgentSideEffects or AgentService.

microsoft/vscode · 56 tokens

auto-perf-optimize

Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.

microsoft/vscode · 62 tokens