# BeatDesign (mcpb · beatdesign-0.2.1.mcpb)

Local-first open-source AI media workbench with Canvas, video editor, Assets, and MCP tools.

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

## Components

- mcpb · `beatdesign-0.2.1.mcpb`: 50/100 (this document), [markdown](https://verifymcp.io/servers/erickkkyt-beatdesign/https-github-com-beatapi-beatdesign-releases-download-v0-2-1-beatdesign-0-2-1-mc.md), [page](https://verifymcp.io/servers/erickkkyt-beatdesign/https-github-com-beatapi-beatdesign-releases-download-v0-2-1-beatdesign-0-2-1-mc)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/BeatAPI/BeatDesign/releases/download/v0.2.1/beatdesign-0.2.1.mcpb`
- 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-21.

- **Supply Chain Security**: 24/100
  - Malware scan not yet available for this package.
  - Known CVEs were checked across the 28 of 28 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - 7 of 28 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 21 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 51/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 802 tokens (~40/item across 20 items; 20 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 63/100
  - Stability observed for 19 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 20 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 20 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

- Download bundle: `https://github.com/BeatAPI/BeatDesign/releases/download/v0.2.1/beatdesign-0.2.1.mcpb`

## 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 50, +1)

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

### 2026-09-18 (score 49, +1)

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

### 2026-09-16 (score 48, +1)

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

### 2026-09-13 (score 47, +1)

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

### 2026-09-11 (score 46, +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-10 (score 45, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-02 (score 41)

First indexed and scored.

## MCP tools (20)

### `bdesign_project_list` (~23 tokens)

List local BeatDesign projects.

Input parameters:

- `limit` (integer)

### `bdesign_project_get` (~36 tokens)

Read one project with its Canvas and Editor documents.

Input parameters:

- `includeAssets` (boolean)
- `projectId` (string, required)

### `bdesign_project_create` (~25 tokens)

Create a new local BeatDesign project.

Input parameters:

- `name` (string, required)

### `bdesign_asset_list` (~33 tokens)

List Assets that belong to a project.

Input parameters:

- `limit` (integer)
- `projectId` (string, required)

### `bdesign_asset_get` (~35 tokens)

Read one project Asset by stable assetId.

Input parameters:

- `assetId` (string, required)
- `projectId` (string, required)

### `bdesign_asset_import` (~46 tokens)

Import a local image, video, or audio file into the project Asset library from an absolute path.

Input parameters:

- `filePath` (string, required)
- `projectId` (string, required)

### `bdesign_canvas_get` (~28 tokens)

Read the Canvas document and revision for a project.

Input parameters:

- `projectId` (string, required)

### `bdesign_canvas_search` (~58 tokens)

Search Canvas nodes by name, prompt, result text, model, kind, or media type.

Input parameters:

- `kind` (string)
- `projectId` (string, required)
- `query` (string)
- `type` (string)

### `bdesign_canvas_apply` (~61 tokens)

Apply incremental Canvas operations. Raw document replacement is not exposed.

Input parameters:

- `commandId` (string)
- `expectedRevision`
- `idempotencyKey` (string)
- `operations` (array, required)
- `projectId` (string, required)

### `bdesign_generation_models` (~28 tokens)

List logical generation models and their current parameter/reference capabilities.

Input parameters:

- `kind` (string)

### `bdesign_generation_model_get` (~30 tokens)

Read one logical model, including defaults and accepted parameters.

Input parameters:

- `modelId` (string, required)

### `bdesign_generation_submit` (~73 tokens)

Submit an asset-first image, video, or analysis generation. Outputs are recorded as reusable Assets.

Input parameters:

- `mode` (string, required)
- `modelId` (string, required)
- `parameters` (object)
- `projectId` (string, required)
- `prompt` (string, required)
- `references` (array)

### `bdesign_generation_status` (~44 tokens)

Read and, when possible, refresh one generation task.

Input parameters:

- `generationId` (string, required)
- `projectId` (string)
- `refresh` (boolean)

### `bdesign_generation_history` (~32 tokens)

List generation history for a project.

Input parameters:

- `limit` (integer)
- `projectId` (string, required)

### `bdesign_editor_get` (~26 tokens)

Read the current Editor timeline and revision.

Input parameters:

- `projectId` (string, required)

### `bdesign_editor_edit` (~71 tokens)

Apply incremental timeline operations such as add, trim, split, move, remove, audio updates, and Takes.

Input parameters:

- `commandId` (string)
- `expectedRevision`
- `idempotencyKey` (string)
- `operations` (array, required)
- `projectId` (string, required)

### `bdesign_editor_snapshot` (~44 tokens)

Resolve the active timeline clips at a time. This is semantic inspection, not a pixel screenshot.

Input parameters:

- `projectId` (string, required)
- `time` (number, required)

### `bdesign_editor_diagnostics` (~35 tokens)

Diagnose gaps, overlaps, missing media, duration mismatches, and tiny clips.

Input parameters:

- `projectId` (string, required)

### `bdesign_editor_view` (~39 tokens)

Build an Editor deep link for a time and return its semantic snapshot.

Input parameters:

- `projectId` (string, required)
- `time` (number)

### `bdesign_editor_history` (~35 tokens)

Read persisted command receipts for timeline and Canvas changes.

Input parameters:

- `limit` (integer)
- `projectId` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/erickkkyt-beatdesign/https-github-com-beatapi-beatdesign-releases-download-v0-2-1-beatdesign-0-2-1-mc#diagnostics

## Score history

- 2026-09-21: 50
- 2026-09-20: 50
- 2026-09-19: 49
- 2026-09-18: 49
- 2026-09-17: 48
- 2026-09-16: 48
- 2026-09-15: 47
- 2026-09-14: 47
- 2026-09-13: 47
- 2026-09-12: 46
- 2026-09-11: 46
- 2026-09-10: 45
- 2026-09-09: 41
- 2026-09-08: 41
- 2026-09-07: 41
- 2026-09-06: 41
- 2026-09-05: 41
- 2026-09-04: 41
- 2026-09-03: 41
- 2026-09-02: 41

## Common questions

### What is the BeatDesign MCP server?

BeatDesign is an MCP server listed in the public MCP registry as io.github.erickkkyt/beatdesign. Local-first open-source AI media workbench with Canvas, video editor, Assets, and MCP tools. This page covers its MCPB bundle (https://github.com/BeatAPI/BeatDesign/releases/download/v0.2.1/beatdesign-0.2.1.mcpb).

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

BeatDesign scores 50 out of 100 on VerifyMCP. 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 BeatDesign MCP server expose?

BeatDesign exposes 20 tools: bdesign_project_list, bdesign_project_get, bdesign_project_create, bdesign_asset_list, bdesign_asset_get, and 15 more. Their descriptions and schemas cost roughly 802 tokens of context every time the server is loaded.

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

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

## Links

- Repository: https://github.com/BeatAPI/BeatDesign
- Changelog RSS feed: https://verifymcp.io/servers/erickkkyt-beatdesign/https-github-com-beatapi-beatdesign-releases-download-v0-2-1-beatdesign-0-2-1-mc.xml
- Changelog JSON feed: https://verifymcp.io/servers/erickkkyt-beatdesign/https-github-com-beatapi-beatdesign-releases-download-v0-2-1-beatdesign-0-2-1-mc.json
- HTML version of this page: https://verifymcp.io/servers/erickkkyt-beatdesign/https-github-com-beatapi-beatdesign-releases-download-v0-2-1-beatdesign-0-2-1-mc
