Skip to main content

Wildberries FULL MCP server (contains all API endpoints)

Project description

wildberries-fast-mcp

A Python wrapper around FastMCP that exposes the full Wildberries API as an MCP server.

WB API consists of several OpenAPI specifications, each containing one or few domains. Because FastMCP.from_openapi doesn't support multiple domains out of the box, specs with few domains are split into few scopes for simplicity.


Features

  • Full coverage of the Wildberries public API
  • Built on FastMCP — a fast Python framework for MCP servers

Installation

pip install wildberries-fast-mcp

Or with uv:

uv add wildberries-fast-mcp

Quick Start

Connect to Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "wildberries-content": {
      "command": "python",
      "args": ["-m", "wbmcp", "--scope", "products:content", "--token", "YOU_WB_API_TOKEN"]
    },
    "wildberries-prices": {
      "command": "python",
      "args": ["-m", "wbmcp", "--scope", "products:discounts-prices", "--token", "YOU_WB_API_TOKEN"]
    }
  }
}

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wildberries_fast_mcp-0.0.5.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wildberries_fast_mcp-0.0.5-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file wildberries_fast_mcp-0.0.5.tar.gz.

File metadata

  • Download URL: wildberries_fast_mcp-0.0.5.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for wildberries_fast_mcp-0.0.5.tar.gz
Algorithm Hash digest
SHA256 281b44d8031510d5b085b7ab6e92c76d367dde3ff013523e79c030a258eaefa1
MD5 d5894f34b7fba278baed611d0ddec2b0
BLAKE2b-256 cccf5bb97eba2c6c9f03eae41a1c255827053e974691133f8de4643dd13a5217

See more details on using hashes here.

File details

Details for the file wildberries_fast_mcp-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for wildberries_fast_mcp-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 eff3816281e13c2b87074cf387a22570e4db4c527162eb59e40ec5ce581ac58f
MD5 c7cea655a3c7b446c707d3675c796c9c
BLAKE2b-256 5290e00ccecffb62ed4d97a4f252d449b57a73b8f294f2e0f9cc750a108c80c8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page