wildberries-finances-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WB_FINANCES_OAUTH_TOKEN | Yes | OAuth token for Wildberries Finances API |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| getReportDetailByPeriodB | Метод предоставляет детализации к еженедельным отчётам реализации. Данные доступны с 29 января 2024 года.
|
| getTotalCommissionByPeriodC | Подсчёт отчислений в пользу WB + НДС за период |
| getDocumentCategoriesC | Метод предоставляет категории документов для получения списка документов продавца |
| getDocumentListC | Метод предоставляет список документов продавца |
| downloadDocumentB | Метод загружает один документ из списка документов продавца |
| downloadDocumentsAllB | Метод загружает несколько документов из списка документов продавца |
| generateWeeklyReportC | Еженедельный отчёт по продажам и комиссиям |
| calculateReportMetricsC | Вычисляет основные метрики по отчёту |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Most tools are clearly distinct, especially document tools (getDocumentCategories, getDocumentList, downloadDocument, downloadDocumentsAll). However, report-related tools (getReportDetailByPeriod, getTotalCommissionByPeriod, generateWeeklyReport, calculateReportMetrics) have overlapping purposes that could cause misselection, though descriptions help differentiate them.
All names are camelCase but use inconsistent verb prefixes (get, download, generate, calculate) and vary in structure (e.g., downloadDocumentsAll vs downloadDocument). This mixed convention reduces predictability, though the naming is still readable.
Eight tools is an appropriate size for the Wildberries finances domain. The tool count is well-scoped, covering both report analysis and document management without unnecessary duplication or overwhelming the user.
The tool set covers essential operations: retrieving report details, calculating commissions, generating weekly reports, computing metrics, and managing documents. However, there is no explicit tool for listing available report periods or fetching raw sales data, which creates a minor gap in the workflow.