wildberries-finances-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wildberries-finances-mcp-serverget the weekly report for last week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WB Finances MCP Server
MCP сервер для работы с API Wildberries Finances.
Описаны все ручки из OpenAPI спецификации, выставлены как
Tool(src/tools/api)Добавлены некоторые "кастомные"
Toolы (src/tools/custom)
Установка
npm installRelated MCP server: Finam MCP Server
Настройка
Создайте файл
.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 ключи для разработки и продакшена
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rcd27/wildberries-finances-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server