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

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

+41 this week 65 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 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
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
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 · broll-mcp

# add to Claude Code
claude mcp add luke-fairbanks-broll -- npx -y broll-mcp
# add to Codex CLI
codex mcp add luke-fairbanks-broll -- npx -y broll-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "luke-fairbanks-broll": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "broll-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add luke-fairbanks-broll --command npx --arg -y --arg broll-mcp
# ~/.hermes/config.yaml
mcp_servers:
  luke-fairbanks-broll:
    command: "npx"
    args: ["-y", "broll-mcp"]
// mcp.json
{
  "mcpServers": {
    "luke-fairbanks-broll": {
      "command": "npx",
      "args": [
        "-y",
        "broll-mcp"
      ]
    }
  }
}
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.

  • 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.

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 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.

MCP tools — 14 exposed · ~967 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
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).

NameTypeReqDescription
probebooleanLive-verify social platform credentials (no posts are made)

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
mediaarrayAsset ids or absolute paths
platformsarrayyes
textstringyes

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
platformsarrayyes
postsarrayyes

No output schema declared.

No examples provided.

extract_frame ~43

Extract a single PNG frame from a video at a timestamp — use it to visually QA a render.

NameTypeReqDescription
assetstringyes
atSecnumber

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
aspectstring
labelstringHuman-readable label stored on the asset
ninteger
promptstringyes
providerstringForce a provider by name: openai | gemini | mock

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
aspectstring
durationSecinteger
promptstringyes
providerstringForce a provider by name: gemini | mock

No output schema declared.

No examples provided.

import_asset ~49

Copy a local file (image/video/audio) into the broll workspace and get an asset id for it.

NameTypeReqDescription
labelstring
pathstringyesAbsolute path to the file

No output schema declared.

No examples provided.

list_assets ~31

List workspace assets (generated, imported, and rendered), optionally filtered by kind.

NameTypeReqDescription
kindstring

No output schema declared.

No examples provided.

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 ~37

Inspect a media file: duration, dimensions, codecs, streams. Accepts an asset id or absolute path.

NameTypeReqDescription
assetstringyes

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
confirmbooleanyesMust be true. Confirms the user explicitly approved publishing this draft now.
draftIdstringyes
platformsarrayPublish to only this subset of the draft’s platforms (e.g. test one network first).

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
specobjectyes

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
planobjectyes

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
avatarAssetstringAsset id or absolute path of an image
biostring
confirmbooleanyesMust be true. Confirms the user explicitly approved this profile change.
displayNamestring

No output schema declared.

No examples provided.