io.github.brajendrak00068/levea-mcp-server
NPM · LEVEA-MCP-SERVER · SCANNED AUG 3
Autonomous AI video editor over MCP: viral clips, captions, reframe, chroma key, MP4 export
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 (107 of 108), 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 (107 of 108), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- 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 70 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability70
- AI-judged instruction clarity (good).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 Management27
- Stability observed for 8 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
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 · levea-mcp-server
claude mcp add brajendrak00068-levea-mcp-server -- npx -y levea-mcp-server
codex mcp add brajendrak00068-levea-mcp-server -- npx -y levea-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"brajendrak00068-levea-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"levea-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add brajendrak00068-levea-mcp-server --command npx --arg -y --arg levea-mcp-server
mcp_servers:
brajendrak00068-levea-mcp-server:
command: "npx"
args: ["-y", "levea-mcp-server"] {
"mcpServers": {
"brajendrak00068-levea-mcp-server": {
"command": "npx",
"args": [
"-y",
"levea-mcp-server"
]
}
}
} 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.
- 2 Aug 26 +47
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Security disclosure: fail → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 +15
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −21
- 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
- 27 Jul 26 39
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 107 packages
107 packages in the resolved dependency tree · 107 deprecated · 32 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.
add_captions ~83
Add styled, word-highlighted captions to the current scene (caption_compose).
| Name | Type | Req | Description |
|---|---|---|---|
| highlight_words | array | — | Words to emphasize. |
| position | string | — | center | top | bottom (default center). |
| project_id | string | — | — |
| style | string | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | — | Optional project id for tracking / continuity. |
| prompt | string | yes | Natural-language description of the desired edit or creative brief. |
| scene | object | — | Optional existing scene/timeline state to continue editing. |
| video_url | string | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | string | yes | The job id to poll. |
| wait | boolean | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| params | object | — | Tool-specific parameters. |
| project_id | string | — | — |
| tool | string | yes | Backend 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.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Output format (default mp4). |
| project_id | string | — | — |
| quality | string | — | standard | high | max (default standard). |
| wait | boolean | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| focus | string | — | What to optimize for (e.g. "funny moments", "key insights"). |
| max_duration | number | — | Max clip length in seconds (default 60). |
| min_duration | number | — | Min clip length in seconds (default 15). |
| num_clips | number | — | How many clips (default 5). |
| project_id | string | — | — |
| video_url | string | — | Source video URL. |
No output schema declared.
No examples provided.
query_transcript ~43
Query the video transcript (search words, get timestamps). Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | — | — |
| query | string | — | 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.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | — | — |
No output schema declared.
No examples provided.
remove_silence ~70
Remove silent gaps from the video (clean_audio, silence mode).
| Name | Type | Req | Description |
|---|---|---|---|
| min_silence_duration | number | — | Min silence to cut, in ms (default 500). |
| project_id | string | — | — |
| silence_threshold | number | — | Amplitude threshold (default 0.02). |
No output schema declared.
No examples provided.