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.

io.github.n0Sp00n/clipmaster-mcp

PYPI · CLIPMASTER-MCP · SCANNED SEP 20

AI video clipping with ClipMaster (clipmaster.app): clips, exports, scheduling.

Available components

0 this week 80 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 32 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability77
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 772 tokens (~64/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (17% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.n0Sp00n/clipmaster-mcp server?

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

pypi · clipmaster-mcp

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

  • 20 Sept 26 0
    • Stability: 0.97 → pass security
  • 19 Sept 26 +1

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

  • 17 Sept 26 +1

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

  • 15 Sept 26 +16
    • Malware scan: unverified → pass security
  • 14 Sept 26 −18
    • Malware scan: pass → unverified security
    • Stability: pass → 0.80 functional
  • 13 Sept 26 0
    • Stability: 0.97 → pass security
  • 12 Sept 26 +1

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

  • 10 Sept 26 +1

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

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 20 Sept 2026 · Analysed pypi/clipmaster-mcp@0.1.1

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 32 packages
Packages resolved 32
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 12 exposed · ~772 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
get_clip ~39

Full detail for one clip: all AI analysis, transcript, and settings.

NameTypeReqDescription
clip_idintegeryes
project_idintegeryes

No output schema declared.

No examples provided.

get_compilation ~32

Full detail for one compilation: member clips, order, format, duration.

NameTypeReqDescription
compilation_idintegeryes

No output schema declared.

No examples provided.

get_export_status ~40

Poll an export. When completed, download_url is a temporary link that expires - fetch or share it promptly.

NameTypeReqDescription
export_idintegeryes

No output schema declared.

No examples provided.

get_status ~54

Get processing status and progress for a project. status is one of: uploading, uploaded, processing, completed, failed. When completed, list_clips(project_id) returns the generated clips.

NameTypeReqDescription
project_idintegeryes

No output schema declared.

No examples provided.

ingest_youtube ~175

Import a YouTube video into ClipMaster and start AI clip generation. Args: url: A YouTube video URL. orientation: Target clip aspect ratio - "vertical" (9:16), "horizontal" (16:9), "square" (1:1), or "original". user_query: Optional natural-language query; matching scenes are found automatically during processing (e.g. "moments where she laughs"). compilation_format: Optionally auto-build a ready-to-post compilation from the clips - "auto", "hook_loop", "tutorial", or "qa_highlights". Returns the new project_id. Processing takes minutes - poll get_status.

NameTypeReqDescription
compilation_format
orientationstring
urlstringyes
user_query

No output schema declared.

No examples provided.

list_clips ~58

List the AI-generated clips of a completed project. Each clip has a name, time range, and AI metadata (hook line, clip type, confidence). Use get_clip for full detail on one clip.

NameTypeReqDescription
project_idintegeryes
NameTypeReqDescription
resultarrayyes

No examples provided.

list_compilations ~40

List the user's compilations (cross-project clip collections), optionally filtered to those auto-built from one source project.

NameTypeReqDescription
source_project_id

No output schema declared.

No examples provided.

list_projects ~18

List the user's video projects (most recent first).

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultarrayyes

No examples provided.

list_scheduled_posts ~42

List scheduled and published posts in a date range (ISO-8601 dates).

NameTypeReqDescription
from_datestringyes
to_datestringyes

No output schema declared.

No examples provided.

list_social_accounts ~36

List connected social accounts (needed for schedule_post) and which platforms are available. Connecting an account happens in the web app.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

schedule_post ~179

Schedule a rendered export to publish on a connected social account. Provide exactly ONE target: (clip_id + export_id) or (compilation_id + compilation_export_id). The export must exist first - use trigger_export. scheduled_at is ISO-8601 UTC (e.g. "2026-08-20T16:00:00Z") and must be at least 10 minutes in the future. Retrying the same account + export + time is safe: the API returns the existing post instead of scheduling twice.

NameTypeReqDescription
clip_id
compilation_export_id
compilation_id
description
export_id
hashtags
privacystring
scheduled_atstringyes
social_account_idintegeryes
title

No output schema declared.

No examples provided.

trigger_export ~59

Render a clip with its saved editor settings (captions, crop, effects). Charges tokens from the user's balance. Returns an export_id to poll with get_export_status.

NameTypeReqDescription
clip_idintegeryes
project_idintegeryes

No output schema declared.

No examples provided.

Common questions

What is the io.github.n0Sp00n/clipmaster-mcp server?

io.github.n0Sp00n/clipmaster-mcp is listed in the public MCP registry as io.github.n0Sp00n/clipmaster-mcp. AI video clipping with ClipMaster (clipmaster.app): clips, exports, scheduling. This page covers its PyPI package (clipmaster-mcp).

Is the io.github.n0Sp00n/clipmaster-mcp server safe to use?

io.github.n0Sp00n/clipmaster-mcp scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 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 io.github.n0Sp00n/clipmaster-mcp server expose?

io.github.n0Sp00n/clipmaster-mcp exposes 12 tools: ingest_youtube, get_status, list_projects, list_clips, get_clip, and 7 more. Their descriptions and schemas cost roughly 772 tokens of context every time the server is loaded.

Is the io.github.n0Sp00n/clipmaster-mcp server still maintained?

io.github.n0Sp00n/clipmaster-mcp 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.