Wildberries Api MCP Server

wildberries-api-mcp npm v0.1.11

Published by an unidentified publisher — no publish provenance and no public repository, so the publisher could not be verified and the source cannot be independently located.

MCP server for Wildberries Seller API

Trust grade
A
92/100
Last scanned get badge →
Trust
A · 92/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
Moderate
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 97 − adoption risk = 92/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 3.3 = 97. What the published surface and source actually contain:

PointsWhat was foundCategory
−3.3 Hidden unusual whitespace in description ×13 MTC-UNI-007 injection

2. Client adoption risk — 97 − 5 = 92. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−3 capability blast radius (moderate) — client exposure if the model is manipulated
−2 publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 15

medium Untrusted input can drive an external actionMTC-FLOW-005

Untrusted-input tools ([fetch_image, products_product_cards_list]) co-exist with external-action tools ([communications_send_message]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.

Evidence: untrusted [fetch_image, products_product_cards_list] → sinks [communications_send_message]

Fix: Require confirmation for state-changing/egress actions triggered after processing untrusted content.

Location: flow fetch_image → communications_send_message

medium Unconstrained URL/host parameter "url" on "fetch_image"MTC-CAP-007

Tool "fetch_image" takes a URL/host parameter "url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).

Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.

Location: tool fetch_image · inputSchema.properties.url

low Hidden unusual whitespace in descriptionMTC-UNI-007

Found 1 unusual whitespace character(s) in the description of tool "finances_realization_sales_report". These are invisible to a human reviewer but are read verbatim by the model.

Evidence: 1× unusual-whitespace

Fix: Reject or normalize server metadata containing invisible/smuggling characters. Legitimate tool descriptions do not need them.

Location: tool finances_realization_sales_report · description

low Hidden unusual whitespace in descriptionMTC-UNI-007

Found 1 unusual whitespace character(s) in the description of tool "orders_dbs_get_orders_statuses". These are invisible to a human reviewer but are read verbatim by the model.

Evidence: 1× unusual-whitespace

Fix: Reject or normalize server metadata containing invisible/smuggling characters. Legitimate tool descriptions do not need them.

Location: tool orders_dbs_get_orders_statuses · description

low Hidden unusual whitespace in descriptionMTC-UNI-007

Found 1 unusual whitespace character(s) in the description of tool "orders_dbs_cancel_the_order". These are invisible to a human reviewer but are read verbatim by the model.

Evidence: 1× unusual-whitespace

Fix: Reject or normalize server metadata containing invisible/smuggling characters. Legitimate tool descriptions do not need them.

Location: tool orders_dbs_cancel_the_order · description

low Hidden unusual whitespace in descriptionMTC-UNI-007

Found 1 unusual whitespace character(s) in the description of tool "orders_dbs_transfer_to_assembly_2". These are invisible to a human reviewer but are read verbatim by the model.

Evidence: 1× unusual-whitespace

Fix: Reject or normalize server metadata containing invisible/smuggling characters. Legitimate tool descriptions do not need them.

Location: tool orders_dbs_transfer_to_assembly_2 · description

low Hidden unusual whitespace in descriptionMTC-UNI-007

Found 1 unusual whitespace character(s) in the description of tool "orders_dbs_transfer_to_delivery_2". These are invisible to a human reviewer but are read verbatim by the model.

Evidence: 1× unusual-whitespace

Fix: Reject or normalize server metadata containing invisible/smuggling characters. Legitimate tool descriptions do not need them.

Location: tool orders_dbs_transfer_to_delivery_2 · description

low Hidden unusual whitespace in descriptionMTC-UNI-007

Found 1 unusual whitespace character(s) in the description of tool "orders_dbs_notify_that_the_order_has_been_accepted_by_the_buyer". These are invisible to a human reviewer but are read verbatim by the model.

Evidence: 1× unusual-whitespace

Fix: Reject or normalize server metadata containing invisible/smuggling characters. Legitimate tool descriptions do not need them.

Location: tool orders_dbs_notify_that_the_order_has_been_accepted_by_the_buyer · description

low Hidden unusual whitespace in descriptionMTC-UNI-007

Found 1 unusual whitespace character(s) in the description of tool "orders_dbs_notify_that_the_buyer_has_declined_the_order". These are invisible to a human reviewer but are read verbatim by the model.

Evidence: 1× unusual-whitespace

Fix: Reject or normalize server metadata containing invisible/smuggling characters. Legitimate tool descriptions do not need them.

Location: tool orders_dbs_notify_that_the_buyer_has_declined_the_order · description

low Hidden unusual whitespace in descriptionMTC-UNI-007

Found 1 unusual whitespace character(s) in the description of tool "orders_dbs_get_order_metadata". These are invisible to a human reviewer but are read verbatim by the model.

Evidence: 1× unusual-whitespace

Fix: Reject or normalize server metadata containing invisible/smuggling characters. Legitimate tool descriptions do not need them.

Location: tool orders_dbs_get_order_metadata · description

low Hidden unusual whitespace in descriptionMTC-UNI-007

Found 1 unusual whitespace character(s) in the description of tool "orders_dbs_delete_order_metadata". These are invisible to a human reviewer but are read verbatim by the model.

Evidence: 1× unusual-whitespace

Fix: Reject or normalize server metadata containing invisible/smuggling characters. Legitimate tool descriptions do not need them.

Location: tool orders_dbs_delete_order_metadata · description

low Hidden unusual whitespace in descriptionMTC-UNI-007

Found 1 unusual whitespace character(s) in the description of tool "orders_dbs_add_data_matrix_code_to_the_order". These are invisible to a human reviewer but are read verbatim by the model.

Evidence: 1× unusual-whitespace

Fix: Reject or normalize server metadata containing invisible/smuggling characters. Legitimate tool descriptions do not need them.

Location: tool orders_dbs_add_data_matrix_code_to_the_order · description

low Hidden unusual whitespace in descriptionMTC-UNI-007

Found 1 unusual whitespace character(s) in the description of tool "orders_dbs_add_uin_unique_identification_number_to_the_order". These are invisible to a human reviewer but are read verbatim by the model.

Evidence: 1× unusual-whitespace

Fix: Reject or normalize server metadata containing invisible/smuggling characters. Legitimate tool descriptions do not need them.

Location: tool orders_dbs_add_uin_unique_identification_number_to_the_order · description

low Hidden unusual whitespace in descriptionMTC-UNI-007

Found 1 unusual whitespace character(s) in the description of tool "orders_dbs_add_imei_to_the_order". These are invisible to a human reviewer but are read verbatim by the model.

Evidence: 1× unusual-whitespace

Fix: Reject or normalize server metadata containing invisible/smuggling characters. Legitimate tool descriptions do not need them.

Location: tool orders_dbs_add_imei_to_the_order · description

low Hidden unusual whitespace in descriptionMTC-UNI-007

Found 1 unusual whitespace character(s) in the description of tool "orders_dbs_add_gtin_to_the_order". These are invisible to a human reviewer but are read verbatim by the model.

Evidence: 1× unusual-whitespace

Fix: Reject or normalize server metadata containing invisible/smuggling characters. Legitimate tool descriptions do not need them.

Location: tool orders_dbs_add_gtin_to_the_order · description

Tools 200

Each tool and what it can reach — statically extracted from the published source.

  • communications_send_messagenetwork egress
  • fetch_imageingests untrusted input
  • products_product_cards_listingests untrusted input
  • analytics_create_the_reportno sensitive capability
  • analytics_get_the_reportno sensitive capability
  • analytics_get_the_reports_listno sensitive capability
  • analytics_group_datano sensitive capability
  • analytics_grouped_product_cards_statistics_per_daysno sensitive capability
  • analytics_main_pageno sensitive capability
  • analytics_orders_and_positions_by_item_search_textsno sensitive capability
Show 190 more tools ↓
  • analytics_pagination_by_groupsno sensitive capability
  • analytics_pagination_by_products_within_a_groupno sensitive capability
  • analytics_product_cards_statistics_per_daysno sensitive capability
  • analytics_product_cards_statistics_per_periodno sensitive capability
  • analytics_product_datano sensitive capability
  • analytics_regenerate_the_reportno sensitive capability
  • analytics_search_texts_by_productno sensitive capability
  • analytics_size_datano sensitive capability
  • analytics_warehouse_datano sensitive capability
  • analytics_wb_warehouses_inventoryno sensitive capability
  • communications_answer_buyers_applicationno sensitive capability
  • communications_buyers_return_applicationsno sensitive capability
  • communications_chat_eventsno sensitive capability
  • communications_chat_listno sensitive capability
  • communications_edit_response_to_feedbackno sensitive capability
  • communications_feedbacks_listno sensitive capability
  • communications_get_file_from_the_messageno sensitive capability
  • communications_get_the_feedback_by_idno sensitive capability
  • communications_get_the_question_by_idno sensitive capability
  • communications_list_of_archived_feedbacksno sensitive capability
  • communications_list_of_pinned_and_unpinned_feedbackno sensitive capability
  • communications_number_of_feedbacksno sensitive capability
  • communications_number_of_questionsno sensitive capability
  • communications_pin_feedbackno sensitive capability
  • communications_pinned_and_unpinned_feedback_numberno sensitive capability
  • communications_pinned_feedback_limitsno sensitive capability
  • communications_question_listno sensitive capability
  • communications_reply_to_feedbackno sensitive capability
  • communications_return_product_by_feedback_idno sensitive capability
  • communications_unanswered_feedbacksno sensitive capability
  • communications_unanswered_questionsno sensitive capability
  • communications_unpin_feedbackno sensitive capability
  • communications_unseen_feedbacks_and_questionsno sensitive capability
  • communications_working_with_questionsno sensitive capability
  • finances_acquiring_expenses_report_listno sensitive capability
  • finances_details_for_the_acquiring_expenses_reports_by_periodno sensitive capability
  • finances_details_for_the_acquiring_expenses_reports_by_report_idno sensitive capability
  • finances_details_for_the_sales_reports_by_periodno sensitive capability
  • finances_details_for_the_sales_reports_by_report_idno sensitive capability
  • finances_documents_categoriesno sensitive capability
  • finances_documents_listno sensitive capability
  • finances_get_documentno sensitive capability
  • finances_get_documentsno sensitive capability
  • finances_get_seller_s_balanceno sensitive capability
  • finances_realization_sales_reportno sensitive capability
  • finances_sales_report_listno sensitive capability
  • general_connection_checkno sensitive capability
  • general_create_an_invitation_for_a_new_userno sensitive capability
  • general_delete_userno sensitive capability
  • general_get_a_list_of_seller_active_or_invited_usersno sensitive capability
  • general_get_jam_subscription_informationno sensitive capability
  • general_get_seller_informationno sensitive capability
  • general_get_seller_ratingno sensitive capability
  • general_getting_seller_portal_newsno sensitive capability
  • general_update_user_s_access_permissionsno sensitive capability
  • in_store_pickup_add_data_matrix_codes_to_the_assembly_orders_chestny_znakno sensitive capability
  • in_store_pickup_add_gtin_to_the_assembly_orderno sensitive capability
  • in_store_pickup_add_gtin_to_the_assembly_ordersno sensitive capability
  • in_store_pickup_add_imei_to_the_assembly_orderno sensitive capability
  • in_store_pickup_add_imei_to_the_assembly_ordersno sensitive capability
  • in_store_pickup_add_uin_unique_identification_number_to_the_assembly_orderno sensitive capability
  • in_store_pickup_add_uin_unique_identification_numbers_to_the_assembly_ordersno sensitive capability
  • in_store_pickup_assign_a_data_matrix_code_to_the_assembly_orderno sensitive capability
  • in_store_pickup_buyer_informationno sensitive capability
  • in_store_pickup_cancel_the_assembly_orderno sensitive capability
  • in_store_pickup_cancel_the_assembly_ordersno sensitive capability
  • in_store_pickup_check_if_the_order_belongs_to_the_buyerno sensitive capability
  • in_store_pickup_delete_assembly_order_metadatano sensitive capability
  • in_store_pickup_delete_assembly_order_metadata_2no sensitive capability
  • in_store_pickup_get_assembly_order_metadatano sensitive capability
  • in_store_pickup_get_assembly_order_statusesno sensitive capability
  • in_store_pickup_get_assembly_order_statuses_2no sensitive capability
  • in_store_pickup_get_assembly_orders_metadatano sensitive capability
  • in_store_pickup_get_new_assembly_orders_listno sensitive capability
  • in_store_pickup_notify_that_the_assembly_order_is_ready_for_pickupno sensitive capability
  • in_store_pickup_notify_that_the_assembly_orders_are_ready_for_pickupno sensitive capability
  • in_store_pickup_notify_that_the_buyer_refused_the_orderno sensitive capability
  • in_store_pickup_notify_that_the_order_has_been_accepted_by_the_buyerno sensitive capability
  • in_store_pickup_notify_that_the_orders_are_declinedno sensitive capability
  • in_store_pickup_notify_that_the_orders_were_received_by_the_buyersno sensitive capability
  • in_store_pickup_retrieve_information_on_completed_assembly_ordersno sensitive capability
  • in_store_pickup_transfer_to_assemblyno sensitive capability
  • in_store_pickup_transfer_to_assembly_2no sensitive capability
  • orders_dbs_add_custom_declaration_to_the_ordersno sensitive capability
  • orders_dbs_add_data_matrix_code_to_the_orderno sensitive capability
  • orders_dbs_add_data_matrix_codes_to_assembly_orders_chestny_znakno sensitive capability
  • orders_dbs_add_gtin_to_assembly_ordersno sensitive capability
  • orders_dbs_add_gtin_to_the_orderno sensitive capability
  • orders_dbs_add_imei_to_assembly_ordersno sensitive capability
  • orders_dbs_add_imei_to_the_orderno sensitive capability
  • orders_dbs_add_uin_unique_identification_number_to_assembly_ordersno sensitive capability
  • orders_dbs_add_uin_unique_identification_number_to_the_orderno sensitive capability
  • orders_dbs_b2b_buyer_informationno sensitive capability
  • orders_dbs_buyer_informationno sensitive capability
  • orders_dbs_cancel_assembly_ordersno sensitive capability
  • orders_dbs_cancel_the_orderno sensitive capability
  • orders_dbs_delete_assembly_orders_metadatano sensitive capability
  • orders_dbs_delete_order_metadatano sensitive capability
  • orders_dbs_delivery_date_and_timeno sensitive capability
  • orders_dbs_get_assembly_order_statusesno sensitive capability
  • orders_dbs_get_assembly_orders_metadatano sensitive capability
  • orders_dbs_get_information_on_completed_ordersno sensitive capability
  • orders_dbs_get_information_on_paid_deliveryno sensitive capability
  • orders_dbs_get_new_orders_listno sensitive capability
  • orders_dbs_get_order_metadatano sensitive capability
  • orders_dbs_get_orders_statusesno sensitive capability
  • orders_dbs_get_stickers_for_assembly_orders_with_delivery_to_pickup_pointno sensitive capability
  • orders_dbs_notify_that_the_buyer_has_declined_the_orderno sensitive capability
  • orders_dbs_notify_that_the_order_has_been_accepted_by_the_buyerno sensitive capability
  • orders_dbs_notify_that_the_orders_are_declinedno sensitive capability
  • orders_dbs_notify_that_the_orders_are_receivedno sensitive capability
  • orders_dbs_transfer_to_assemblyno sensitive capability
  • orders_dbs_transfer_to_assembly_2no sensitive capability
  • orders_dbs_transfer_to_deliveryno sensitive capability
  • orders_dbs_transfer_to_delivery_2no sensitive capability
  • orders_dbw_add_data_matrix_code_to_the_orderno sensitive capability
  • orders_dbw_add_gtin_to_the_orderno sensitive capability
  • orders_dbw_add_imei_to_the_orderno sensitive capability
  • orders_dbw_add_uin_unique_identification_number_to_the_orderno sensitive capability
  • orders_dbw_buyer_informationno sensitive capability
  • orders_dbw_cancel_the_orderno sensitive capability
  • orders_dbw_courier_infono sensitive capability
  • orders_dbw_delete_order_metadatano sensitive capability
  • orders_dbw_delivery_date_and_timeno sensitive capability
  • orders_dbw_get_information_on_completed_ordersno sensitive capability
  • orders_dbw_get_new_ordersno sensitive capability
  • orders_dbw_get_order_metadatano sensitive capability
  • orders_dbw_get_orders_statusesno sensitive capability
  • orders_dbw_get_orders_stickersno sensitive capability
  • orders_dbw_transfer_to_assemblyno sensitive capability
  • orders_dbw_transfer_to_deliveryno sensitive capability
  • orders_fbs_add_assembly_orders_to_the_supplyno sensitive capability
  • orders_fbs_add_boxes_to_the_supplyno sensitive capability
  • orders_fbs_add_custom_declaration_number_to_the_orderno sensitive capability
  • orders_fbs_add_data_matrix_code_to_the_assembly_orderno sensitive capability
  • orders_fbs_add_expiration_date_to_the_assembly_orderno sensitive capability
  • orders_fbs_add_gtin_to_the_assembly_orderno sensitive capability
  • orders_fbs_add_imei_to_the_assembly_orderno sensitive capability
  • orders_fbs_add_uin_unique_identification_number_to_the_assembly_orderno sensitive capability
  • orders_fbs_cancel_the_assembly_orderno sensitive capability
  • orders_fbs_create_a_new_supplyno sensitive capability
  • orders_fbs_create_passno sensitive capability
  • orders_fbs_delete_assembly_order_metadatano sensitive capability
  • orders_fbs_delete_boxes_from_the_supplyno sensitive capability
  • orders_fbs_delete_the_passno sensitive capability
  • orders_fbs_delete_the_supplyno sensitive capability
  • orders_fbs_get_a_supplies_listno sensitive capability
  • orders_fbs_get_all_assembly_orders_for_re_shipmentno sensitive capability
  • orders_fbs_get_assembly_ordersno sensitive capability
  • orders_fbs_get_assembly_orders_metadatano sensitive capability
  • orders_fbs_get_assembly_orders_statusesno sensitive capability
  • orders_fbs_get_assembly_orders_stickersno sensitive capability
  • orders_fbs_get_new_assembly_ordersno sensitive capability
  • orders_fbs_get_offices_for_passno sensitive capability
  • orders_fbs_get_passesno sensitive capability
  • orders_fbs_get_stickers_for_cross_border_assembly_ordersno sensitive capability
  • orders_fbs_get_supply_assembly_order_idsno sensitive capability
  • orders_fbs_get_supply_boxes_listno sensitive capability
  • orders_fbs_get_supply_detailsno sensitive capability
  • orders_fbs_get_the_supply_box_qr_code_stickersno sensitive capability
  • orders_fbs_get_the_supply_qr_codeno sensitive capability
  • orders_fbs_move_the_supply_to_the_deliveryno sensitive capability
  • orders_fbs_orders_with_client_informationno sensitive capability
  • orders_fbs_status_history_for_cross_border_ordersno sensitive capability
  • orders_fbs_update_passno sensitive capability
  • orders_fbw_acceptance_optionsno sensitive capability
  • orders_fbw_supplies_listno sensitive capability
  • orders_fbw_supply_detailsno sensitive capability
  • orders_fbw_supply_packageno sensitive capability
  • orders_fbw_supply_productsno sensitive capability
  • orders_fbw_transit_directionsno sensitive capability
  • orders_fbw_warehouses_listno sensitive capability
  • products_brandsno sensitive capability
  • products_colorno sensitive capability
  • products_country_of_originno sensitive capability
  • products_create_product_cardsno sensitive capability
  • products_create_product_cards_with_mergeno sensitive capability
  • products_genderno sensitive capability
  • products_generation_of_skusno sensitive capability
  • products_hs_codesno sensitive capability
  • products_limits_for_the_product_cardsno sensitive capability
  • products_list_of_failed_product_cards_with_errorsno sensitive capability
  • products_merging_or_separating_of_product_cardsno sensitive capability
  • products_products_parent_categoriesno sensitive capability
  • products_seasonno sensitive capability
  • products_subject_characteristicsno sensitive capability
  • products_subjects_listno sensitive capability
  • products_transfer_product_card_to_trashno sensitive capability
  • products_update_product_cardsno sensitive capability
  • products_vat_rateno sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions 2

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v0.1.11 latest A 92/100 15 1.13.0 2026-09-07
v0.1.10 A 92/100 15 1.13.0 2026-08-25

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 92/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/wildberries-api-mcp/badge.svg)](https://mcptrustchecker.com/registry/wildberries-api-mcp)
HTML
<a href="https://mcptrustchecker.com/registry/wildberries-api-mcp"><img src="https://mcptrustchecker.com/registry/wildberries-api-mcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/wildberries-api-mcp/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan wildberries-api-mcp --online

Use the free API → How scoring works

More in Business & CRM