# Wildberries Finances Mcp Server

> MCP сервер для работы с API Wildberries Finances

- **Type:** MCP server
- **Install:** `agentstack add mcp-rcd27-wildberries-finances-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [rcd27](https://agentstack.voostack.com/s/rcd27)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [rcd27](https://github.com/rcd27)
- **Source:** https://github.com/rcd27/wildberries-finances-mcp-server

## Install

```sh
agentstack add mcp-rcd27-wildberries-finances-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# WB Finances MCP Server

MCP сервер для работы с API Wildberries Finances.
- Описаны все ручки из OpenAPI спецификации, выставлены как `Tool` (src/tools/api)
- Добавлены некоторые "кастомные" `Tool`ы (src/tools/custom)

## Установка

```bash
npm install
```

## Настройка

1. Создайте файл `.env` в корневой директории проекта(по примеру `.env.example`)
2. Добавьте следующие переменные окружения:
   ```
   WB_FINANCES_OAUTH_TOKEN=your_oauth_token_here
   ```

## Запуск

### Разработка
```bash
npm run dev
```

### Продакшн
```bash
npm run build
npm start
```

### Дебаг
```bash
npx @modelcontextprotocol/inspector node ./build/index.js
```

## Использование

Сервер предоставляет следующие инструменты:

- `getReportDetailByPeriod` - Получение детализации по еженедельным отчётам реализации
- `getTotalCommissionByPeriod` - Подсчёт отчислений в пользу WB + НДС за период
- `getDocumentCategories` - Получение категорий документов
- `getDocumentList` - Получение списка документов
- `downloadDocument` - Загрузка одного документа
- `downloadDocumentsAll` - Загрузка нескольких документов
- `generateWeeklyReport` - Генерация еженедельного отчёта

#### Конфиг для Goose

Добавьте в конфиг Гуся(`~/.config/goose/config.yaml`):
```yaml
  wildberries-finances-mcp:
    args:
    - /path/to/wildberries-finances-mcp-server/build/index.js
    bundled: null
    cmd: node
    description: null
    enabled: true
    env_keys: []
    envs: {}
    name: wildberries-finances-mcp
    timeout: 300
    type: stdio
```

#### Конфиг для Cline:

```
    "wildberries-finances-mcp": {
      "autoApprove": [],
      "disabled": false,
      "timeout": 300,
      "command": "node",
      "args": [
        "/path/to/wildberries-finances-mcp-server/build/index.js"
      ],
      "type": "stdio"
    }
```

## Безопасность

- API ключ должен храниться в переменных окружения
- Не включайте файл `.env` в систему контроля версий
- Используйте разные API ключи для разработки и продакшена

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [rcd27](https://github.com/rcd27)
- **Source:** [rcd27/wildberries-finances-mcp-server](https://github.com/rcd27/wildberries-finances-mcp-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-rcd27-wildberries-finances-mcp-server
- Seller: https://agentstack.voostack.com/s/rcd27
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
