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.brajendrak00068/levea-mcp-server

NPM · LEVEA-MCP-SERVER · SCANNED SEP 25

Autonomous AI video editor over MCP: viral clips, captions, reframe, chroma key, MP4 export

Available components

+1 this week 76 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 Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 34 of 108 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability80
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 736 tokens (~73/item across 10 items; 10 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage92
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 76% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "remove_silence" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 10 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 io.github.brajendrak00068/levea-mcp-server server?

io.github.brajendrak00068/levea-mcp-server runs locally as an npm package, launched with npx -y levea-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · levea-mcp-server

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

  • 25 Sept 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 23 Sept 26 0
    • Stability: 0.97 → pass security
  • 22 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.

  • 19 Sept 26 +1
    • Security disclosure: unverified → fail ▼ functional
  • 18 Sept 26 0
    • Security disclosure: fail → unverified ▼ functional
  • 17 Sept 26 +1

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

  • 16 Sept 26 −3
    • Stability: pass → 0.77 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 25 Sept 2026 · Analysed npm/levea-mcp-server@0.3.0

Provenance No attestation

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

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 108 packages
Packages resolved 108
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 10 exposed · ~736 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
add_captions ~83

Add styled, word-highlighted captions to the current scene (caption_compose).

NameTypeReqDescription
highlight_wordsarray–Words to emphasize.
positionstring–center | top | bottom (default center).
project_idstring––
stylestring–Caption style preset (e.g. "viral", "clean"). Default "viral".

No output schema declared.

No examples provided.

autonomous_edit ~128

PRIMARY TOOL. Run a natural-language video edit end-to-end. The agent plans, executes, verifies, and exports. Accepts anything from a one-liner ("make this TikTok-ready") to a multi-paragraph creative brief. Use this unless you specifically need a deterministic single operation.

NameTypeReqDescription
project_idstring–Optional project id for tracking / continuity.
promptstringyesNatural-language description of the desired edit or creative brief.
sceneobject–Optional existing scene/timeline state to continue editing.
video_urlstring–Optional source video URL to edit.

No output schema declared.

No examples provided.

check_job_status ~63

Check the status/progress of an async job (e.g. an export) by job id. Read-only.

NameTypeReqDescription
job_idstringyesThe job id to poll.
waitboolean–If true, block until the job reaches a terminal state.

No output schema declared.

No examples provided.

editor_execute ~69

Power-user escape hatch: invoke a specific deterministic backend tool with raw params. Prefer autonomous_edit unless you need an exact single operation. Tools are allowlisted server-side.

NameTypeReqDescription
paramsobject–Tool-specific parameters.
project_idstring––
toolstringyesBackend tool name.

No output schema declared.

No examples provided.

editor_health ~30

Diagnostic: check connectivity to the configured backend (LEVEA_API_URL). Read-only, unauthenticated.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

export_video ~88

Export the final video to MP4. Returns a job id; poll with check_job_status, or set wait=true to block until done.

NameTypeReqDescription
formatstring–Output format (default mp4).
project_idstring––
qualitystring–standard | high | max (default standard).
waitboolean–If true, block until the export job completes.

No output schema declared.

No examples provided.

generate_viral_clips ~129

Extract short viral clips from a long video (engaging moments, bold captions, vertical reframe). Convenience wrapper over autonomous_edit.

NameTypeReqDescription
focusstring–What to optimize for (e.g. "funny moments", "key insights").
max_durationnumber–Max clip length in seconds (default 60).
min_durationnumber–Min clip length in seconds (default 15).
num_clipsnumber–How many clips (default 5).
project_idstring––
video_urlstring–Source video URL.

No output schema declared.

No examples provided.

query_transcript ~43

Query the video transcript (search words, get timestamps). Read-only.

NameTypeReqDescription
project_idstring––
querystring–Text / phrase to find.

No output schema declared.

No examples provided.

read_scene ~33

Read the current scene / timeline state (layers, durations, metadata). Read-only.

NameTypeReqDescription
project_idstring––

No output schema declared.

No examples provided.

remove_silence ~70

Remove silent gaps from the video (clean_audio, silence mode).

NameTypeReqDescription
min_silence_durationnumber–Min silence to cut, in ms (default 500).
project_idstring––
silence_thresholdnumber–Amplitude threshold (default 0.02).

No output schema declared.

No examples provided.

Common questions

What is the io.github.brajendrak00068/levea-mcp-server server?

io.github.brajendrak00068/levea-mcp-server is listed in the public MCP registry as io.github.brajendrak00068/levea-mcp-server. Autonomous AI video editor over MCP: viral clips, captions, reframe, chroma key, MP4 export. This page covers its npm package (levea-mcp-server).

Is the io.github.brajendrak00068/levea-mcp-server server safe to use?

io.github.brajendrak00068/levea-mcp-server scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. 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 io.github.brajendrak00068/levea-mcp-server server expose?

io.github.brajendrak00068/levea-mcp-server exposes 10 tools: autonomous_edit, generate_viral_clips, add_captions, remove_silence, read_scene, and 5 more. Their descriptions and schemas cost roughly 736 tokens of context every time the server is loaded.

Is the io.github.brajendrak00068/levea-mcp-server server still maintained?

io.github.brajendrak00068/levea-mcp-server is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.brajendrak00068/levea-mcp-server server under?

io.github.brajendrak00068/levea-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.