AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Wildberries Finances Mcp Server

mcp-rcd27-wildberries-finances-mcp-server · by rcd27

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

— No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add mcp-rcd27-wildberries-finances-mcp-server

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ● Environment & secrets Used
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-rcd27-wildberries-finances-mcp-server)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
○ stale · 1y ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Wildberries Finances Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

WB Finances MCP Server

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

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

Установка

npm install

Настройка

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

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.