# BetaDrop (npm · @betadrop/mcp)

Publish iOS and Android builds to testers and manage share links from an AI coding agent.

- Trust score: 74/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@betadrop/mcp`
- Version: `0.2.5`
- 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-09-20.

- **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.
  - 31 of 95 dependencies flagged as unhealthy.
- **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 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 724 tokens (~65/item across 11 items; 11 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.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "betadrop_logout" implies "revoke" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the BetaDrop MCP server?

BetaDrop runs locally as an npm package, launched with npx -y @betadrop/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add betadrop-app-betadrop-mcp -- npx -y @betadrop/mcp
```

### Cursor

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

### VS Code

```json
{
  "servers": {
    "betadrop-app-betadrop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@betadrop/mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add betadrop-app-betadrop-mcp -- npx -y @betadrop/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add betadrop-app-betadrop-mcp --command npx --arg -y --arg @betadrop/mcp
```

### Hermes

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

### Netclaw

```json
{
  "McpServers": {
    "betadrop-app-betadrop-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@betadrop/mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add betadrop-app-betadrop-mcp -t stdio -c npx -a -y @betadrop/mcp
```

### Other

```json
{
  "mcpServers": {
    "betadrop-app-betadrop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@betadrop/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-09-20 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 73, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-09-12 (score 69, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-11 (score 54)

First indexed and scored.

## MCP tools (11)

### `betadrop_whoami` (~26 tokens)

Check authentication status and show the active account and BetaDrop server details.

### `betadrop_login` (~68 tokens)

Configure API authentication with a BetaDrop token. Validates the token against the server and saves credentials to the shared CLI config.

Input parameters:

- `apiUrl` (string): Optional BetaDrop API base URL override.
- `token` (string, required): BetaDrop API token (e.g. bd_live_...)

### `betadrop_logout` (~23 tokens)

Revoke the active token on the server and clear local credentials.

### `betadrop_publish` (~206 tokens)

Publish an iOS (.ipa) or Android (.apk) build to BetaDrop.

Input parameters:

- `buildNumber` (string): Override the build number.
- `bundleId` (string): Override the bundle / package ID.
- `expiryDeviceLimit` (number): Expire after N unique devices (requires expiryType 'devices' or 'combined').
- `expiryDownloadLimit` (number): Expire after N downloads (requires expiryType 'downloads' or 'combined').
- `expiryTimeDays` (number): Expire after N days (requires expiryType 'time' or 'combined').
- `expiryType` (string): Expiry strategy for this build.
- `filePath` (string, required): Absolute path to the build file (.ipa or .apk).
- `name` (string): Override the app display name.
- `notes` (string): Release notes shown on the install page.
- `version` (string): Override the version string (e.g. 1.2.3).

### `betadrop_upload_status` (~44 tokens)

Get the result of the most recent betadrop_publish upload, including the install link. Call this only when betadrop_publish reported the upload was still running.

### `betadrop_list_builds` (~91 tokens)

List recent builds published to BetaDrop, optionally filtered by platform and status.

Input parameters:

- `page` (number): Page number (default 1).
- `perPage` (number): Results per page (default 20, max 100).
- `platform` (string): Filter by platform. Omit to list all.
- `status` (string): Filter by status. Omit to list all.

### `betadrop_list_expired_builds` (~85 tokens)

List all expired builds on BetaDrop. Shortcut for listing builds with status 'expired'. Shows expiry reason and details.

Input parameters:

- `page` (number): Page number (default 1).
- `perPage` (number): Results per page (default 20, max 100).
- `platform` (string): Filter by platform. Omit to list all.

### `betadrop_help` (~29 tokens)

Get a quick reference of all available BetaDrop MCP tools, their inputs, and example prompts.

### `betadrop_token_list` (~21 tokens)

List all active CLI tokens for the current account.

### `betadrop_token_create` (~90 tokens)

Create a new CLI token. The plaintext token is shown exactly once — copy it immediately.

Input parameters:

- `abilities` (array): Permissions granted to the token. Defaults to ['*'] (all).
- `expiresInDays` (number): Token lifetime in days (1–365). Omit for no expiry.
- `name` (string, required): Human-readable label for the token (max 100 chars).

### `betadrop_token_delete` (~41 tokens)

Revoke a CLI token by its ID.

Input parameters:

- `tokenId` (string, required): ID of the token to revoke (from betadrop_token_list).

## Diagnostics

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

## Score history

- 2026-09-20: 74
- 2026-09-19: 73
- 2026-09-18: 73
- 2026-09-17: 69
- 2026-09-16: 69
- 2026-09-15: 69
- 2026-09-14: 69
- 2026-09-13: 69
- 2026-09-12: 69
- 2026-09-11: 54

## Common questions

### What is the BetaDrop MCP server?

BetaDrop is an MCP server listed in the public MCP registry as io.github.betadrop-app/betadrop-mcp. Publish iOS and Android builds to testers and manage share links from an AI coding agent. This page covers its npm package (@betadrop/mcp).

### Is the BetaDrop MCP server safe to use?

BetaDrop scores 74 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the BetaDrop MCP server expose?

BetaDrop exposes 11 tools: betadrop_whoami, betadrop_login, betadrop_logout, betadrop_publish, betadrop_upload_status, and 6 more. Their descriptions and schemas cost roughly 724 tokens of context every time the server is loaded.

### Is the BetaDrop MCP server still maintained?

BetaDrop is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the BetaDrop MCP server under?

BetaDrop declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

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