# iOS Web Bluetooth (WebBLE) (npm · @ios-web-bluetooth/mcp)

MCP server to ship Web Bluetooth on iPhone Safari via the WebBLE extension.

- Trust score: 50/100 (low)
- Change this week: +17
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@ios-web-bluetooth/mcp`: 50/100 (this document), [markdown](https://verifymcp.io/servers/wklm-ios-web-bluetooth/ios-web-bluetooth-mcp.md), [page](https://verifymcp.io/servers/wklm-ios-web-bluetooth/ios-web-bluetooth-mcp)

## Channel facts

- Registry: `npm`
- Package: `@ios-web-bluetooth/mcp`
- Version: `0.1.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-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 60 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 42/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 535 tokens (~38/item across 14 items; 7 tools + 7 resources), lean.
  - 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**: 70/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 11% of tool parameters carry a description.
- **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 wklm-ios-web-bluetooth -- npx -y @ios-web-bluetooth/mcp
```

### Codex

```bash
codex mcp add wklm-ios-web-bluetooth -- npx -y @ios-web-bluetooth/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add wklm-ios-web-bluetooth --command npx --arg -y --arg @ios-web-bluetooth/mcp
```

### Hermes

```yaml
mcp_servers:
  wklm-ios-web-bluetooth:
    command: "npx"
    args: ["-y", "@ios-web-bluetooth/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "wklm-ios-web-bluetooth": {
      "command": "npx",
      "args": [
        "-y",
        "@ios-web-bluetooth/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-03 (score 50, +19)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-02 (score 31, +20)

- [security improvement] Malware scan: unverified → pass
- [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 11, −22)

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

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

First indexed and scored.

## MCP tools (7)

### `webble_install_plan` (~100 tokens)

WebBLE install plan

Return a machine-actionable install plan for shipping Web Bluetooth on iOS Safari via WebBLE in the given framework + package manager: exact shell `commands` and concrete `files_to_edit` (the polyfill bootstrap) an agent can apply with zero judgment, plus human-readable steps, a runnable snippet, and an attribution token.

Input parameters:

- `framework` (string, required)
- `include_premium` (boolean)
- `package_manager` (string, required)

### `webble_verify_integration` (~103 tokens)

WebBLE verify integration

Return an agent-runnable checklist (exact shell commands + pass criteria) to confirm a WebBLE integration is correct: dependency installed, polyfill bootstrap wired into the entry point, project builds, TypeScript types resolve, and the onboarding banner mounted. Lets an agent assert success with zero human eyeballing. Does NOT verify the on-device Safari extension (that is the end-user device step).

Input parameters:

- `framework` (string, required)
- `package_manager` (string)

### `webble_example` (~52 tokens)

WebBLE code example

Return a ready-to-paste code snippet for a canonical BLE profile (heart-rate, battery, cgm, lock, beacon, peripheral-chat) with preconditions and spec citations.

Input parameters:

- `profile` (string, required)

### `webble_detect_ios_support` (~40 tokens)

Detect WebBLE support on iOS Safari

Return a runtime detection snippet for navigator.bluetooth and window.webbleIOS, plus notes covering every way the detection can go wrong on iPhone Safari.

### `webble_premium_guide` (~55 tokens)

WebBLE premium API guide

Explain one of the iOS-only premium surfaces (backgroundSync, notifications, liveActivity, beacons, peripheral, whiteLabel) with a runnable code example and App Store requirement.

Input parameters:

- `api` (string, required)

### `webble_troubleshoot` (~58 tokens)

WebBLE troubleshooting checklist

Return a diagnostic checklist plus the single most common fix for one of four WebBLE failure modes (extension-not-detected, device-disconnects, gatt-operation-failed, notifications-not-firing).

Input parameters:

- `topic` (string, required)

### `webble_spec_citation` (~65 tokens)

WebBluetooth spec citation

Return the W3C Web Bluetooth spec URL, a one-paragraph summary, and implementation caveats for a specific method (e.g. navigator.bluetooth.requestDevice).

Input parameters:

- `method` (string, required): Fully-qualified Web Bluetooth method, e.g. "navigator.bluetooth.requestDevice".

## Diagnostics

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

## Score history

- 2026-08-03: 50
- 2026-08-02: 31
- 2026-08-01: 11
- 2026-07-31: 11
- 2026-07-30: 33
- 2026-07-28: 33
- 2026-07-27: 33

## Links

- npm package: https://www.npmjs.com/package/@ios-web-bluetooth/mcp
- Socket report: https://socket.dev/npm/package/@ios-web-bluetooth/mcp
- Website: https://ioswebble.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/wklm-ios-web-bluetooth/ios-web-bluetooth-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/wklm-ios-web-bluetooth/ios-web-bluetooth-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/wklm-ios-web-bluetooth/ios-web-bluetooth-mcp
