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

mcp-video

PYPI · MCP-VIDEO · SCANNED SEP 21

Compatibility package: mcp-video now installs Kinocut (formerly mcp-video).

Available components

+18 this week 75 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 34 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
Schema Quality & AI Usability77
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 21532 tokens (~109/item across 197 items; 196 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management70
  • Stability observed for 21 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage73
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 7% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety78
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 1 of 10 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "video_acceptance_eval" implies "eval" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 198 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the mcp-video server?

mcp-video runs locally as a PyPI package, launched with uvx mcp-video. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · mcp-video

# add to Claude Code
claude mcp add kyanitelabs-mcp-video -- uvx mcp-video
// .cursor/mcp.json
{
  "mcpServers": {
    "kyanitelabs-mcp-video": {
      "command": "uvx",
      "args": [
        "mcp-video"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "kyanitelabs-mcp-video": {
      "command": "uvx",
      "args": [
        "mcp-video"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add kyanitelabs-mcp-video -- uvx mcp-video
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kyanitelabs-mcp-video": {
      "type": "local",
      "command": [
        "uvx",
        "mcp-video"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add kyanitelabs-mcp-video --command uvx --arg mcp-video
# ~/.hermes/config.yaml
mcp_servers:
  kyanitelabs-mcp-video:
    command: "uvx"
    args: ["mcp-video"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "kyanitelabs-mcp-video": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcp-video"
      ]
    }
  }
}
# add to Vellum
assistant mcp add kyanitelabs-mcp-video -t stdio -c uvx -a mcp-video
// mcp.json
{
  "mcpServers": {
    "kyanitelabs-mcp-video": {
      "command": "uvx",
      "args": [
        "mcp-video"
      ]
    }
  }
}
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.

  • 20 Sept 26 +1

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

  • 18 Sept 26 +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.

  • 16 Sept 26 +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.

  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −14
    • Malware scan: pass → unverified security
  • 11 Sept 26 +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.

  • 9 Sept 26 +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.

  • 7 Sept 26 +4
    • Stability: unverified → 0.23 functional
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 21 Sept 2026 · Analysed pypi/mcp-video@1.6.12

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 34 packages
Packages resolved 34
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 196 exposed · ~21,443 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
video_design_quality_check ~96

Run comprehensive design quality analysis on a video. Checks layout, typography, color, motion, and composition quality. Can automatically fix issues where possible. Args: input_path: Absolute path to video file auto_fix: If True, automatically apply fixes strict: If True, treat warnings as errors

NameTypeReqDescription
auto_fixboolean
input_pathstringyes
strictboolean

Structured output declared, but exposes no named fields.

No examples provided.

video_detect_scenes ~97

Detect scene changes in a video. Args: input_path: Absolute path to the input video. threshold: Scene detection sensitivity (0.0-1.0, lower = more sensitive, default 0.3). min_scene_duration: Minimum scene duration in seconds (default 1.0).

NameTypeReqDescription
input_pathstringyes
min_scene_durationnumber
thresholdnumber

Structured output declared, but exposes no named fields.

No examples provided.

video_dub_plan ~51

Local TTS dub plan ES-first (P4.4) — plan only until backend configured.

NameTypeReqDescription
caption_pathstringyes
target_langstring
voice

Structured output declared, but exposes no named fields.

No examples provided.

video_duck_audio ~251

Mix background music under a video's voice with automatic ducking. The video's own audio (voice/dialog) drives FFmpeg's sidechain compressor, so the music dips while speech plays and recovers in pauses — the standard treatment for shorts, reels, and podcast clips. Args: input_path: Video whose existing audio drives the ducking. music_path: Background music or ambience to mix underneath. output_path: Where to save the result. Auto-generated if omitted. music_volume: Base music level before ducking (0-2, default 0.6). threshold: Sidechain level above which ducking engages (0-1). ratio: Compression ratio applied while voice plays (1-20). attack: How fast the music dips, in milliseconds (1-2000). release: How fast the music recovers, in milliseconds (1-9000).

NameTypeReqDescription
attacknumber
input_pathstringyes
music_pathstringyes
music_volumenumber
output_path
rationumber
releasenumber
thresholdnumber

Structured output declared, but exposes no named fields.

No examples provided.

video_edit ~239

Execute a full timeline-based edit from a JSON specification. The timeline JSON describes video clips, audio tracks, text overlays, image overlays, transitions, and export settings in a single operation. Image overlays are applied in a single filtergraph pass (no multiple re-encodes). Sequence shortcut (simple multi-clip chain with per-boundary transitions):: { "clips": ["a.mp4", "b.mp4", "c.mp4"], "transitions": ["fade", "dissolve"], "transition_duration": 0.5 } Args: timeline: Full Timeline JSON (width/height/tracks/export) **or** the sequence shortcut above. Can also be a JSON string or a path to a .json file. Image overlays in tracks: {"type": "image", "images": [{"source": "logo.png", "position": "top-right", "width": 200, "opacity": 0.8}]} output_path: Where to save the final video. Auto-generated if omitted.

NameTypeReqDescription
output_path
timelineyes

Structured output declared, but exposes no named fields.

No examples provided.

video_edit_session ~70

Conversational edit session. Step with ``input_path`` measures real QC (N6).

NameTypeReqDescription
actionstringyes
goal
input_path
notesstring
pathstringyes
score
step_action

Structured output declared, but exposes no named fields.

No examples provided.

video_estimate_operation ~46

Dry-run local wall-time / cost-unit estimate (not cloud pricing).

NameTypeReqDescription
complexitynumber
duration_secondsnumberyes
operationstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_export ~171

Re-encode an existing video for final delivery using a quality preset and output format. Use this for publishing-ready renders; use video_convert when the main goal is container/codec conversion. The source video is read only and a new output file is produced.

NameTypeReqDescription
c2pa_manifest_pathOptional C2PA manifest definition JSON to sign the final mp4 export.
formatstringOutput format for delivery. Supported values are mp4, webm, gif, and mov.
input_pathstringyesAbsolute path to an existing local video file. The input file is read only.
output_pathDestination video path. Auto-generated when omitted; an existing supplied path may be overwritten.
qualitystringDelivery quality preset: low, medium, high, or ultra.

Structured output declared, but exposes no named fields.

No examples provided.

video_export_frames ~112

Export frames from a video as individual images. Args: input_path: Absolute path to the input video. output_dir: Directory for extracted frames. Auto-generated if omitted. fps: Frames per second to extract (1.0 = 1 frame per second, default 1.0). format: Output image format (jpg or png, default jpg).

NameTypeReqDescription
formatstring
fpsnumber
input_pathstringyes
output_dir

Structured output declared, but exposes no named fields.

No examples provided.

video_extract_audio ~88

Extract the audio track from a video file. Args: input_path: Absolute path to the input video. output_path: Where to save the audio file. Auto-generated if omitted. format: Audio format (mp3, aac, wav, ogg, flac).

NameTypeReqDescription
formatstring
input_pathstringyes
output_path

Structured output declared, but exposes no named fields.

No examples provided.

video_extract_frame ~77

Extract a single frame from a video for visual verification. Args: input_path: Absolute path to the video. timestamp: Time in seconds to extract. output_path: Where to save the frame. Auto-generated if omitted.

NameTypeReqDescription
input_pathstringyes
output_path
timestampnumber

Structured output declared, but exposes no named fields.

No examples provided.

video_fade ~190

Render fade-in and/or fade-out effects onto an existing video without modifying the source file. Use fade_in for a fade from black at the start and fade_out for a fade to black at the end; output_path is created or overwritten.

NameTypeReqDescription
crfOptional FFmpeg CRF override from 0 to 51, where lower means higher quality.
fade_innumberNon-negative fade-in duration in seconds from black at the start.
fade_outnumberNon-negative fade-out duration in seconds to black at the end.
input_pathstringyesAbsolute path to an existing local video file. The input file is read only.
output_pathDestination video path. Auto-generated when omitted; an existing supplied path may be overwritten.
presetOptional FFmpeg encoding preset: ultrafast, fast, medium, slow, or veryslow.

Structured output declared, but exposes no named fields.

No examples provided.

video_filter ~251

Apply a visual filter to a video. Common presets: - blur: params={"radius": 5, "strength": 1} - color_preset: params={"preset": "warm"} (warm, cool, vintage, cinematic, noir) Args: input_path: Absolute path to the input video. filter_type: Filter type (blur, sharpen, brightness, contrast, saturation," " grayscale, sepia, invert, vignette, color_preset, denoise," " deinterlace, ken_burns, reverb, compressor, pitch_shift," " noise_reduction). params: Optional filter parameters (e.g. radius for blur, preset for color_preset). output_path: Where to save the output. Auto-generated if omitted. crf: Override CRF value (0-51, lower = better quality). Default 23. preset: Override FFmpeg encoding preset (ultrafast, fast, medium, slow, veryslow).

NameTypeReqDescription
crf
filter_typestringyes
input_pathstringyes
output_path
params
preset

Structured output declared, but exposes no named fields.

No examples provided.

video_find_moments ~99

Persist or query a revision-bound local semantic index.

NameTypeReqDescription
edit_project_idstringyes
embedding
index_digest
limitinteger
min_confidencenumber
project_dirstringyes
revision_idstringyes
selected_span_ids
selection_example_ids
semantic_artifact
text

Structured output declared, but exposes no named fields.

No examples provided.

video_fix_design_issues ~76

Auto-fix design issues in a video. Applies automatic fixes for brightness, contrast, saturation, and audio level issues. Args: input_path: Absolute path to input video output_path: Absolute path for output (auto-generated if omitted)

NameTypeReqDescription
input_pathstringyes
output_path

Structured output declared, but exposes no named fields.

No examples provided.

video_generate_subtitles ~95

Generate SRT subtitles from text entries and optionally burn into video. Args: entries: List of subtitle entries with keys: start (float), end (float), text (str). input_path: Absolute path to the input video. burn: If True, burn subtitles into the video (default False).

NameTypeReqDescription
burnboolean
entriesarrayyes
input_pathstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_generative_plan ~105

Generative last-mile plan with spend caps (P4.1) — plan only. Paid providers require ``max_spend_usd > 0`` and estimate ≤ cap. Use ``assert_generative_executable`` (multipliers) before any provider I/O.

NameTypeReqDescription
estimated_spend_usdnumber
max_spend_usdnumber
model
promptstringyes
providerstring

Structured output declared, but exposes no named fields.

No examples provided.

video_hls_segment ~131

Segment a video into HLS (HTTP Live Streaming) format. Args: input_path: Absolute path to the input video. output_dir: Directory to save segments. Auto-generated if omitted. segment_duration: Target segment duration in seconds (default 4). playlist_name: Name of the master playlist file. qualities: List of quality levels (e.g. ["low", "medium", "high"]).

NameTypeReqDescription
input_pathstringyes
output_dir
playlist_namestring
qualities
segment_durationinteger

Structured output declared, but exposes no named fields.

No examples provided.

video_hook_candidates ~43

Thumbnail + hook-title candidates for human pick (TE.2).

NameTypeReqDescription
countinteger
languagestring
topicstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_info ~81

Probe a video file for metadata. Returns JSON {success, info:{duration, resolution, codec, fps, size, ...}}. Use before any edit to learn the source's dimensions and length. Pass input_path as the absolute path to the existing video. Args: input_path: Absolute path to the video file.

NameTypeReqDescription
input_pathstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_info_detailed ~67

Get extended video metadata. Returns detailed video information including scene change detection and dominant colors. Args: input_path: Absolute path to input video. Returns: Dict with duration, fps, resolution, bitrate, has_audio, scene_changes.

NameTypeReqDescription
input_pathstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_ingest ~63

Ingest immutable source bytes into an existing or new private project.

NameTypeReqDescription
lineage
project_dirstringyes
source_pathstringyes
usage_rights_evidence_ref
usage_rights_statusstring

Structured output declared, but exposes no named fields.

No examples provided.

video_init_project ~49

Scaffold a local Kinocut project directory (media/out/receipts + optional Cutfile).

NameTypeReqDescription
name
pathstringyes
with_cutfileboolean

Structured output declared, but exposes no named fields.

No examples provided.

video_inspect_temporal ~43

Build and persist the complete deterministic temporal evidence package.

NameTypeReqDescription
asset_idstringyes
declared_regions
project_dirstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_intent ~73

Route a semantic intent verb to a plan (does not silently mutate media). Optional ``goal`` compiles a reviewable cutfile (N1) without rendering.

NameTypeReqDescription
goal
list_verbsboolean
params
source
verbstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_language_coverage ~24

Honest per-surface language coverage for transcribe/translate/dub.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

video_layout_grid ~172

Create grid-based multi-video layout. Arranges multiple videos in a grid pattern (2x2, 3x1, etc.). Args: clips: List of absolute paths to video files. layout: Grid layout (2x2, 3x1, 1x3, 2x3). output_path: Absolute path for output video. gap: Pixels between clips. Default 10. padding: Padding around grid. Default 20. background: Background color hex. Default #141414. Returns: Dict with success status and output_path.

NameTypeReqDescription
backgroundstring
clipsarrayyes
gapinteger
layoutstringyes
output_pathstringyes
paddinginteger

Structured output declared, but exposes no named fields.

No examples provided.

video_layout_pip ~253

Picture-in-picture overlay. Overlay a smaller video on top of a main video. Args: main_path: Absolute path to main video. pip_path: Absolute path to picture-in-picture video. output_path: Absolute path for output video. position: Position (top-left, top-right, bottom-left, bottom-right). Default bottom-right. size: PIP size as fraction of main. Default 0.25. margin: Margin from edges in pixels. Default 20. border: Add border around PIP. Default true. border_color: Border color hex. Default #CCFF00. border_width: Border width in pixels. Default 2. rounded_corners: Apply rounded corners to PIP. Default true. Returns: Dict with success status and output_path.

NameTypeReqDescription
borderboolean
border_colorstring
border_widthinteger
main_pathstringyes
margininteger
output_pathstringyes
pip_pathstringyes
positionstring
rounded_cornersboolean
sizenumber

Structured output declared, but exposes no named fields.

No examples provided.

video_learning_report ~35

Project a learning report (verdicts, defects, costs, recipes) from records.

NameTypeReqDescription
project_dirstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_luma_key ~95

Mask out dark regions based on luminance (brightness). Args: input_path: Absolute path to the input video. threshold: Luminance threshold (0.0-1.0). Pixels darker than this become transparent. output_path: Where to save the output. Auto-generated if omitted.

NameTypeReqDescription
input_pathstringyes
output_path
thresholdnumber

Structured output declared, but exposes no named fields.

No examples provided.

video_merge ~185

Concatenate two or more existing video clips into one rendered output file. Returns JSON {success, output_path}. Use to join ordered clips into a single video. Pass clips as an ordered list of absolute paths (at least two); output is auto-named or written to output_path.

NameTypeReqDescription
clipsarrayyesOrdered absolute paths to existing video clips. Provide at least two clips; inputs are validated and never modified.
output_pathDestination video path. Auto-generated when omitted; an existing supplied path may be overwritten.
transitionOptional xfade transition applied to every clip boundary, such as fade, dissolve, wipeleft, wiperight, slideleft, or slideright.
transition_durationnumberDuration in seconds for each transition; must fit inside neighboring clips.
transitionsOptional per-boundary xfade transitions. Overrides transition when provided.

Structured output declared, but exposes no named fields.

No examples provided.

video_metric_qc ~56

Offline metric floor (duration/black/loudness) — fail-closed, no invented values.

NameTypeReqDescription
input_pathstringyes
max_black_rationumber
min_duration_secondsnumber

Structured output declared, but exposes no named fields.

No examples provided.

video_mograph_count ~135

Generate animated number counter video. Creates a standalone video of an animated counting number. Args: start: Starting number. end: Ending number. duration: Animation duration in seconds. output_path: Absolute path for output video. style: Optional style dict with font, size, color, glow. fps: Frame rate. Default 30. Returns: Dict with success status and output_path.

NameTypeReqDescription
durationnumberyes
endintegeryes
fpsinteger
output_pathstringyes
startintegeryes
style

Structured output declared, but exposes no named fields.

No examples provided.

video_mograph_progress ~151

Generate progress bar / loading animation. Creates a standalone progress animation video. Args: duration: Animation duration in seconds. output_path: Absolute path for output video. style: Progress style (bar, circle, dots). Default bar. color: Progress color hex. Default #CCFF00. track_color: Background track color hex. Default #333333. fps: Frame rate. Default 30. Returns: Dict with success status and output_path.

NameTypeReqDescription
colorstring
durationnumberyes
fpsinteger
output_pathstringyes
stylestring
track_colorstring

Structured output declared, but exposes no named fields.

No examples provided.

video_normalize_audio ~118

Normalize audio loudness to a target LUFS level. Common presets: -16 (YouTube), -23 (EBU R128/broadcast), -14 (Apple/Spotify). Args: input_path: Absolute path to the input video. target_lufs: Target integrated loudness in LUFS (default -16 for YouTube). output_path: Where to save the output. Auto-generated if omitted.

NameTypeReqDescription
input_pathstringyes
output_path
target_lufsnumber

Structured output declared, but exposes no named fields.

No examples provided.

video_otio_export ~39

Export Timeline IR to simplified OTIO JSON (P4.2).

NameTypeReqDescription
output_pathstringyes
timelineobjectyes

Structured output declared, but exposes no named fields.

No examples provided.

video_otio_import ~31

Import simplified OTIO JSON to Timeline IR (P4.2).

NameTypeReqDescription
pathstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_overlay ~281

Picture-in-picture: overlay a video on top of another. Args: background_path: Absolute path to the background video. overlay_path: Absolute path to the overlay video. position: Position on screen. Named (top-left, etc.), pixel" " {"x": 100, "y": 50}, or percentage {"x_pct": 0.5, "y_pct": 0.5}. width: Width to scale the overlay to (pixels). height: Height to scale the overlay to (pixels). opacity: Overlay opacity (0.0 to 1.0). start_time: When the overlay appears (seconds). duration: How long the overlay is visible (seconds). output_path: Where to save the output. Auto-generated if omitted. crf: Override CRF value (0-51, lower = better quality). Default 23. preset: Override FFmpeg encoding preset (ultrafast, fast, medium, slow, veryslow).

NameTypeReqDescription
background_pathstringyes
crf
duration
height
opacitynumber
output_path
overlay_pathstringyes
position
preset
start_time
width

Structured output declared, but exposes no named fields.

No examples provided.

video_preflight ~39

Run unified technical, loudness, color, and decode preflight.

NameTypeReqDescription
asset_idstringyes
project_dirstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_preview ~84

Generate a fast low-resolution preview for quick review. Args: input_path: Absolute path to the input video. output_path: Where to save the preview. Auto-generated if omitted. scale_factor: Downscale factor (4 = 1/4 resolution).

NameTypeReqDescription
input_pathstringyes
output_path
scale_factorinteger

Structured output declared, but exposes no named fields.

No examples provided.

video_project_create ~75

Scaffold a cinematic video project with style, storyboard, and refs folders. Args: slug: Project slug using lowercase letters, numbers, hyphens, or underscores. output_dir: Base directory for the projects/ folder. Defaults to the current working directory.

NameTypeReqDescription
output_dir
slugstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_project_recipe_export ~81

Export a verified edit revision as a path-free portable recipe.

NameTypeReqDescription
edit_project_idstringyes
intent_verbstring
operationsarrayyes
policies
project_dirstringyes
required_checks
review_gates
revision_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_project_recipe_replay ~62

Replay a portable recipe into a new durable project revision.

NameTypeReqDescription
artifactobjectyes
base_revision_id
edit_project_idstringyes
project_dirstringyes
source_bindingsobjectyes

Structured output declared, but exposes no named fields.

No examples provided.

video_propose_broll ~58

Transcript-keyed b-roll proposals — human review required, never silent insert.

NameTypeReqDescription
keyword_allowlist
max_proposalsinteger
min_span_secondsnumber
segmentsarrayyes

Structured output declared, but exposes no named fields.

No examples provided.

video_propose_mutations ~30

Map QC findings to typed proposed mutations (human apply only).

NameTypeReqDescription
findingsarrayyes

Structured output declared, but exposes no named fields.

No examples provided.

video_publish_gate ~49

Evaluate the fail-closed publish gate; any blocking finding blocks publishing.

NameTypeReqDescription
blocking_findingsarrayyes
candidate_artifactstringyes
project_dirstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_publish_validate ~82

Validate a publish spec. ``solve=True`` also emits a cutfile (N5).

NameTypeReqDescription
captionsboolean
containerstring
duration_secondsnumberyes
heightintegeryes
platformstringyes
solveboolean
source
widthintegeryes

Structured output declared, but exposes no named fields.

No examples provided.

video_punch_zoom_plan ~48

Auto-zoom punch-in plan on cut points (TE.5).

NameTypeReqDescription
cut_timesarrayyes
duration_secondsnumber
zoomnumber

Structured output declared, but exposes no named fields.

No examples provided.

video_qc_narrative ~39

Narrative/retention heuristics incl. first-15s window (P3.4).

NameTypeReqDescription
input_pathstringyes

Structured output declared, but exposes no named fields.

No examples provided.

video_qc_vision ~43

Vision QC third — graceful if VLM unavailable (P3.3).

NameTypeReqDescription
input_pathstringyes
require_vlmboolean

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the mcp-video server?

mcp-video is listed in the public MCP registry as io.github.KyaniteLabs/mcp-video. Compatibility package: mcp-video now installs Kinocut (formerly mcp-video). This page covers its PyPI package (mcp-video).

Is the mcp-video server safe to use?

mcp-video scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. 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 mcp-video server expose?

mcp-video exposes 196 tools: video_info, video_trim, video_merge, video_add_text, video_add_texts, and 191 more. Their descriptions and schemas cost roughly 21,443 tokens of context every time the server is loaded.

Is the mcp-video server still maintained?

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