# BT Ops MCP (npm · bt-ops-mcp-server)

Secure MCP server for BT Panel operations with scoped permissions and audited writes.

- Trust score: 76/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-14

## Components

- npm · `bt-ops-mcp-server`: 76/100 (this document), [markdown](https://verifymcp.io/servers/tangchangzhe-bt-ops-mcp-server/bt-ops-mcp-server.md), [page](https://verifymcp.io/servers/tangchangzhe-bt-ops-mcp-server/bt-ops-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `bt-ops-mcp-server`
- Version: `0.1.4`
- 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-14.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 100/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to tangchangzhe/bt-ops-mcp-server).
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 4 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 56/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 701 tokens (~350/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add tangchangzhe-bt-ops-mcp-server -- npx -y bt-ops-mcp-server
```

### Codex

```bash
codex mcp add tangchangzhe-bt-ops-mcp-server -- npx -y bt-ops-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tangchangzhe-bt-ops-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "bt-ops-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tangchangzhe-bt-ops-mcp-server --command npx --arg -y --arg bt-ops-mcp-server
```

### Hermes

```yaml
mcp_servers:
  tangchangzhe-bt-ops-mcp-server:
    command: "npx"
    args: ["-y", "bt-ops-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "tangchangzhe-bt-ops-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bt-ops-mcp-server"
      ]
    }
  }
}
```

## 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-12 (score 76, +1)

- [functional improvement] Security disclosure: unverified → pass

### 2026-08-11 (score 75, +5)

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

### 2026-08-09 (score 70)

First indexed and scored.

## MCP tools (2)

### `open_settings` (~28 tokens)

内置工具，无法关闭；启动或复用本机设置页并返回访问地址。

### `get_settings_status` (~34 tokens)

内置工具，无法关闭；受限模式下返回未进入业务模式的原因、配置路径和下一步。

## Diagnostics

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

## Score history

- 2026-08-14: 76
- 2026-08-13: 76
- 2026-08-12: 76
- 2026-08-11: 75
- 2026-08-10: 70
- 2026-08-09: 70

## Links

- npm package: https://www.npmjs.com/package/bt-ops-mcp-server
- Socket report: https://socket.dev/npm/package/bt-ops-mcp-server
- Repository: https://github.com/tangchangzhe/bt-ops-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/tangchangzhe-bt-ops-mcp-server/bt-ops-mcp-server.xml
- Changelog JSON feed: https://verifymcp.io/servers/tangchangzhe-bt-ops-mcp-server/bt-ops-mcp-server.json
- HTML version of this page: https://verifymcp.io/servers/tangchangzhe-bt-ops-mcp-server/bt-ops-mcp-server
