← Back to Plugins
MCP Server MCP

ru.invoicebox/mcp-server

github By github 👁 3 views ▲ 0 votes

MCP-сервер Инвойсбокса: счета, отгрузки и возвраты по просьбе человека

Homepage Verified source GitHub

Install

npx -y @invoicebox/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@invoicebox/mcp-server",
      "version": "0.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Токен API Инвойсбокса. Выпускается в личном кабинете; правами токена ограничивается то, что сервер вообще может сделать",
          "isRequired": true,
          "isSecret": true,
          "name": "INVOICEBOX_API_TOKEN"
        },
        {
          "description": "Идентификатор магазина, от имени которого работает сервер",
          "isRequired": true,
          "name": "INVOICEBOX_MERCHANT_ID"
        },
        {
          "description": "Контур: demo или prod. По умолчанию demo — боевой включается явно",
          "default": "demo",
          "name": "INVOICEBOX_ENV"
        },
        {
          "description": "Наборы инструментов через запятую: read по умолчанию, write и refund включаются явно",
          "default": "read",
          "name": "INVOICEBOX_TOOLSETS"
        },
        {
          "description": "Каталог состояния: без него защита от дублей действует только в пределах одного запуска",
          "default": ".state",
          "name": "INVOICEBOX_STATE_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...