# io.github.CryptoLibertus/myvideogift (npm · myvideogift-mcp)

Create and deliver personalized video gifts (photos + an original song) from any agent.

- Trust score: 64/100 (medium)
- Change this week: +46
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `myvideogift-mcp`: 64/100 (this document), [markdown](https://verifymcp.io/servers/cryptolibertus-myvideogift/myvideogift-mcp.md), [page](https://verifymcp.io/servers/cryptolibertus-myvideogift/myvideogift-mcp)

## Channel facts

- Registry: `npm`
- Package: `myvideogift-mcp`
- Version: `1.0.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 22 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 537 tokens (~107/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add cryptolibertus-myvideogift -- npx -y myvideogift-mcp
```

### Codex

```bash
codex mcp add cryptolibertus-myvideogift -- npx -y myvideogift-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cryptolibertus-myvideogift": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "myvideogift-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cryptolibertus-myvideogift --command npx --arg -y --arg myvideogift-mcp
```

### Hermes

```yaml
mcp_servers:
  cryptolibertus-myvideogift:
    command: "npx"
    args: ["-y", "myvideogift-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "cryptolibertus-myvideogift": {
      "command": "npx",
      "args": [
        "-y",
        "myvideogift-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 64, −3)

No change was recorded against any check on this day. Supply Chain Security went from 97 to 87. Other categories moved too: Stability & Change Management rose 4.

### 2026-08-02 (score 67, +19)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Stability: unverified → 0.23

### 2026-08-01 (score 48, +18)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 30, +21)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 9, −65)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Dependency health: partial → unverified

### 2026-07-28 (score 74, +56)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: fail
- [functional] Licence: MIT

### 2026-07-27 (score 18)

First indexed and scored.

## MCP tools (5)

### `list_occasions` (~44 tokens)

List occasions

List the supported occasions (anniversary, birthday, wedding, memorial, graduation, …). Use an occasion id when creating a gift; it drives the song and tone.

### `check_account` (~30 tokens)

Check account

Return the API key's account status and prepaid credit balance. Use before rendering to confirm there are enough credits.

### `create_gift` (~341 tokens)

Create video gift

Create a personalized video gift from photos + an original song and (optionally) render the film. Rendering spends one prepaid credit and takes a few minutes — poll with get_gift, or watch list_gifts for status 'delivered'. You MUST pass consent=true to render (you attest you hold the rights to the photos and the recipient's depiction).

Input parameters:

- `consent` (boolean): REQUIRED to render: you attest you hold the rights to these photos and the recipient's depiction.
- `feeling_words` (array): Up to 6 tone words, e.g. ['joyful','grateful','proud'].
- `memory` (string): A sentence or two the song can lean on.
- `occasion` (string, required): Occasion id from list_occasions, e.g. 'anniversary-video'. Drives the song and tone.
- `photo_urls` (array): Public image URLs of the recipient (up to 30). Required to render.
- `recipient_name` (string, required): Who the gift is for, e.g. 'Jamie'.
- `relationship` (string, required): Relationship to the recipient, e.g. 'my wife', 'grandpa', 'our team'.
- `render` (boolean): Render the film now (spends one credit). If false, create a draft only. Defaults to false.
- `story_note` (string): Extra context for the film's narrative.
- `style` (string): Render style preset. Defaults to 'gift' (unchanged). 'social' biases delivery toward vertical 9:16; 'brand' is for branded gifts.
- `tier` (string): Film tier. Defaults to 'signature'.

### `get_gift` (~52 tokens)

Get video gift

Fetch one gift by id — its status and, once delivered, the film_url. Poll this after create_gift with render=true.

Input parameters:

- `gift_id` (string, required): The gift_id returned by create_gift.

### `list_gifts` (~70 tokens)

List video gifts

List this key's gifts, newest first. Filter by status (e.g. 'delivered') to find finished films.

Input parameters:

- `limit` (integer): Max gifts to return (default 20, max 50).
- `status` (string): Optional status filter, e.g. 'delivered'.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/cryptolibertus-myvideogift/myvideogift-mcp#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 67
- 2026-08-01: 48
- 2026-07-31: 30
- 2026-07-30: 9
- 2026-07-29: 74
- 2026-07-28: 74
- 2026-07-27: 18

## Links

- npm package: https://www.npmjs.com/package/myvideogift-mcp
- Socket report: https://socket.dev/npm/package/myvideogift-mcp
- Changelog RSS feed: https://verifymcp.io/servers/cryptolibertus-myvideogift/myvideogift-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/cryptolibertus-myvideogift/myvideogift-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/cryptolibertus-myvideogift/myvideogift-mcp
