io.github.DeviceIngineering/wb-mcp-server
PYPI · WB-MCP-SERVER · SCANNED AUG 22
Wildberries Seller API: 202 tools — products, prices, orders, ads, supplies, finance.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security50
- Malware scan not yet available for this package.Unverified
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 1 of 38 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability65
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 14601 tokens (~72/item across 202 items; 202 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
- Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage86
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 58% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
pypi · wb-mcp-server
claude mcp add deviceingineering-wb-mcp-server -- uvx wb-mcp-server
codex mcp add deviceingineering-wb-mcp-server -- uvx wb-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"deviceingineering-wb-mcp-server": {
"type": "local",
"command": [
"uvx",
"wb-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add deviceingineering-wb-mcp-server --command uvx --arg wb-mcp-server
mcp_servers:
deviceingineering-wb-mcp-server:
command: "uvx"
args: ["wb-mcp-server"] {
"mcpServers": {
"deviceingineering-wb-mcp-server": {
"command": "uvx",
"args": [
"wb-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 22 Aug 26 0
- Stability: unverified → 0.03 ▲ functional
- Package version: 2.2.1 → 2.2.2 functional
- 21 Aug 26 48
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Aug 2026 · Analysed pypi/wb-mcp-server@2.2.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Dependencies 38 packages
| Packages resolved | 38 |
|---|---|
| Stale | 1 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
wb_cards_limits ~41
[P2] Лимиты на создание/редактирование карточек.
| Name | Type | Req | Description |
|---|---|---|---|
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_cards_list ~78
[P1] Список карточек товаров (курсорная пагинация).
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | object | – | Курсор пагинации (опц.) |
| filter | object | – | Фильтр (опц.) |
| limit | integer | – | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_cards_move_nm ~102
[P2] Объединить/разъединить карточки (≤30 nmID). target_imt задан = объединить в этот imtID; не задан = разъединить.
| Name | Type | Req | Description |
|---|---|---|---|
| nm_ids | array | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
| target_imt | integer | – | imtID для объединения (опц.; без него — разъединение) |
No output schema declared.
No examples provided.
wb_cards_move_to_trash ~68
[P1] Переместить карточки в корзину (удаление). Принимает список nmID.
| Name | Type | Req | Description |
|---|---|---|---|
| nm_ids | array | yes | Список nmID товаров для удаления |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_cards_recover_from_trash ~65
[P1] Восстановить карточки из корзины. Принимает список nmID.
| Name | Type | Req | Description |
|---|---|---|---|
| nm_ids | array | yes | Список nmID товаров для восстановления |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_cards_trash ~45
[P2] Список карточек в корзине.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_cards_update ~69
[P1] Обновить карточки (описание, SEO, характеристики). Используй для SEO-оптимизации против конкурентов.
| Name | Type | Req | Description |
|---|---|---|---|
| cards | array | yes | Массив обновлённых карточек |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_categories_parent ~54
[P2] Все родительские категории товаров.
| Name | Type | Req | Description |
|---|---|---|---|
| locale | string | – | ru | en | zh (по умолч. ru) |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_cc_order_action ~67
[P0] Сменить статус задания самовывоза: action = confirm|prepare|receive|reject|cancel.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| order_id | integer | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_cc_order_identity ~59
[P0] Проверить код покупателя при выдаче самовывоза.
| Name | Type | Req | Description |
|---|---|---|---|
| order_code | string | yes | – |
| passcode | string | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_cc_order_meta_delete ~61
[P2] Удалить метаданные задания самовывоза по ключу.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | – |
| order_id | integer | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_cc_order_meta_get ~48
[P2] Метаданные задания самовывоза.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | integer | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_cc_order_meta_set ~89
[P1] Маркировка задания самовывоза: sgtin|uin|imei|gtin (статус confirm).
| Name | Type | Req | Description |
|---|---|---|---|
| meta_type | string | yes | – |
| order_id | integer | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
| value | – | yes | sgtin — массив; остальное — строка |
No output schema declared.
No examples provided.
wb_cc_orders ~83
[P1] Завершённые задания самовывоза (Unix-таймстампы, ≤30 дней).
| Name | Type | Req | Description |
|---|---|---|---|
| date_from | integer | yes | Unix ts |
| date_to | integer | yes | – |
| limit | integer | – | – |
| next | integer | – | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_cc_orders_client ~50
[P1] Данные покупателя (статусы confirm/prepare).
| Name | Type | Req | Description |
|---|---|---|---|
| order_ids | array | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_cc_orders_new ~38
[P1] Новые задания самовывоза.
| Name | Type | Req | Description |
|---|---|---|---|
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_cc_orders_status ~48
[P1] Статусы заданий самовывоза.
| Name | Type | Req | Description |
|---|---|---|---|
| order_ids | array | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_chat_download ~53
[P2] Скачать файл из чата покупателя. file_id — из события чата.
| Name | Type | Req | Description |
|---|---|---|---|
| file_id | string | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_chat_events ~76
[P1] События чатов (новые сообщения). Курсорная пагинация: первый вызов без next, далее next из ответа.
| Name | Type | Req | Description |
|---|---|---|---|
| next_cursor | integer | – | Курсор из предыдущего ответа (опц.) |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_chat_send ~69
[P1] Отправить сообщение покупателю в чат (≤1000 символов). reply_sign — из wb_buyer_chats.
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | – |
| reply_sign | string | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_dbs_groups_info ~52
[P2] Стоимость платной доставки по groupId (≤1000).
| Name | Type | Req | Description |
|---|---|---|---|
| group_ids | array | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_dbs_order_action ~90
[P0] Сменить статус DBS-заказа: action = confirm|deliver|receive|reject|cancel. receive/reject требуют code покупателя.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| code | string | – | Код подтверждения (для receive/reject) |
| order_id | integer | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_dbs_order_meta_delete ~61
[P2] Удалить метаданные DBS-заказа по ключу.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | – |
| order_id | integer | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_dbs_order_meta_get ~48
[P2] Метаданные DBS-заказа.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | integer | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_dbs_order_meta_set ~89
[P1] Маркировка DBS-заказа: sgtin|uin|imei|gtin (статус confirm).
| Name | Type | Req | Description |
|---|---|---|---|
| meta_type | string | yes | – |
| order_id | integer | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
| value | – | yes | sgtin — массив; остальное — строка |
No output schema declared.
No examples provided.
wb_dbs_orders ~86
[P1] Завершённые DBS-заказы (Unix-таймстампы, ≤30 дней, курсор next).
| Name | Type | Req | Description |
|---|---|---|---|
| date_from | integer | yes | Unix ts |
| date_to | integer | yes | – |
| limit | integer | – | – |
| next | integer | – | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_dbs_orders_client ~49
[P1] Данные покупателя DBS (после confirm).
| Name | Type | Req | Description |
|---|---|---|---|
| order_ids | array | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_dbs_orders_delivery_date ~56
[P1] Выбранные покупателем дата/время доставки DBS (≤1000).
| Name | Type | Req | Description |
|---|---|---|---|
| order_ids | array | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_dbs_orders_new ~43
[P1] Новые DBS-заказы (ожидают сборки).
| Name | Type | Req | Description |
|---|---|---|---|
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_dbs_orders_status ~51
[P1] Статусы DBS-заказов (≤1000).
| Name | Type | Req | Description |
|---|---|---|---|
| order_ids | array | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_deductions ~72
[P1] Удержания за подмены и неверные вложения.
| Name | Type | Req | Description |
|---|---|---|---|
| date_from | string | – | (опц.) |
| date_to | string | yes | YYYY-MM-DD |
| limit | integer | – | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_degradations ~48
[P0] Деградации инструментов: какие MCP-инструменты раньше работали, а теперь стабильно падают (сигнал изменения WB API). Без параметров.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
wb_diagnostics ~109
[P0] ПОЛНАЯ САМОДИАГНОСТИКА: ping всех хостов WB API + лёгкие реальные запросы по каждой категории + анализ токена (срок действия, права). Используй ПЕРВЫМ ДЕЛОМ если какой-то инструмент не работает — покажет, проблема в токене, в конкретной категории API или в изменении API со стороны WB.
| Name | Type | Req | Description |
|---|---|---|---|
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_directory ~95
[P2] Справочники WB: colors, kinds (пол), countries, seasons, vat, tnved.
| Name | Type | Req | Description |
|---|---|---|---|
| directory | string | yes | colors | kinds | countries | seasons | vat | tnved |
| search | string | – | Для tnved (опц.) |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
| subject_id | integer | – | Для tnved (опц.) |
No output schema declared.
No examples provided.
wb_document_download ~55
[P1] Скачать конкретный документ (PDF/XML) по его ID.
| Name | Type | Req | Description |
|---|---|---|---|
| document_id | string | yes | ID документа из wb_documents_list |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_documents_categories ~54
[P2] Категории документов (типы: акты сверки, УПД, счета-фактуры и т.д.).
| Name | Type | Req | Description |
|---|---|---|---|
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_documents_download_bulk ~48
[P2] Скачать несколько документов одним запросом по их ID.
| Name | Type | Req | Description |
|---|---|---|---|
| document_ids | array | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_documents_list ~114
[P1] Список финансовых документов продавца (акты, УПД, уведомления). КРИТИЧНО: необходимо для бухгалтерии и контроля финансов.
| Name | Type | Req | Description |
|---|---|---|---|
| category_id | integer | – | ID категории из wb_documents_categories (опц.) |
| date_from | string | – | Дата начала (опц.) |
| date_to | string | – | Дата конца (опц.) |
| limit | integer | – | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_fbw_acceptance_options ~79
[P1] Доступные склады и типы упаковки для поставки FBW по баркодам.
| Name | Type | Req | Description |
|---|---|---|---|
| items | array | yes | [{barcode, quantity}, ...] |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
| warehouse_id | integer | – | Конкретный склад (опц.) |
No output schema declared.
No examples provided.
wb_fbw_supplies ~85
[P1] Список поставок FBW на склады WB (информационно; создание поставки — только в ЛК).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| offset | integer | – | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
| status_ids | array | – | Фильтр по статусам (опц.) |
No output schema declared.
No examples provided.
wb_fbw_supply_detail ~46
[P2] Детали поставки FBW.
| Name | Type | Req | Description |
|---|---|---|---|
| shop_id | string | yes | ID магазина (из wb_list_shops) |
| supply_id | integer | yes | – |
No output schema declared.
No examples provided.
wb_fbw_supply_goods ~55
[P2] Товары в поставке FBW.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
| supply_id | integer | yes | – |
No output schema declared.
No examples provided.
wb_fbw_transit_tariffs ~48
[P2] Транзитные направления для поставок FBW в регионы.
| Name | Type | Req | Description |
|---|---|---|---|
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_fbw_warehouses ~43
[P2] Список складов WB для поставок FBW.
| Name | Type | Req | Description |
|---|---|---|---|
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_feedback_order_return ~58
[P1] Запросить возврат товара по отзыву (только если isAbleReturnProductOrders=true).
| Name | Type | Req | Description |
|---|---|---|---|
| feedback_id | string | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_feedback_reply ~67
[P1] Ответить на отзыв (edit=true — отредактировать существующий ответ).
| Name | Type | Req | Description |
|---|---|---|---|
| edit | boolean | – | – |
| feedback_id | string | yes | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
| text | string | yes | – |
No output schema declared.
No examples provided.
wb_feedbacks_actions ~91
[P2] Жалоба на отзыв / сообщить о проблеме товара (коды из supplier-valuations).
| Name | Type | Req | Description |
|---|---|---|---|
| feedback_id | string | yes | – |
| feedback_valuation | integer | – | Причина жалобы на отзыв (опц.) |
| product_valuation | integer | – | Проблема товара (опц.) |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_feedbacks_archive ~88
[P2] Архивные отзывы (is_answered=true ранее). Отличие от wb_feedbacks_list: архив содержит отвеченные старые отзывы.
| Name | Type | Req | Description |
|---|---|---|---|
| nm_id | integer | – | Фильтр по nmID (опц.) |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
| skip | integer | – | – |
| take | integer | – | – |
No output schema declared.
No examples provided.
wb_feedbacks_count ~39
[P1] Количество неотвеченных отзывов.
| Name | Type | Req | Description |
|---|---|---|---|
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.
wb_feedbacks_count_period ~90
[P2] Число отзывов за период (Unix ts, фильтр isAnswered). Отличие от wb_feedbacks_count (неотвеченные).
| Name | Type | Req | Description |
|---|---|---|---|
| date_from | integer | – | Unix ts (опц.) |
| date_to | integer | – | – |
| is_answered | boolean | – | – |
| shop_id | string | yes | ID магазина (из wb_list_shops) |
No output schema declared.
No examples provided.