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.egocen-vivideo/vivideo

NPM · @VIVIDEO/MCP · 2 COMPONENTS · SCANNED SEP 20

AI video generation via the Vivideo API: auto or manual mode, avatars, voices, brand kits.

−1 this week 81 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
  • 32 of 97 dependencies flagged as unhealthy. 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 (MIT).Pass
  • Actively maintained (last published 53 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1367 tokens (~105/item across 13 items; 13 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 Coverage83
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 50% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 13 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 13 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.egocen-vivideo/vivideo MCP server?

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

npm · @vivideo/mcp

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

  • 19 Sept 26 +1

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

  • 18 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 17 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 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.

  • 14 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 13 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.

  • 12 Sept 26 0
    • Security disclosure: fail → unverified 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 20 Sept 2026 · Analysed npm/@vivideo/mcp@1.0.2

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

Background: SBOMs and build attestations, explained →

MCP tools · 13 exposed · ~1,367 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
check_account ~70

Get the account plan, premium status, and remaining credit balance. Use this to decide whether the user can generate a video (rendering needs a premium plan and enough credits). Returns plan, premium, credits, free_video_available, and links (upgrade / buy_credits). Cheap and safe to call often.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

check_configuration ~78

Check whether a Vivideo API key is configured for this MCP server. Call this FIRST. Returns { configured: boolean }. If false, ask the user to set the VIVIDEO_API_KEY environment variable (a key from https://app.vivideo.ai/account/api-keys) and restart the MCP server. Never asks for or exposes the key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

create_auto_video ~218

Create a video in AUTO mode: Vivideo writes the script and produces a complete AI-avatar video from your prompt. Returns immediately with a video id and status "processing" (paid) or "preview" (free accounts — see the preview field and upgrade link). Then call wait_for_video or get_video. An Idempotency-Key is sent automatically so a retry never creates a duplicate. Rendering requires a premium plan and credits.

NameTypeReqDescription
avatar_idstringFrom list_avatars. Omit for a default presenter.
brand_kit_idstringA brand_ref from list_brand_kits.
duration_secondsinteger5–300, default 30.
folder_idstring
idempotency_keystringOptional. Reuse the same key to make a retry safe.
namestring
orientationstring
promptstringyesWhat the video should show or say.
voice_idstringFrom list_voices.

No output schema declared.

No examples provided.

create_manual_video ~222

Create a video in MANUAL mode: send your prompt straight to a specific model (get ids/options from list_models). The operation is inferred from inputs — add image_url for image-to-video. resolution/duration/aspect_ratio must match the model (an invalid value returns a 400 listing what is allowed). Returns a video id and status; then wait_for_video or get_video. Idempotency handled automatically.

NameTypeReqDescription
aspect_ratiostring
duration_secondsintegerMust be one of the model's durations.
folder_idstring
generate_audioboolean
idempotency_keystring
image_urlstringPublic https image → image-to-video.
modelstringyesA model id from list_models, e.g. "veo31_fast".
namestring
negative_promptstring
promptstringyes
resolutionstring
seedinteger
stylestring

No output schema declared.

No examples provided.

estimate_credits ~116

Estimate the credits a generation will cost, from the published per-model rates — BEFORE creating it. This is an estimate, not a charge; the exact amount is returned as credits_charged when you create the video. Use it with check_account to confirm the user can afford the request.

NameTypeReqDescription
duration_secondsinteger
modestringyes
modelstringRequired for manual mode — a model id from list_models.
resolutionstringManual mode — one of the model's resolutions.

No output schema declared.

No examples provided.

get_video ~82

Get a video's current status and result. status is one of queued | processing | completed | failed | preview. When completed, video_url is the MP4. When failed, credits are refunded and error explains why. Cheap; prefer wait_for_video for polling instead of calling this in a tight loop.

NameTypeReqDescription
idstringyesThe video id from a create call.

No output schema declared.

No examples provided.

list_avatars ~112

List available avatars for auto-mode videos (the stock catalogue plus the account's own avatars). Stock avatars are grouped by person, each with a `looks` array — pass a looks[].avatar_id (or an owned avatar's id) as `avatar_id` in create_auto_video. Use `search`/`limit` to keep responses small.

NameTypeReqDescription
genderstring
limitintegerMax avatars to return (default 20).
searchstringFilter avatars by name.

No output schema declared.

No examples provided.

list_brand_kits ~50

List the account's brand kits (logo, colors, fonts, motion style). Returns brand_ref ids to pass as `brand_kit_id` in create_auto_video to produce an on-brand video.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_models ~85

List the video models available for MANUAL mode plus the auto-generate pipeline (id "vivideo-auto"). Each model lists its operations, allowed durations, resolutions, aspect ratios, style presets and per-second credit rate — use these to build a valid create request. Filter with `mode` to keep the response small.

NameTypeReqDescription
modestringOnly return models for this mode.

No output schema declared.

No examples provided.

list_videos ~47

List the account's videos, newest first. Filter by status and limit the count to keep responses small.

NameTypeReqDescription
limitintegerDefault 20.
statusstring

No output schema declared.

No examples provided.

list_voices ~92

List available voices for auto-mode videos. Returns voice ids to pass as `voice_id` in create_auto_video. Filter by language/gender/search and cap with `limit`. Voice cloning is not available via the API.

NameTypeReqDescription
genderstring
languagestringe.g. "English".
limitintegerMax voices (default 20).
searchstring

No output schema declared.

No examples provided.

render_preview ~86

For FREE accounts only: after the user upgrades, render a video that was returned as status "preview". Charges run on the same project (the first video after upgrading is free). If the video is already rendering/complete, returns its current state. If the account is still free, returns an upgrade_required error with an upgrade link.

NameTypeReqDescription
idstringyesThe preview video id.

No output schema declared.

No examples provided.

wait_for_video ~109

Wait for a video to reach a terminal state (completed / failed / preview), then return it. Polls safely at the API-suggested interval up to a timeout. If it does not finish in time it returns { timed_out: true } with the latest status so you can hand control back and call again later — it never blocks indefinitely or over-polls.

NameTypeReqDescription
idstringyes
timeout_secondsintegerMax wait (default 300, cap 1800).

No output schema declared.

No examples provided.

Common questions

What is the io.github.egocen-vivideo/vivideo MCP server?

io.github.egocen-vivideo/vivideo is an MCP server listed in the public MCP registry as io.github.egocen-vivideo/vivideo. AI video generation via the Vivideo API: auto or manual mode, avatars, voices, brand kits. This page covers its npm package (@vivideo/mcp).

Is the io.github.egocen-vivideo/vivideo MCP server safe to use?

io.github.egocen-vivideo/vivideo scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 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.egocen-vivideo/vivideo MCP server expose?

io.github.egocen-vivideo/vivideo exposes 13 tools: check_configuration, check_account, list_models, list_avatars, list_voices, and 8 more. Their descriptions and schemas cost roughly 1,367 tokens of context every time the server is loaded.

Is the io.github.egocen-vivideo/vivideo MCP server still maintained?

io.github.egocen-vivideo/vivideo 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.

What licence is the io.github.egocen-vivideo/vivideo MCP server under?

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