wb-mcp-server MCP Server
dmitriykosik74-rgb/wb-mcp-server
Are you the maintainer of dmitriykosik74-rgb/wb-mcp-server? Claim this listing →
Add AgentRank to Claude Code Discover and compare tools like dmitriykosik74-rgb/wb-mcp-server — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
dmitriykosik74-rgb/wb-mcp-server is a TypeScript MCP server licensed under MIT.
Ranked #107 out of 124 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
TypeScript MIT
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description None
License MIT
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
Contributors medium impact
Dependents medium impact
Matched Queries
From the README
# wb-mcp-server
[Русская версия](README.ru.md)
MCP server for the Wildberries Seller API. Connect any AI agent (Claude Desktop, OpenClaw, or any MCP client) to your Wildberries store.
## Quick Start
### 1. Install
```bash
npm install -g wb-mcp-server
```
### 2. Get a WB API token
Create an API token in your [WB Seller Dashboard](https://seller.wildberries.ru/) under **Settings > API Access**.
### 3. Add to Claude Desktop config
```json
{
"mcpServers": {
"wildberries": {
"command": "wb-mcp-server",
"env": {
"WB_API_TOKEN": "your_token_here"
}
}
}
}
```
## Available Tools
| Tool | Description | Type |
|---|---|---|
| `get_feedbacks` | Get customer reviews | read |
| `reply_feedback` | Reply to a review | **write** |
| `get_unanswered_count` | Count of unanswered reviews | read |
| `get_stocks` | Warehouse stock levels | read |
| `get_orders` | Recent orders | read |
| `get_sales` | Sales data | read |
| `get_nm_report` | Per-product report Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.