Skip to main content
Glama
rcd27

wildberries-finances-mcp-server

by rcd27

WB Finances MCP Server

MCP сервер для работы с API Wildberries Finances.

  • Описаны все ручки из OpenAPI спецификации, выставлены как Tool (src/tools/api)

  • Добавлены некоторые "кастомные" Toolы (src/tools/custom)

Установка

npm install

Related MCP server: @theyahia/wildberries-mcp

Настройка

  1. Создайте файл .env в корневой директории проекта(по примеру .env.example)

  2. Добавьте следующие переменные окружения:

    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 ключи для разработки и продакшена

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    C
    quality
    A
    maintenance
    Enables 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 updated
    100
    910
    30
    Apache 2.0
  • A
    license
    B
    quality
    C
    maintenance
    Wildberries 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 updated
    30
    63
    6
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables interaction with the sevDesk accounting API for managing contacts, invoices, credit notes, orders, vouchers, transactions, and parts.
    Last updated
    24
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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