Back to Home
eduard256 icon

wb-mcp-server

Verified Safe

by eduard256

Overview

Allows AI assistants to interact with the Wildberries marketplace for product search, details, delivery, and filter discovery.

Installation

Run Command
docker-compose up -d

Environment Variables

  • PORT
  • NODE_ENV

Security Notes

The server utilizes Playwright for web scraping, which launches a headless Chromium browser. While `page.evaluate` allows arbitrary JavaScript execution within the browser context, the code appears to control the injected scripts and only makes API requests to Wildberries domains. Input sanitization is applied via `encodeURIComponent` for user-provided query and address parameters when constructing URLs. The use of `--no-sandbox` for Playwright in the Docker setup is common for containerized environments but is inherently less secure than a sandboxed browser on a host. CORS is broadly enabled for all origins, which is acceptable for a public API but could be a minor consideration depending on deployment context. No obvious hardcoded sensitive secrets or direct `eval` usage were found beyond controlled `page.evaluate` calls.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens100
Stars0
Forks0
Last Update2026-01-19

Tags

WildberriesMarketplaceE-commerceAI AssistantPlaywright