About
MCP сервер для работы с API Wildberries Finances
README
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 ключи для разработки и продакшена
Installing Wildberries Finances
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/rcd27/wildberries-finances-mcp-serverFAQ
Is Wildberries Finances MCP free?
Yes, Wildberries Finances MCP is free — one-click install via Unyly at no cost.
Does Wildberries Finances need an API key?
No, Wildberries Finances runs without API keys or environment variables.
Is Wildberries Finances hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Wildberries Finances in Claude Desktop, Claude Code or Cursor?
Open Wildberries Finances on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Wildberries Finances with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
