
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
myvideogift-mcp
Advanced tools
MCP server for My Video Gift — create and deliver personalized video gifts (photos + an original song) from any AI agent or MCP client.
Create and deliver personalized video gifts (photos + an original song) from any Model Context Protocol client — Claude Desktop, Cursor, agent frameworks, IDEs.
It wraps the My Video Gift agent API. Renders draw from a prepaid credit balance, so the connecting key must be a live key with credits.
| Tool | What it does | API |
|---|---|---|
list_occasions | List supported occasions (drives song + tone) | GET /occasions |
check_account | Key status + prepaid credit balance | GET /account |
create_gift | Create a gift from photos + song, optionally render it | POST /gifts → /photos → /render |
get_gift | Fetch a gift + (once ready) the film URL | GET /gifts/{id} |
list_gifts | List your gifts, newest first (filter by status) | GET /gifts |
create_gift will not render unless you pass consent=true (you attest you
hold the rights to the photos and the recipient's depiction) and at least one
photo_urls entry — the guard runs before any credit is spent.
| Env var | Required | Default |
|---|---|---|
MVG_API_KEY | yes | — (a mvg_live_… key from developers.myvideogift.com) |
MVG_API_BASE | no | https://myvideogift.com/api/v1 |
Add to your MCP client config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"myvideogift": {
"command": "npx",
"args": ["-y", "myvideogift-mcp"],
"env": { "MVG_API_KEY": "mvg_live_your_key_here" }
}
}
}
npm install
npm run build
npm test # offline smoke test — boots the server, asserts the tools
MVG_API_KEY=mvg_live_… npm start
npm publish (public) so npx myvideogift-mcp resolves.mcp-publisher login github then mcp-publisher publish
(validates server.json; the io.github.cryptolibertus/* namespace is verified
by your GitHub login).smithery.yaml).See ../../docs/agentic/LISTINGS.md for the full submission checklist.
FAQs
MCP server for My Video Gift — create and deliver personalized video gifts (photos + an original song) from any AI agent or MCP client.
The npm package myvideogift-mcp receives a total of 35 weekly downloads. As such, myvideogift-mcp popularity was classified as not popular.
We found that myvideogift-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.