Skip to main content
Glama
rcd27

wildberries-finances-mcp-server

by rcd27

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WB_FINANCES_OAUTH_TOKENYesOAuth 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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
getReportDetailByPeriodB

Метод предоставляет детализации к еженедельным отчётам реализации.

Данные доступны с 29 января 2024 года.

Важно!
Вы можете выгрузить данные в Google Таблицы

Ограничение:
Максимум 1 запрос в минуту на один аккаунт продавца

getTotalCommissionByPeriodC

Подсчёт отчислений в пользу WB + НДС за период

getDocumentCategoriesC

Метод предоставляет категории документов для получения списка документов продавца

getDocumentListC

Метод предоставляет список документов продавца

downloadDocumentB

Метод загружает один документ из списка документов продавца

downloadDocumentsAllB

Метод загружает несколько документов из списка документов продавца

generateWeeklyReportC

Еженедельный отчёт по продажам и комиссиям

calculateReportMetricsC

Вычисляет основные метрики по отчёту

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 8 tools

Disambiguation4/5

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.

Naming Consistency3/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues