Skip to main content
Glama
theYahia

@theyahia/wildberries-mcp

by theYahia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WB_API_TOKENYesYour Wildberries API token (JWT, 180-day validity). Get it at https://seller.wildberries.ru/supplier-settings/access-to-api

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_productsA

List seller products (cards) with pagination and optional text search

get_productB

Get detailed info for specific product cards by nm IDs

update_pricesB

Update product prices (creates an async upload task)

update_stocksB

Update FBS product stocks at a specific warehouse

get_stocksB

Get current FBS stock levels for a specific warehouse

get_ordersC

Get FBS orders list with filters

get_new_ordersA

Get new (unprocessed) FBS orders

get_salesC

Get sales report

get_incomesC

Get FBW supply incomes (deliveries to WB warehouses) since a date

get_fbw_stocksA

Get FBW stock levels (goods stored at WB warehouses) since a date

get_warehousesA

Get list of WB warehouses (offices)

get_supplyC

Get FBS supplies (deliveries) list with pagination

create_supplyC

Create a new FBS supply (delivery)

add_orders_to_supplyC

Attach one or more assembly orders to an FBS supply

deliver_supplyA

Close an FBS supply and send it to delivery (orders move to 'in delivery')

get_supply_barcodeA

Get the QR barcode for an FBS supply (available after deliver_supply)

get_statisticsC

Get detailed realization (sales) report by period

get_abc_analysisB

Compute ABC analysis of products by sales revenue (Pareto). A = products making up the top 80% of revenue, B = next 15%, C = bottom 5%. Identifies best-sellers and slow movers.

get_funnelB

Get the product sales funnel (views, add-to-cart, orders, buyouts) by period

get_paid_storageB

Get the paid storage cost report for a period (async report: created, polled, then downloaded)

get_commissionB

Get WB commission rates per category (subject)

get_tariffsB

Get WB box (logistics & storage) tariffs for a date

get_feedbacksB

Get product feedbacks (reviews)

reply_feedbackB

Post a reply to a customer review on Wildberries

get_questionsB

Get customer questions about products

reply_questionB

Post an answer to a customer question on Wildberries

get_returnsB

Get buyer return claims (requests to return goods)

get_balanceA

Get advertising account balance (balance, net account, bonuses)

list_campaignsA

List advertising campaigns grouped by type and status (counts + IDs)

get_campaign_statsC

Get full advertising statistics for one or more campaigns over a date range

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 30 tools

Disambiguation4/5

Most tools are clearly distinct (e.g., get_orders vs get_new_orders), but some overlap exists between reporting tools like get_sales, get_statistics, and get_funnel; however, descriptions clarify differences.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., list_campaigns, get_product, update_prices), with no mixed conventions or vague verbs.

Tool Count4/5

30 tools is on the high side but appropriate given the breadth of Wildberries operations (advertising, products, orders, supplies, feedback, analytics). Each tool serves a specific need, though some consolidation could reduce count.

Completeness3/5

Covers most key areas but notable gaps exist: no create/update product card, no campaign management beyond stats/list. Core order and supply workflows are complete, but product lifecycle and advertising tools are missing update/delete operations.

Maintenance

ActivityMaintained
ResponsivenessNo issues