MPSTATS skills
Claude Code Skills — MPSTATS
Official MPSTATS skills: Wildberries, Ozon and Yandex Market analytics plus product card visuals via the API
Install
npx skills add https://github.com/mpstats-io/claude-code-skills -y -gInstalls both skills globally.
This is third-party code. Review the repository files before installing.
What it does
The mpstats skill wraps 122 MPSTATS API endpoints into ready bash scripts: category, niche, brand and seller analysis, SKU sales and stock history, search positions, reviews and seasonality. The agent calls the scripts itself and presents findings, including MPSTATS-styled reports. The photo-editor skill uses the Photo Editor API for product photo sets, infographics, background replacement and removal, upscaling and recoloring.
Who it is for. For marketplace sellers and analysts with an MPSTATS subscription who want niche research and card visuals without writing code.
Good fit when
- You need to evaluate a niche or category on Wildberries or Ozon
- You need to compare competitor sales and find similar products
- You need infographics or a photo set for a product card
Not a fit when
- You have no active MPSTATS subscription and API token
- You need to manage your own store via the marketplace Seller API rather than analytics
Example request
Analyze the kids backpacks niche on Wildberries for the last three months: revenue, top sellers, price segmentsLimitations
Requires an MPSTATS API token and an active subscription. MPSTATS data can contain outliers and seller errors, so the skill tells the agent to flag anomalies. Photo Editor uses an internal MPSTATS API.
How to disable. Remove the mpstats and photo-editor folders from your agent's skills directory or uninstall them via npx skills.
Security check
- Requires an MPSTATS API token
- Runs bash scripts that make network calls
README in short
The repository has two skills on top of the MPSTATS API: mpstats for analytics and photo-editor for card visuals. Install with one npx skills command. Both follow the same layout: SKILL.md as the index, bash scripts in scripts, API contracts in references and the token in config. Two-step Photo Editor pipelines are wrapped in an auto command.
SKILL.md
--- name: mpstats description: "MPSTATS marketplace analytics API. Use when working with MPSTATS API, Wildberries analytics, Ozon analytics, Yandex Market analytics, marketplace data, product research, sales analytics, competitor analysis, niche research, SKU analysis, seller analytics, brand analytics." license: MIT metadata: version: "2.0.0" --- # 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.
FAQ
Where do I get the token?
In the mpstats.io/userpanel account, API token block. An active subscription is required.
Which marketplaces are covered?
Wildberries, Ozon and Yandex Market.
Related
166 skills for scientific work: bioinformatics, cheminformatics, clinical data, geospatial analysis and 100+ databases
Postgres Professional utility for PostgreSQL backup and recovery with incremental backups and PITR
MCP SQLite Server (npx)
MCP SQLite Server
Node.js MCP server for SQLite databases that runs via npx, no Python or uvx needed
MCP server for the Yandex DataLens public API: 70 tools for dashboards, charts, datasets and connections