io.github.luke-fairbanks/broll
NPM · BROLL-MCP · SCANNED AUG 3
Content studio MCP for coding agents: BYO keys, deterministic video rendering, draft-first posting
Available components
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (143 of 147), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (143 of 147), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 21 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 967 tokens (~69/item across 14 items; 14 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage78
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 33% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · broll-mcp
claude mcp add luke-fairbanks-broll -- npx -y broll-mcp
codex mcp add luke-fairbanks-broll -- npx -y broll-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"luke-fairbanks-broll": {
"type": "local",
"command": [
"npx",
"-y",
"broll-mcp"
],
"enabled": true
}
}
} openclaw mcp add luke-fairbanks-broll --command npx --arg -y --arg broll-mcp
mcp_servers:
luke-fairbanks-broll:
command: "npx"
args: ["-y", "broll-mcp"] {
"mcpServers": {
"luke-fairbanks-broll": {
"command": "npx",
"args": [
"-y",
"broll-mcp"
]
}
}
} 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.
- 3 Aug 26 +4
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +42
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: 100 → unverified ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 31 Jul 26 −6
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 28 Jul 26 +19
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 33 functional
- First check of Schema quality: pass functional
- First check of Schema quality: unverified functional
- 27 Jul 26 24
First indexed and scored.
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 143 packages
143 packages in the resolved dependency tree · 143 deprecated · 38 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
broll_status broll status ~73
Report workspace location, ffmpeg availability, configured generation providers, and social platform readiness. Call this first to see what is possible. Pass probe: true to live-verify social credentials (makes real authenticated API calls, posts nothing).
| Name | Type | Req | Description |
|---|---|---|---|
| probe | boolean | — | Live-verify social platform credentials (no posts are made) |
No output schema declared.
No examples provided.
create_post_draft Create post draft ~87
Create a reviewable post draft (text + media + target platforms). Validates against per-platform rules (char limits, media counts/sizes) and reports violations. Nothing is published — drafts are files the user can inspect; use publish_post to send.
| Name | Type | Req | Description |
|---|---|---|---|
| media | array | — | Asset ids or absolute paths |
| platforms | array | yes | — |
| text | string | yes | — |
No output schema declared.
No examples provided.
create_thread_draft Create thread draft ~82
Create a multi-post thread draft. On publish, posts chain as replies under the first one (Bluesky reply refs, X in_reply_to). Each post has its own text and up to 4 images, validated per platform. Nothing is published until publish_post with confirm: true.
| Name | Type | Req | Description |
|---|---|---|---|
| platforms | array | yes | — |
| posts | array | yes | — |
No output schema declared.
No examples provided.
extract_frame Extract frame ~43
Extract a single PNG frame from a video at a timestamp — use it to visually QA a render.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | — |
| atSec | number | — | — |
No output schema declared.
No examples provided.
generate_image Generate image ~113
Generate image(s) with the user’s own API keys (BYO-key: OpenAI or Gemini; falls back to a labelled mock when no keys are set). Returns workspace asset ids usable in render_video, render_carousel, and post drafts.
| Name | Type | Req | Description |
|---|---|---|---|
| aspect | string | — | — |
| label | string | — | Human-readable label stored on the asset |
| n | integer | — | — |
| prompt | string | yes | — |
| provider | string | — | Force a provider by name: openai | gemini | mock |
No output schema declared.
No examples provided.
generate_video Generate video ~88
Generate a short video clip with the user’s own API keys (Gemini Veo when configured; labelled mock otherwise). Expensive with real keys — only call when the user’s workflow needs generated footage.
| Name | Type | Req | Description |
|---|---|---|---|
| aspect | string | — | — |
| durationSec | integer | — | — |
| prompt | string | yes | — |
| provider | string | — | Force a provider by name: gemini | mock |
No output schema declared.
No examples provided.
import_asset Import asset ~49
Copy a local file (image/video/audio) into the broll workspace and get an asset id for it.
| Name | Type | Req | Description |
|---|---|---|---|
| label | string | — | — |
| path | string | yes | Absolute path to the file |
No output schema declared.
No examples provided.
list_assets List assets ~31
List workspace assets (generated, imported, and rendered), optionally filtered by kind.
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | — | — |
No output schema declared.
No examples provided.
list_drafts List drafts ~22
List post drafts in the outbox with status and publish results.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
probe_asset Probe asset ~37
Inspect a media file: duration, dimensions, codecs, streams. Accepts an asset id or absolute path.
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | yes | — |
No output schema declared.
No examples provided.
publish_post Publish post ~112
Publish a draft to its target platforms. Requires confirm: true — never call this without the user’s explicit go-ahead in the conversation. Platforms without credentials fail independently with setup instructions; "export" always succeeds and writes a ready-to-post bundle.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | yes | Must be true. Confirms the user explicitly approved publishing this draft now. |
| draftId | string | yes | — |
| platforms | array | — | Publish to only this subset of the draft’s platforms (e.g. test one network first). |
No output schema declared.
No examples provided.
render_carousel Render carousel ~60
Render branded carousel slides (the Instagram/LinkedIn format). Layout, fonts, accent bar, page numbers, and watermark are deterministic code; backgrounds can be plain color or any image asset. Returns one asset per slide.
| Name | Type | Req | Description |
|---|---|---|---|
| spec | object | yes | — |
No output schema declared.
No examples provided.
render_video Render video ~72
Compile a declarative RenderPlan into an mp4 via ffmpeg — deterministic, brand-aware, no generation keys needed. Clips (video/image/color) are concatenated in order; overlays and captions are burned in; optional music is mixed under clip audio. Returns the rendered asset id.
| Name | Type | Req | Description |
|---|---|---|---|
| plan | object | yes | — |
No output schema declared.
No examples provided.
set_profile Set profile ~98
Update the Bluesky profile (display name, bio, avatar image) — merges with the existing profile, never clobbers other fields. Requires confirm: true because it changes the public account.
| Name | Type | Req | Description |
|---|---|---|---|
| avatarAsset | string | — | Asset id or absolute path of an image |
| bio | string | — | — |
| confirm | boolean | yes | Must be true. Confirms the user explicitly approved this profile change. |
| displayName | string | — | — |
No output schema declared.
No examples provided.