# io.github.theYahia/bitrix24-mcp (npm · @theyahia/bitrix24-mcp)

MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API.

- Trust score: 69/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-05

## Components

- npm · `@theyahia/bitrix24-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/theyahia-bitrix24-mcp/theyahia-bitrix24-mcp.md), [page](https://verifymcp.io/servers/theyahia-bitrix24-mcp/theyahia-bitrix24-mcp)

## Channel facts

- Registry: `npm`
- Package: `@theyahia/bitrix24-mcp`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-05.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 93 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 408 tokens (~102/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add theyahia-bitrix24-mcp -- npx -y @theyahia/bitrix24-mcp
```

### Codex

```bash
codex mcp add theyahia-bitrix24-mcp -- npx -y @theyahia/bitrix24-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "theyahia-bitrix24-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@theyahia/bitrix24-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add theyahia-bitrix24-mcp --command npx --arg -y --arg @theyahia/bitrix24-mcp
```

### Hermes

```yaml
mcp_servers:
  theyahia-bitrix24-mcp:
    command: "npx"
    args: ["-y", "@theyahia/bitrix24-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "theyahia-bitrix24-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/bitrix24-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-05 (score 69, +2)

- [security improvement] CVE-2026-69207 no longer affects this package
- [security improvement] Known CVEs: fail → partial

### 2026-08-04 (score 67, +3)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail
- [functional improvement] Stability: unverified → 0.27

### 2026-08-03 (score 64, +40)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-02 (score 24, −2)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-08-01 (score 26, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 21, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (4)

### `get_deals` (~80 tokens)

List CRM deals from Bitrix24 with optional filters by stage and responsible user.

Input parameters:

- `filter_assigned_by_id` (number): Filter by responsible user ID
- `filter_stage_id` (string): Filter by stage ID (e.g. NEW, WON, LOSE)
- `start` (number): Offset for pagination (multiples of 50)

### `create_deal` (~127 tokens)

Create a new CRM deal in Bitrix24 with title, amount, stage, and linked contact/company.

Input parameters:

- `assigned_by_id` (number): Responsible user ID
- `comments` (string): Comments
- `company_id` (number): Company ID to link
- `contact_id` (number): Contact ID to link
- `currency_id` (string): Currency code
- `opportunity` (number): Deal amount
- `stage_id` (string): Stage ID (e.g. NEW, PREPARATION, PREPAYMENT_INVOICE)
- `title` (string, required): Deal title

### `get_contacts` (~79 tokens)

List CRM contacts from Bitrix24 with optional filters by name, phone, or email.

Input parameters:

- `filter_email` (string): Filter by email
- `filter_name` (string): Filter by name (partial match)
- `filter_phone` (string): Filter by phone number
- `start` (number): Offset for pagination (multiples of 50)

### `create_task` (~122 tokens)

Create a new task in Bitrix24 with title, description, responsible user, and deadline.

Input parameters:

- `deadline` (string): Deadline in ISO format (e.g. 2025-12-31T23:59:59+03:00)
- `description` (string): Task description
- `group_id` (number): Project/group ID
- `priority` (string): Priority: 0=low, 1=normal, 2=high
- `responsible_id` (number, required): Responsible user ID
- `title` (string, required): Task title

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/theyahia-bitrix24-mcp/theyahia-bitrix24-mcp#diagnostics

## Score history

- 2026-08-05: 69
- 2026-08-04: 67
- 2026-08-03: 64
- 2026-08-02: 24
- 2026-08-01: 26
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@theyahia/bitrix24-mcp
- Socket report: https://socket.dev/npm/package/@theyahia/bitrix24-mcp
- Repository: https://github.com/theYahia/bitrix24-mcp
- Changelog RSS feed: https://verifymcp.io/servers/theyahia-bitrix24-mcp/theyahia-bitrix24-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/theyahia-bitrix24-mcp/theyahia-bitrix24-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/theyahia-bitrix24-mcp/theyahia-bitrix24-mcp
