Install
$ agentstack add mcp-rcd27-wildberries-finances-mcp-server ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
WB Finances MCP Server
MCP сервер для работы с API Wildberries Finances.
- Описаны все ручки из OpenAPI спецификации, выставлены как
Tool(src/tools/api) - Добавлены некоторые "кастомные"
Toolы (src/tools/custom)
Установка
npm install
Настройка
- Создайте файл
.envв корневой директории проекта(по примеру.env.example) - Добавьте следующие переменные окружения:
`` WB_FINANCES_OAUTH_TOKEN=your_oauth_token_here ``
Запуск
Разработка
npm run dev
Продакшн
npm run build
npm start
Дебаг
npx @modelcontextprotocol/inspector node ./build/index.js
Использование
Сервер предоставляет следующие инструменты:
getReportDetailByPeriod- Получение детализации по еженедельным отчётам реализацииgetTotalCommissionByPeriod- Подсчёт отчислений в пользу WB + НДС за периодgetDocumentCategories- Получение категорий документовgetDocumentList- Получение списка документовdownloadDocument- Загрузка одного документаdownloadDocumentsAll- Загрузка нескольких документовgenerateWeeklyReport- Генерация еженедельного отчёта
Конфиг для Goose
Добавьте в конфиг Гуся(~/.config/goose/config.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
- Source: rcd27/wildberries-finances-mcp-server
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.