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: @theyahia/wildberries-mcp
Настройка
Создайте файл
.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 ключи для разработки и продакшена
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityAmaintenanceEnables interaction with the Estonian e-arveldaja (RIK e-Financials) REST API to manage financial records like invoices and journal entries using natural language. It supports automating purchase invoice entry from PDFs, reconciling bank transactions, and generating financial reports.Last updated10091030Apache 2.0
- AlicenseBqualityCmaintenanceWildberries Seller API MCP server providing 15 tools for managing products, prices, stocks, orders, sales, warehouses, supplies, statistics, feedbacks, and ABC analysis with built-in rate limiting and 409 penalty protection.Last updated30636MIT
- Alicense-qualityCmaintenanceEnables interaction with the sevDesk accounting API for managing contacts, invoices, credit notes, orders, vouchers, transactions, and parts.Last updated241MIT
- AlicenseAqualityBmaintenanceEnables interaction with Efí Bank's API for PIX payments, charge management, webhooks, and account operations.Last updated100322MIT
Related MCP Connectors
Financial & accounting management on Omie (Brazil's leading cloud ERP), payables/receivables, financ
Read-only NuMetric.work accounting & ERP data: statements, KPIs, reports, invoices, documents.
200+ transparent financial metrics calculated from raw statements, not third-party endpoints.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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