com.ilovevideoeditor/mcp-server
NPM · @ILOVEVIDEOEDITOR/MCP-SERVER · SCANNED AUG 3
Render videos from VideoJSON + 249+ templates via the iLoveVideoEditor API
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 Security83
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 19 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 557 tokens (~55/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 Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
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 · @ilovevideoeditor/mcp-server
claude mcp add com-ilovevideoeditor-mcp-server -- npx -y @ilovevideoeditor/mcp-server
codex mcp add com-ilovevideoeditor-mcp-server -- npx -y @ilovevideoeditor/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-ilovevideoeditor-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@ilovevideoeditor/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add com-ilovevideoeditor-mcp-server --command npx --arg -y --arg @ilovevideoeditor/mcp-server
mcp_servers:
com-ilovevideoeditor-mcp-server:
command: "npx"
args: ["-y", "@ilovevideoeditor/mcp-server"] {
"mcpServers": {
"com-ilovevideoeditor-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ilovevideoeditor/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 +46
- GHSA-frvp-7c67-39w9 affects this package: medium ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- License: unverified → pass ▲ functional
- Licence: Apache-2.0 functional
- 1 Aug 26 +16
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −41
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 46
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/@ilovevideoeditor/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-frvp-7c67-39w9 | medium | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N | yes |
Dependencies 96 packages
96 packages in the resolved dependency tree · 94 deprecated · 29 stale · 1 without a linked repository.
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.
ilovevideoeditor_get_download_url ~37
Get a fresh signed download URL for a completed render job.
| Name | Type | Req | Description |
|---|---|---|---|
| jobId | string | yes | Completed render job ID |
No output schema declared.
No examples provided.
ilovevideoeditor_get_layer_capabilities ~101
Return the built-in effects and transitions that are compatible with a given layer type (text, image, video, shape, audio, etc.). Use this before choosing effects or transitions for a layer.
| Name | Type | Req | Description |
|---|---|---|---|
| includeMetadata | boolean | — | When true, include labels, notes and recommended flags. |
| layerType | string | yes | Layer type to query: text, image, video, shape, audio, captions, composition, group, empty |
No output schema declared.
No examples provided.
ilovevideoeditor_get_render_status ~52
Check the status of a render job by its job ID.
| Name | Type | Req | Description |
|---|---|---|---|
| jobId | string | yes | The render job ID returned by ilovevideoeditor_render_json or ilovevideoeditor_render_template |
No output schema declared.
No examples provided.
ilovevideoeditor_get_template ~44
Get detailed information about a specific template, including its variable schema.
| Name | Type | Req | Description |
|---|---|---|---|
| templateId | string | yes | The template ID (e.g., lovable_good_morning) |
No output schema declared.
No examples provided.
ilovevideoeditor_list_templates ~25
List all available iLoveVideoEditor templates for generating personalized videos.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
ilovevideoeditor_local_analyze ~56
Analyze the generated VideoJSON layout in the local preview and return structured metrics and issues (overflow, overlap, font fallback, etc.).
| Name | Type | Req | Description |
|---|---|---|---|
| time | number | — | Time in seconds to analyze. Defaults to current frame. |
No output schema declared.
No examples provided.
ilovevideoeditor_local_capture ~51
Capture a screenshot from the running local preview at a given time.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Image format. |
| time | number | — | Time in seconds to capture. Defaults to current frame. |
No output schema declared.
No examples provided.
ilovevideoeditor_local_preview ~62
Start or stop the local preview dev server. Use this before capturing frames.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Action to perform on the local preview server. |
| file | string | — | Path to a TypeScript preview file to load. Required for start. |
No output schema declared.
No examples provided.
ilovevideoeditor_render_json ~46
Submit a raw VideoJSON payload to the iLoveVideoEditor render queue and receive a job ID.
| Name | Type | Req | Description |
|---|---|---|---|
| videoJSON | object | yes | A valid VideoJSON scene definition |
No output schema declared.
No examples provided.
ilovevideoeditor_render_template ~83
Generate a video from a named template with variables, queue it for rendering, and return a job ID.
| Name | Type | Req | Description |
|---|---|---|---|
| templateId | string | yes | Template ID (e.g., lovable_good_morning, lovable_apology, lovable_memory_montage) |
| variables | object | yes | Template-specific variables (userName, companionName, message, photos, etc.) |
No output schema declared.
No examples provided.