io.github.GarAlex/promoshot
OCI · GHCR.IO/GARALEX/PROMOSHOT-MCP:V0.2.78 · SCANNED SEP 20
Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video).
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 Security0
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency32
- 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
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 9 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability65
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 4122 tokens (~158/item across 26 items; 26 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 Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage92
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 76% 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 26 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 27 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
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the io.github.GarAlex/promoshot MCP server?
io.github.GarAlex/promoshot runs locally as a container image, launched with docker run --rm -i ghcr.io/garalex/promoshot-mcp:v0.2.78. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.
oci · ghcr.io/garalex/promoshot-mcp:v0.2.78
claude mcp add garalex-promoshot -- docker run --rm -i ghcr.io/garalex/promoshot-mcp:v0.2.78
{
"mcpServers": {
"garalex-promoshot": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/garalex/promoshot-mcp:v0.2.78"
]
}
}
} {
"servers": {
"garalex-promoshot": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/garalex/promoshot-mcp:v0.2.78"
]
}
}
} codex mcp add garalex-promoshot -- docker run --rm -i ghcr.io/garalex/promoshot-mcp:v0.2.78
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"garalex-promoshot": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/garalex/promoshot-mcp:v0.2.78"
],
"enabled": true
}
}
} mcp_servers:
garalex-promoshot:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/garalex/promoshot-mcp:v0.2.78"] {
"McpServers": {
"garalex-promoshot": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"ghcr.io/garalex/promoshot-mcp:v0.2.78"
]
}
}
} {
"mcpServers": {
"garalex-promoshot": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/garalex/promoshot-mcp:v0.2.78"
]
}
}
} 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.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +4
- Stability: unverified → 0.23 ▲ functional
- 17 Sept 26 0
- Security disclosure: unverified → fail ▼ functional
- 16 Sept 26 0
- Security disclosure: fail → unverified ▼ functional
- 11 Sept 26 35
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 20 Sept 2026 · Analysed oci/ghcr.io/garalex/promoshot-mcp:v0.2.78
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
Background: How many MCP packages publish verified provenance →
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 →
promo_apply ~225
The whole vocabulary through one door: a batch of the editor's own commands applied as ONE atomic step — delete, move, rename, enable, retime; addLayer/addResource whole; updateLayer / patchResource / patchSettings as JSON merge patches (only the fields you pass change; null removes) — a wipe is {"transitionIn": {"kind": "wipe", "duration": 0.5}}, a swap is upsertKeyframe with resourceID and a transition, a trim is patchResource; setMarkers replaces the timeline's markers and chapters whole. Every command succeeds or nothing is written. The schema of `commands` IS the editor's Command enum.
| Name | Type | Req | Description |
|---|---|---|---|
| commands | array | yes | Commands in order; ids are the file's own (promo_inspect lists layers, resources by promo_schema_full) |
| preview | boolean | – | Attach an inline thumbnail of the composition (default true); the same image lands at <Name> Exports/preview.png beside the project |
| project | string | yes | Path to the .promo project folder (metadata.json + Resources/) |
No output schema declared.
No examples provided.
promo_diff ~100
What changed since you last looked, in the format's own terms: two projects compared by entity — settings by key, resources and layers by id, keyframes by id — as lines you can act on. Copy metadata.json aside before a person's turn, then diff against the copy.
| Name | Type | Req | Description |
|---|---|---|---|
| against | string | yes | The other project folder (or its metadata.json) |
| project | string | yes | Path to the .promo project folder (metadata.json + Resources/) |
No output schema declared.
No examples provided.
promo_explain ~144
The agent's debugger: why is this layer where it is — the renderer's OWN numbers at a moment. Per layer: visible and why not, the resource shown (swap-aware), the resolved transform and the rect on the canvas in pixels, opacity, rotation, tilt, viewport, gain, the keyframes bracketing the moment, transitions and fades; per project: timing problems and validate's warnings. Defaults to the composition's midpoint.
| Name | Type | Req | Description |
|---|---|---|---|
| layer | string | – | One layer's id; absent = all |
| project | string | yes | Path to the .promo project folder (metadata.json + Resources/) |
| time | number | – | Seconds (default: midpoint) |
No output schema declared.
No examples provided.
promo_init ~210
Create a project folder: metadata.json boilerplate, canvas, palette, a background layer, ids minted. The file it writes is ordinary metadata.json — hand-edit it freely afterwards; the schema stays the source of truth. Never overwrites. A thumbnail comes attached.
| Name | Type | Req | Description |
|---|---|---|---|
| canvas | string | yes | "1920x1080" (or {width, height}) |
| id | string | – | Your own short project id; unnamed mints a UUID. The background layer is always "bg". |
| name | string | – | – |
| palette | object | – | Named colours: {"canvas": "10182B", "text": "F3F5FF"} (or [{name, colorHex}]). "canvas" becomes the background. |
| preview | boolean | – | Attach an inline thumbnail of the composition (default true); the same image lands at <Name> Exports/preview.png beside the project |
| project | string | yes | Path to the .promo project folder (metadata.json + Resources/) |
No output schema declared.
No examples provided.
promo_inspect ~47
Canvas, duration, layers by kind, undefined colours, and any layer whose media is missing.
| Name | Type | Req | Description |
|---|---|---|---|
| project | string | yes | Path to the .promo project folder (metadata.json + Resources/) |
No output schema declared.
No examples provided.
promo_media_filmstrip ~86
Eyes on the footage: N evenly spaced frames tiled into one PNG contact sheet, sampled times returned so a cell maps to a moment. Look at this before deciding what a clip shows.
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | – | Frames (default 12, max 48) |
| file | string | yes | – |
| out | string | – | Output PNG (default: the workspace folder) |
No output schema declared.
No examples provided.
promo_media_probe ~127
The facts of one source file or SEVERAL, before composing with them: container, duration, streams — codec, size, fps, display rotation, channels. Distilled JSON, not ffprobe's firehose. Each answer carries the `resource` entry that file becomes, ready to paste into `resources` with its pixel size already measured — which is what a `placement` rule needs to resolve against anything other than a square.
| Name | Type | Req | Description |
|---|---|---|---|
| file | string | – | One path |
| files | array | – | Several paths at once; the answer is keyed by the path asked for |
No output schema declared.
No examples provided.
promo_media_scenes ~89
Eyes for CUTS: per-frame scene-change scores distilled to cut times and the shots between them — the footage-first answer when a clip has no silence gaps to cut on. Scores are ffmpeg's scene score (0..1, motion-suppressed); 0.4 catches hard cuts.
| Name | Type | Req | Description |
|---|---|---|---|
| file | string | yes | – |
| threshold | number | – | Default 0.4 |
No output schema declared.
No examples provided.
promo_media_silences ~76
Ears on the footage: where the sound is NOT — silence spans and their inverse, the sound spans an edit actually wants. Cuts and captions land on these boundaries.
| Name | Type | Req | Description |
|---|---|---|---|
| file | string | yes | – |
| minSeconds | number | – | Default 0.35 |
| thresholdDb | number | – | Default -35 |
No output schema declared.
No examples provided.
promo_media_turntable ~106
Eyes on a model: a .glb rendered from N yaws round it, tiled into one PNG contact sheet with each cell's yaw. Look at this before choosing a camera for a model layer. (`promo_media_probe` on a .glb names its material slots, clips and bounds.)
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | – | – |
| file | string | yes | – |
| out | string | – | – |
| size | integer | – | cell size in px (default 320) |
No output schema declared.
No examples provided.
promo_proxy ~83
Build tier-1 proxies (960 px long edge, every frame a keyframe) for every video resource in a project, in the proxy cache outside the package. Stills, frames and small renders then read them by default (proxy: auto) — what makes an hour-long 4K source scrub and render like a short one.
| Name | Type | Req | Description |
|---|---|---|---|
| project | string | yes | – |
No output schema declared.
No examples provided.
promo_render_frames ~289
LOOK at the composition: moments rendered to PNGs and tiled into one contact sheet, attached to this reply as an image. Bare, it samples 12 moments across the whole piece — the fastest way to catch an off-centre card, an empty frame or a mis-aimed viewport. Name `times` for exact moments, or a from/to/fps range for every frame in it (240 at most). Frames from this tool's own previous call in the same folder are replaced, never mixed.
| Name | Type | Req | Description |
|---|---|---|---|
| fps | number | – | Every frame at this rate over the range — an export, not a look |
| from | number | – | – |
| outDir | string | – | Output directory (default: <Name> Exports/frames beside the project) |
| project | string | yes | Path to the .promo project folder (metadata.json + Resources/) |
| proxy | string | – | auto (default) reads a built tier-1 proxy when the output fits it; on builds missing proxies first; off never reads one. A full-size render never does. |
| sample | integer | – | How many moments to spread across the range (default 12 when neither times nor a range is given) |
| size | string | – | WxH (default: canvas) |
| times | array | – | Exact seconds to render — the sheet's cells follow this order |
| to | number | – | – |
No output schema declared.
No examples provided.
promo_render_gif ~139
Render a looping GIF — the preview format, needing no ffmpeg. Default 12fps. Returns the path written.
| Name | Type | Req | Description |
|---|---|---|---|
| fps | number | – | Default 12 |
| out | string | – | Output file (default: <Name> Exports/export.gif beside the project) |
| project | string | yes | Path to the .promo project folder (metadata.json + Resources/) |
| proxy | string | – | auto (default) reads a built tier-1 proxy when the output fits it; on builds missing proxies first; off never reads one. A full-size render never does. |
| size | string | – | WxH (default: canvas) |
No output schema declared.
No examples provided.
promo_render_still ~138
Render one PNG at a moment. Returns the path written, never the bytes.
| Name | Type | Req | Description |
|---|---|---|---|
| out | string | – | Output file (default: <Name> Exports/still-<time>s.png beside the project) |
| project | string | yes | Path to the .promo project folder (metadata.json + Resources/) |
| proxy | string | – | auto (default) reads a built tier-1 proxy when the output fits it; on builds missing proxies first; off never reads one. A full-size render never does. |
| size | string | – | WxH (default: canvas) |
| time | number | – | Seconds (default 0) |
No output schema declared.
No examples provided.
promo_render_video ~197
Render the mp4, audio mixed — needs ffmpeg on PATH. Returns the path written.
| Name | Type | Req | Description |
|---|---|---|---|
| alpha | boolean | – | Render over nothing and keep the frames' alpha — ProRes 4444 in a .mov. |
| codec | string | – | h264 in an mp4 (default); ProRes 422 HQ or 4444 want a .mov out path. |
| fps | number | – | Default: the project's own, else 30 |
| out | string | – | Output file (default: <Name> Exports/export.mp4 beside the project) |
| project | string | yes | Path to the .promo project folder (metadata.json + Resources/) |
| proxy | string | – | auto (default) reads a built tier-1 proxy when the output fits it; on builds missing proxies first; off never reads one. A full-size render never does. |
| size | string | – | WxH (default: canvas) |
No output schema declared.
No examples provided.
promo_schema ~39
The authoring subset of the .promo format plus four complete, validated recipes. Read this once before authoring; promo_schema_full is the whole format.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
promo_schema_full ~120
The whole .promo format, from the same single file the engine compiles in — sprites, masks, motion paths, duration rules, waits, gradients, palette roles and all. 67 KB whole: pass `topics` to take only what this piece needs.
| Name | Type | Req | Description |
|---|---|---|---|
| topics | array | – | "core" for the format proper, and a feature word for its section: composition, markers, audio, chroma, pointer, effects, lut, model, particles, route, morph, parts, recipe, environment, stage. Omit f… |
No output schema declared.
No examples provided.
promo_schema_types ~47
The format as a JSON Schema, types only, GENERATED from the parser's own structs — fill a structured object against this instead of freehanding JSON; the prose lives in promo_schema.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
promo_slideshow ~274
The wizard, for agents: pictures and clips in, a complete show out — the same arrangement the apps' wizard builds. kind classic (one slide at a time, crossfade by default), carousel (cards fly in and settle), or appStore (a store listing: your shots in one device frame over a background, a headline per shot, the canvas the store's own size). Creates the project folder and copies the media in; refine with the other tools afterwards. Never overwrites.
| Name | Type | Req | Description |
|---|---|---|---|
| backgroundColorHex | string | – | – |
| canvas | string | – | "1920x1080" (ignored for appStore — the store decides) |
| device | string | – | appStore: the frame and the store's canvas |
| direction | string | – | Carousel |
| framing | string | – | – |
| kind | string | – | Default classic |
| name | string | – | – |
| preview | boolean | – | Attach an inline thumbnail of the composition (default true); the same image lands at <Name> Exports/preview.png beside the project |
| project | string | yes | Folder to create, e.g. <workspace>/Show.promo |
| sizing | string | – | – |
| slides | array | yes | – |
| transition | string | – | Default crossfade |
| transitionEdge | string | – | – |
No output schema declared.
No examples provided.
promo_speak ~213
Synthesize narration for every resource whose speech.text says something, spending the PERSON'S OWN provider key from the OS keyring (`promoshot-mcp key set <provider>`) or, where there is none, a secrets file (OPENAI_API_KEY_FILE or /run/secrets/OPENAI_API_KEY), matching each script's provider (default openai/alloy). Unchanged text is reused by receipt, never billed twice. Keys are checked for EVERY pending narration before anything is bought, and each bought receipt is written back at once. Without a key an agent CANNOT narrate — record a voice file into Resources/ and reference it as an ordinary audio resource instead.
| Name | Type | Req | Description |
|---|---|---|---|
| check | boolean | – | Spend nothing: report where each needed provider's key comes from (never the key) and what a real call would synthesize — ready, blocked, or nothing to do. With no project, the keys alone. |
| project | string | – | Path to the .promo project folder (metadata.json + Resources/) |
No output schema declared.
No examples provided.
promo_transcribe ~65
Ears for WORDS: a transcript with timings, the draft captions are cut from. Headless this needs whisper.cpp's whisper-cli on PATH and WHISPER_MODEL set; without them an agent cannot transcribe and the refusal says so.
| Name | Type | Req | Description |
|---|---|---|---|
| file | string | yes | – |
No output schema declared.
No examples provided.
promo_upsert_keyframe ~347
MOTION in the format's own language: create or merge ONE keyframe on a layer. A second placement keyframe is a push-in, viewport keyframes are a Ken Burns ride, colorHex ramps a background. Pass an existing keyframe id to UPDATE — only the fields you pass change. Creating without transitionDuration ramps from the previous keyframe (a stated 0 holds). Swaps, waits and motion paths stay ordinary JSON edits.
| Name | Type | Req | Description |
|---|---|---|---|
| colorHex | string | – | Background layers only — ramps the colour |
| easing | string | – | – |
| fontSize | number | – | Caption points |
| id | string | – | An existing keyframe's id makes this an UPDATE; on create, your own short id ("k1") is used verbatim |
| layer | string | yes | The layer's id — promo_inspect lists them |
| opacity | number | – | – |
| placement | object | – | {height|width|mode, anchor, offset} — a stored rule, re-resolved on every read |
| preview | boolean | – | Attach an inline thumbnail of the composition (default true); the same image lands at <Name> Exports/preview.png beside the project |
| project | string | yes | Path to the .promo project folder (metadata.json + Resources/) |
| tiltX | number | – | – |
| tiltY | number | – | – |
| time | number | – | Seconds, layer-local — required to create |
| transitionDuration | number | – | Seconds of ramp INTO this keyframe |
| viewport | array | – | [x, y, w, h] window onto the source, unit coordinates |
| zoom | number | – | – |
No output schema declared.
No examples provided.
promo_upsert_layer ~488
SCAFFOLD one layer — image, video or caption — with a placement, a fadeIn, a device/border frame. Media is copied in, sizes and durations probed, the composition re-stretched every call. Pass an existing id to UPDATE: only the fields you pass change, placement merges into the first keyframe, hand-added keyframes survive. This is the scaffold, not the whole format: motion and viewport ride promo_upsert_keyframe; transitions beyond fadeIn are ordinary JSON edits — start from a promo_schema recipe. A thumbnail sampled at the touched layer's midpoint comes attached — LOOK at it before the next edit.
| Name | Type | Req | Description |
|---|---|---|---|
| captionText | string | – | – |
| duration | number | – | Seconds (default: a video's own length, else 3) |
| fadeIn | number | – | Seconds |
| file | string | – | Image/video to copy in — required to create, optional on update (a repoint) |
| fontSize | number | – | Caption points |
| frame | object | – | Resource dressing: {kind: "device"|"border", material, tiltY, borderWidth, cornerRadius} — define @edge in the palette when you frame |
| id | string | – | An existing layer's id makes this an UPDATE; on create, your own short id ("card") is used verbatim |
| kind | string | yes | – |
| lineHeight | number | – | Line spacing as a multiple of font size (default 1.25); ~1.05 for a stacked headline |
| name | string | – | – |
| placement | object | – | {height|width|mode, anchor, offset} — media sizes too; a caption takes anchor and offset only |
| preview | boolean | – | Attach an inline thumbnail of the composition (default true); the same image lands at <Name> Exports/preview.png beside the project |
| project | string | yes | Path to the .promo project folder (metadata.json + Resources/) |
| resourceId | string | – | Your own short id for the created resource; unnamed mints a UUID |
| startTime | number | – | – |
| tracking | number | – | Letter spacing in points — open a small eyebrow out (+6), tighten a big headline (-1.4) |
| weight | string | – | The face's weight; heavier than bold is where a store headline lives |
No output schema declared.
No examples provided.
promo_validate ~98
Decode a project with the renderer's own parser and report everything it would silently correct. 'ok' means it will render. A mid-composition thumbnail comes attached — glance at it.
| Name | Type | Req | Description |
|---|---|---|---|
| preview | boolean | – | Attach an inline thumbnail of the composition (default true); the same image lands at <Name> Exports/preview.png beside the project |
| project | string | yes | Path to the .promo project folder (metadata.json + Resources/) |
No output schema declared.
No examples provided.
promo_voices ~112
A narration provider's voices — id, name and a line of detail per voice (openai's fixed roster; elevenlabs and google list live) — with the person's own key: the OS keyring (`promoshot-mcp key set <provider>`), else a secrets file (OPENAI_API_KEY_FILE, or /run/secrets/OPENAI_API_KEY) where there is no keyring. Use before promo_speak to pick a voiceID.
| Name | Type | Req | Description |
|---|---|---|---|
| provider | string | – | Default openai |
No output schema declared.
No examples provided.
promo_workspace ~26
The folder this machine keeps assistant-authored projects in. Create new .promo folders here.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
What is the io.github.GarAlex/promoshot MCP server?
io.github.GarAlex/promoshot is an MCP server listed in the public MCP registry as io.github.GarAlex/promoshot. Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video). This page covers its container image (ghcr.io/garalex/promoshot-mcp:v0.2.78).
Is the io.github.GarAlex/promoshot MCP server safe to use?
io.github.GarAlex/promoshot scores 40 out of 100 on VerifyMCP. 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.GarAlex/promoshot MCP server expose?
io.github.GarAlex/promoshot exposes 26 tools: promo_validate, promo_inspect, promo_schema, promo_schema_types, promo_schema_full, and 21 more. Their descriptions and schemas cost roughly 3,885 tokens of context every time the server is loaded.
Is the io.github.GarAlex/promoshot MCP server still maintained?
io.github.GarAlex/promoshot 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.