Wildberries MCP: Documentation
Updated:
Connection
npx -y @theyahia/wildberries-mcp (stdio) or with the --http flag (Streamable HTTP, port from PORT). Auth: WB_API_TOKEN — a seller JWT from seller.wildberries.ru → Settings → API Access (valid 180 days, made up of 9 category scopes; a missing scope only 401s from its own host).
Capabilities
30 tools across WB's API hosts: products and content (list_products, get_product, update_prices), stock and orders (update_stocks, get_stocks, get_orders, get_new_orders, get_warehouses, get_supply/create_supply/add_orders_to_supply/deliver_supply/get_supply_barcode), statistics (get_sales, get_incomes, get_fbw_stocks, get_statistics, get_abc_analysis), analytics (get_funnel, get_paid_storage), tariffs (get_commission, get_tariffs), feedback and questions (get_feedbacks/reply_feedback, get_questions/reply_question), returns and ads (get_returns, get_balance, list_campaigns, get_campaign_stats).
Agent flow
"Run a 30-day ABC analysis on sales", "assemble an FBS supply and close it for delivery", "show unanswered questions and draft a reply to the first one".
Limits
WB rate-limits requests per API category and penalizes bursts with 409s — the server waits out the indicated time from the X-Ratelimit-* headers, but frequent operations still queue up.
Note
A community project (by theYahia, "Russian API MCP" series), not an official Wildberries product.