mpstats

Installation
SKILL.md

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.

Installs
635
GitHub Stars
10
First Seen
Apr 3, 2026
mpstats — mpstats-io/claude-code-skills