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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wildberries_fast_mcp-0.0.4.tar.gz.
File metadata
- Download URL: wildberries_fast_mcp-0.0.4.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
195960b710c6e3c4f2e31dedd55df8e9f3eb89243fe1d701922db100afefd5b1
|
|
| MD5 |
37777599c186f40d4f1e1e7c716908d3
|
|
| BLAKE2b-256 |
7b387cb682587af00b426671a28ce384f53bb1a531e328c2dcf42f6ccd57348c
|
File details
Details for the file wildberries_fast_mcp-0.0.4-py3-none-any.whl.
File metadata
- Download URL: wildberries_fast_mcp-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49cc337b3cf36bc7f472ef3bf40e187960cde818de7984ed7500345f5d7575f1
|
|
| MD5 |
6479835728f62aaa5fcf130733110460
|
|
| BLAKE2b-256 |
710d6867229e94b7c7154f870b6b10826c895f94f481ca85dd3eb85fd9b3c50f
|