Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

BT Ops MCP

NPM · BT-OPS-MCP-SERVER · SCANNED AUG 14

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

Available components

76 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to tangchangzhe/bt-ops-mcp-server). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 4 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability56
  • AI-judged instruction clarity (good).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · bt-ops-mcp-server

# add to Claude Code
claude mcp add tangchangzhe-bt-ops-mcp-server -- npx -y bt-ops-mcp-server
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add tangchangzhe-bt-ops-mcp-server --command npx --arg -y --arg bt-ops-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  tangchangzhe-bt-ops-mcp-server:
    command: "npx"
    args: ["-y", "bt-ops-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "tangchangzhe-bt-ops-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bt-ops-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 12 Aug 26 +1
    • Security disclosure: unverified → pass functional
  • 11 Aug 26 +5
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 9 Aug 26 70

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 14 Aug 2026 · Analysed npm/bt-ops-mcp-server@0.1.4

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo tangchangzhe/bt-ops-mcp-server
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/tangchangzhe/bt-ops-mcp-server/.github/workflows/release.yml@refs/tags/v0.1.4
Rekor log index 2395194110
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:3cb5cf8681ee6301f383643c5fd740e3666580050152ec3af81eec79bbbc63e573c7cec120adcd5e8f84ea14b54f74a4c7a35478242e6c8b339bc0649
Dependencies 95 packages
Packages resolved 95
Stale 30
Tree resolution Complete
MCP tools · 2 exposed · ~62 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_settings_status ~34

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

open_settings ~28

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.