com.puppetry/mcp-server
NPM · @PUPPETRY.COM/MCP-SERVER · SCANNED SEP 25
Turn a portrait photo and a script into a talking-head AI video via the Puppetry 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 → 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
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: no source repository is declared. 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 73 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability64
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 1264 tokens (~114/item across 11 items; 11 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- 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 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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 11 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
How do I install the com.puppetry/mcp-server server?
com.puppetry/mcp-server runs locally as an npm package, launched with npx -y @puppetry.com/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @puppetry.com/mcp-server
claude mcp add com-puppetry-mcp-server -- npx -y @puppetry.com/mcp-server
{
"mcpServers": {
"com-puppetry-mcp-server": {
"command": "npx",
"args": [
"-y",
"@puppetry.com/mcp-server"
]
}
}
} {
"servers": {
"com-puppetry-mcp-server": {
"command": "npx",
"args": [
"-y",
"@puppetry.com/mcp-server"
]
}
}
} codex mcp add com-puppetry-mcp-server -- npx -y @puppetry.com/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-puppetry-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@puppetry.com/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add com-puppetry-mcp-server --command npx --arg -y --arg @puppetry.com/mcp-server
mcp_servers:
com-puppetry-mcp-server:
command: "npx"
args: ["-y", "@puppetry.com/mcp-server"] {
"McpServers": {
"com-puppetry-mcp-server": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@puppetry.com/mcp-server"
]
}
}
} assistant mcp add com-puppetry-mcp-server -t stdio -c npx -a -y @puppetry.com/mcp-server
{
"mcpServers": {
"com-puppetry-mcp-server": {
"command": "npx",
"args": [
"-y",
"@puppetry.com/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.
- 25 Sept 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 23 Sept 26 −3
- Stability: pass → 0.80 functional
- 22 Sept 26 +1
- Stability: 0.97 → pass security
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 −3
- Stability: pass → 0.80 functional
- 15 Sept 26 +1
- Stability: 0.97 → pass security
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
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 25 Sept 2026 · Analysed npm/@puppetry.com/mcp-server@0.1.1
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 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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 →
animate_audio ~339
Animate a portrait photo with your own audio file. The puppet will lip-sync to the provided audio. Returns a task_id — use get_video_status to check when the video is ready.
| Name | Type | Req | Description |
|---|---|---|---|
| audio | string | – | Hosted audio URL alias for agent callers. |
| audioUrl | string | – | Hosted audio URL alias. |
| audio_url | string | – | URL of the audio file (.mp3, .wav) to lip-sync against. |
| avatar | string | – | Hosted avatar image URL alias for agent callers. |
| avatarUrl | string | – | Hosted avatar image URL alias for agent callers. |
| avatar_url | string | – | Hosted avatar image URL snake_case alias. |
| expressiveness | number | – | Expression intensity 0.0–2.0. Default: 1.0. |
| idempotencyKey | string | – | Optional retry key sent as Idempotency-Key. |
| idempotency_key | string | – | Optional retry key alias sent as Idempotency-Key. |
| image | string | – | Hosted portrait image URL alias for agent callers. |
| imageUrl | string | – | Hosted portrait image URL alias. |
| image_url | string | – | URL of a portrait/face photo to animate. |
| photo | string | – | Hosted photo image URL alias for agent callers. |
| photoUrl | string | – | Hosted photo image URL alias for agent callers. |
| photo_url | string | – | Hosted photo image URL snake_case alias. |
| portrait | string | – | Deprecated alias for image_url. |
| portraitUrl | string | – | Hosted portrait image URL alias for agent callers. |
| portrait_url | string | – | Hosted portrait image URL snake_case alias. |
No output schema declared.
No examples provided.
create_puppet ~457
Turn a portrait photo into a realistic talking-head video. Provide an image URL, a text script, and a voice ID. The puppet will speak the script with lip-synced animation. Returns a task_id — use get_video_status to check when the video is ready.
| Name | Type | Req | Description |
|---|---|---|---|
| avatar | string | – | Hosted avatar image URL alias for agent callers. |
| avatarUrl | string | – | Hosted avatar image URL alias for agent callers. |
| avatar_url | string | – | Hosted avatar image URL snake_case alias. |
| expressiveness | number | – | Expression intensity 0.0–2.0. Higher = more animated facial movements. Default: 1.0. |
| idempotencyKey | string | – | Optional retry key sent as Idempotency-Key. |
| idempotency_key | string | – | Optional retry key alias sent as Idempotency-Key. |
| image | string | – | Hosted portrait image URL alias for agent callers. |
| imageUrl | string | – | Hosted portrait image URL alias. |
| image_url | string | – | URL of a portrait/face photo to animate. Must be a clear, front-facing image. |
| language | string | – | Language code (e.g. "en", "es", "fr"). Default: "en". |
| photo | string | – | Hosted photo image URL alias for agent callers. |
| photoUrl | string | – | Hosted photo image URL alias for agent callers. |
| photo_url | string | – | Hosted photo image URL snake_case alias. |
| portrait | string | – | Deprecated alias for image_url. |
| portraitUrl | string | – | Hosted portrait image URL alias for agent callers. |
| portrait_url | string | – | Hosted portrait image URL snake_case alias. |
| prompt | string | – | Alias for the text script, useful for prompt-oriented agents. |
| script | string | – | The text script for the puppet to speak (max 5000 chars). |
| text | string | – | Alias for the text script to synthesize and animate. |
| voice | string | – | Voice ID alias for SDK and agent callers. |
| voiceId | string | – | Voice ID alias. |
| voice_id | string | – | Voice ID from list_voices. Use list_voices first to find a suitable voice. |
No output schema declared.
No examples provided.
get_video_status ~112
Check the status of a Puppetry video generation job. Returns status (queued/processing/completed/failed), progress percentage, and the download URL when complete.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | – | Generated video ID alias. |
| jobId | string | – | Generated video job ID. |
| job_id | string | – | Generated video job ID alias. |
| taskId | string | – | Generated video task ID alias from submit responses. |
| task_id | string | – | The task ID returned by create_puppet or animate_audio. |
No output schema declared.
No examples provided.
list_voices ~97
List available AI voices for Puppetry. Returns voice ID, name, language, gender, and preview URL. Over 500 voices across 29 languages. Filter by language or gender.
| Name | Type | Req | Description |
|---|---|---|---|
| gender | string | – | Filter by gender: "male" or "female". Omit for all. |
| language | string | – | Filter voices by language code (e.g. "en", "es", "ja"). Omit for all. |
No output schema declared.
No examples provided.
puppetry_create_audio_upload_url ~43
Reserve a signed Puppetry-hosted audio upload URL. PUT the audio bytes to uploadUrl, then pass readUrl to puppetry_create_video_from_audio.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
puppetry_create_video_from_audio ~27
Create a talking-head video from a portrait image and an existing audio URL.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
puppetry_create_video_from_text ~31
Create a talking-head video from a portrait image and text. Returns a job ID for polling.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
puppetry_get_job_status ~19
Fetch a generated video job by ID.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
puppetry_get_quota ~25
Check the current Puppetry API key video credit balance and monthly usage.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
puppetry_lipsync ~32
Lip-sync a portrait or puppet with an existing audio URL. Alias of puppetry_create_video_from_audio.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
puppetry_list_voices ~82
List Puppetry voices for agent integrations. Supports the same language/gender filters as list_voices.
| Name | Type | Req | Description |
|---|---|---|---|
| gender | string | – | Filter by gender: "male" or "female". Omit for all. |
| language | string | – | Filter voices by language code (e.g. "en", "es", "ja"). Omit for all. |
No output schema declared.
No examples provided.
What is the com.puppetry/mcp-server server?
com.puppetry/mcp-server is listed in the public MCP registry as com.puppetry/mcp-server. Turn a portrait photo and a script into a talking-head AI video via the Puppetry API. This page covers its npm package (@puppetry.com/mcp-server).
Is the com.puppetry/mcp-server server safe to use?
com.puppetry/mcp-server scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 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 com.puppetry/mcp-server server expose?
com.puppetry/mcp-server exposes 11 tools: list_voices, create_puppet, animate_audio, get_video_status, puppetry_create_video_from_text, and 6 more. Their descriptions and schemas cost roughly 1,264 tokens of context every time the server is loaded.
Is the com.puppetry/mcp-server server still maintained?
com.puppetry/mcp-server is still listed as active in the MCP registry. We last reached this channel on 25 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 com.puppetry/mcp-server server under?
com.puppetry/mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.