Serversio.github.RCS-kz/bitrix24-mcp
M

io.github.RCS-kz/bitrix24-mcp

io.github.RCS-kz/bitrix24-mcp · v1.0.1
▦ npm
v1.0.1npm npm: @rcs-kz/bitrix24-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.RCS-kz/bitrix24-mcp",
  "description": "Bitrix24 Cloud MCP server — 45 tools across CRM, Tasks, Deals, Leads, Files, Disk.",
  "repository": {
    "url": "https://github.com/RCS-kz/bitrix24-mcp",
    "source": "github"
  },
  "version": "1.0.1",
  "websiteUrl": "https://github.com/RCS-kz/bitrix24-mcp",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@rcs-kz/bitrix24-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Inbound webhook URL of your Bitrix24 portal (https://<portal>.bitrix24.kz/rest/<user_id>/<token>/). Stored in the OS keychain on first run; this env var is a fallback for CI / containerised / headless deployments.",
          "isSecret": true,
          "name": "BITRIX24_WEBHOOK_URL"
        },
        {
          "description": "Commercial license key issued after the 14-day trial. Stored in the OS keychain on first run; env var fallback only needed for CI / headless deployments.",
          "isSecret": true,
          "name": "RCS_LICENSE_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}