Connection check
auth required
prizmad-mcp-server
Generate AI UGC video ads from any product URL — avatars, voiceover, OAuth Connect.
Tools
9
GitHub stars
1
Installs / wk
144
Licence
MIT
Transport
streamable-http, stdio
Last checked
28h ago
Tools & capabilities
9 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
create_video
from source
Start generating an AI video ad. Provide a template ID and product data (URL to scrape OR direct product info). Returns a video ID for polling. Costs tokens. Generation typically t… Start generating an AI video ad. Provide a template ID and product data (URL to scrape OR direct product info). Returns a video ID for polling. Costs tokens. Generation typically takes 3-8 minutes — call get_video_status with wait:true to receive live progress, or poll no more than once per 60 seconds.
create_video_batch
from source
Launch up to 20 video generations in parallel. Pre-checks total token cost. Returns individual video IDs for polling. Launch up to 20 video generations in parallel. Pre-checks total token cost. Returns individual video IDs for polling.
get_download_url
from source
Get the prizmad.com-hosted download URL for a completed video. Only works when status is Get the prizmad.com-hosted download URL for a completed video. Only works when status is
get_video_status
from source
Check video generation progress. By default returns the current snapshot. Pass Check video generation progress. By default returns the current snapshot. Pass
list_avatars
from source
List all AI avatar presets with name, gender, age, image URL, and recommended voice ID. No API key required for this call. List all AI avatar presets with name, gender, age, image URL, and recommended voice ID. No API key required for this call.
list_my_videos
from source
Return the caller Return the caller
list_templates
from source
List all available video ad templates with features, durations, and token costs. No API key required for this call. List all available video ad templates with features, durations, and token costs. No API key required for this call.
recommend_template
from source
Suggest the top 3 video templates for the caller Suggest the top 3 video templates for the caller
upload_image
from source