Generate AI UGC video ads from any product URL — avatars, voiceover, OAuth Connect.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"com-prizmad-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Generate AI UGC video ads from any product URL — straight from your AI agent.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create baseline AWS IAM policies that you can refine as your application evolves. This tool is available as a command-line utility and MCP server for use within AI coding assistants for quickly building IAM policies.
Signed receipts for agent, API, and MCP interactions. Portable and offline-verifiable.
MCP Security Weekly
Get CVE alerts and security updates for com.prizmad/mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Generate AI UGC video ads from any product URL — straight from your AI agent.
Model Context Protocol server for Prizmad. It turns any product URL — Amazon, Shopify, WooCommerce, custom store — into a platform-ready video ad in 3-8 minutes. 50+ avatars, ElevenLabs voiceover, 8 caption styles, 9 music styles, 3 CTA styles, 10 image-style presets, free-text prompt hints across image / video / music. Output is 9:16 / 1:1 / 16:9 Full HD, ready for TikTok, Instagram Reels, Facebook Ads, YouTube Shorts, Shopify, Amazon. Full commercial rights included.
This server is the agent-driver surface — pick a template, attach product images, customise the look, render, and hand back a brand-safe link. Works with Claude Desktop, Claude.ai, ChatGPT, Cursor, Zed, Continue, n8n, custom MCP SDK clients.
https://prizmad.com/api/mcp@prizmad/mcp-serverJust add a custom connector with this URL — the OAuth + DCR flow runs automatically, no install, no API key:
https://prizmad.com/api/mcp
In Claude Desktop: Settings → Connectors → Add custom connector → URL: https://prizmad.com/api/mcp. The browser opens, you sign in to Prizmad, click Authorize, the connector wires itself up.
Manual config when needed:
{
"mcpServers": {
"prizmad": {
"transport": "streamable-http",
"url": "https://prizmad.com/api/mcp"
}
}
}
For clients that can't drive OAuth, drop in an API key instead:
{
"mcpServers": {
"prizmad": {
"transport": "streamable-http",
"url": "https://prizmad.com/api/mcp",
"headers": { "Authorization": "Bearer przmad_sk_live_..." }
}
}
}
@prizmad/mcp-server) — for stdio-only clients{
"mcpServers": {
"prizmad": {
"command": "npx",
"args": ["-y", "@prizmad/mcp-server"],
"env": { "PRIZMAD_API_KEY": "przmad_sk_live_..." }
}
}
}
Or installed globally:
npm install -g @prizmad/mcp-server
{
"mcpServers": {
"prizmad": {
"command": "prizmad-mcp",
"env": { "PRIZMAD_API_KEY": "przmad_sk_live_..." }
}
}
}
.cursor/mcp.json snippet (project-scoped){
"mcpServers": {
"prizmad": {
"url": "https://prizmad.com/api/mcp"
}
}
}
| Tool | Auth | What it does |
|---|---|---|
list_templates | No | Full template catalog with features, durations, token costs. |
list_avatars | No | Built-in avatar presets with name, gender, age, recommended voice. |
recommend_template | No | Top-3 template suggestions from intent + voice / avatar / duration / budget constraints. Use this before create_video instead of guessing from the catalog. |
list_my_videos | Yes | Recent projects with projectUrl / shareUrl / downloadUrl. Find a videoId from a previous session, "remix my last video", etc. |
upload_image | Yes | Upload an image (URL or base64) — returns a prizmad.com-hosted URL ready for productImages or avatarImageUrl. |
create_video | Yes | Start a render. Returns videoId. Accepts caption / music / CTA / imag |