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:
- User sends the token in chat → agent creates
config/.envitself. - User runs locally:
cp config/.env.example config/.envand pastes the token intoconfig/.env.
Token page: https://mpstats.io/userpanel (API token block). Requires an active MPSTATS subscription.