Prizmad
OfficialPrizmad MCP 服务器
通过任何产品 URL 生成 AI UGC 视频广告 — 直接从您的 AI 智能体发起。
这是 Prizmad 的模型上下文协议 (MCP) 服务器。它能在 3-8 分钟内将任何产品 URL(亚马逊、Shopify、WooCommerce、自定义商店等)转换为平台就绪的视频广告。包含 50+ 数字人、ElevenLabs 配音、8 种字幕风格、9 种音乐风格、3 种 CTA 风格、10 种图像风格预设,以及针对图像/视频/音乐的自由文本提示词建议。 输出格式为 9:16 / 1:1 / 16:9 全高清,适用于 TikTok、Instagram Reels、Facebook 广告、YouTube Shorts、Shopify、亚马逊。包含完整的商业使用权。
此服务器是智能体驱动界面 — 选择模板、添加产品图片、自定义外观、渲染,并返回一个品牌安全的链接。适用于 Claude Desktop、Claude.ai、ChatGPT、Cursor、Zed、Continue、n8n、自定义 MCP SDK 客户端。
远程 MCP:
https://prizmad.com/api/mcp传输: streamable-http
认证: OAuth 2.1 + PKCE + 动态客户端注册(“连接”按钮)或 API 密钥 Bearer 或 OAuth client_credentials。
npm:
@prizmad/mcp-server
⚡ 快速入门 — 选择您的客户端
Claude Desktop / Claude.ai / ChatGPT / Cursor / Zed(连接按钮)
只需添加一个带有此 URL 的自定义连接器 — OAuth + DCR 流程会自动运行,无需安装,无需 API 密钥:
https://prizmad.com/api/mcp在 Claude Desktop 中:设置 → 连接器 → 添加自定义连接器 → URL: https://prizmad.com/api/mcp。浏览器将打开,您登录 Prizmad,点击 授权,连接器将自动完成配置。
需要时进行手动配置:
{
"mcpServers": {
"prizmad": {
"transport": "streamable-http",
"url": "https://prizmad.com/api/mcp"
}
}
}对于无法驱动 OAuth 的客户端,请改为输入 API 密钥:
{
"mcpServers": {
"prizmad": {
"transport": "streamable-http",
"url": "https://prizmad.com/api/mcp",
"headers": { "Authorization": "Bearer przmad_sk_live_..." }
}
}
}stdio 桥接 (@prizmad/mcp-server) — 仅适用于 stdio 客户端
{
"mcpServers": {
"prizmad": {
"command": "npx",
"args": ["-y", "@prizmad/mcp-server"],
"env": { "PRIZMAD_API_KEY": "przmad_sk_live_..." }
}
}
}或全局安装:
npm install -g @prizmad/mcp-server{
"mcpServers": {
"prizmad": {
"command": "prizmad-mcp",
"env": { "PRIZMAD_API_KEY": "przmad_sk_live_..." }
}
}
}.cursor/mcp.json 代码片段(项目范围)
{
"mcpServers": {
"prizmad": {
"url": "https://prizmad.com/api/mcp"
}
}
}Related MCP server: Agenthook
🛠 可用工具
工具 | 认证 | 功能 |
| 否 | 包含功能、时长、代币成本的完整模板目录。 |
| 否 | 内置数字人预设,包含名称、性别、年龄、推荐配音。 |
| 否 | 根据意图 + 配音/数字人/时长/预算限制提供前 3 名模板建议。在 |
| 是 | 包含 |
| 是 | 上传图片(URL 或 base64) — 返回托管在 prizmad.com 的 URL,可用于 |
| 是 | 开始渲染。返回 |
| 是 | 默认获取快照状态; |
| 是 | 获取已完成视频在 prizmad.com 上的已认证下载 URL。 |
| 是 | 并行启动 1-20 个渲染任务。每个项目都支持 |
🎨 create_video 的创意自定义
每一项均为可选;省略任何字段将在渲染时随机选择。
参数 | 值 |
|
|
|
|
|
|
|
|
| AI 创意的自由文本引导(≤ 400 字符)。 |
| AI 产品视频片段的自由文本引导。 |
| 音乐生成器的自由文本引导。 |
| 标准参数。 |
🔗 输出 URL(与用户分享的内容)
每个状态响应都包含三种 URL,按优先级排序:
字段 | 指向 |
|
|
|
|
|
|
原始 Vercel Blob URL 绝不会暴露给智能体。
🔐 认证
方法 | 场景 | 获取方式 |
OAuth 2.1 授权码 + PKCE + DCR | 交互式客户端(连接按钮) | 自动 — 无需设置 |
API 密钥 (Bearer) | 本地 stdio 桥接、脚本、开发 | |
OAuth 2.0 client_credentials | 无头服务器到服务器 |
API 视频生成需要 Pro 计划。UI 生成适用于任何计划;Pro 限制仅存在于程序化访问中。
🧠 典型智能体工作流
recommend_template ─► (optional upload_image) ─► create_video
└─► get_video_status (wait: true)
└─► projectUrl + downloadUrl连接后,您可以询问智能体如下内容:
“为这个亚马逊产品制作一个 30 秒的活力展示广告: https://amazon.com/dp/B0EXAMPLE — 采用 moody-dramatic 外观,配以电影感音乐。”
智能体将选择一个模板,填入带有风格提示的 URL,启动渲染,等待实时进度通知,并返回一个 https://prizmad.com/projects/<id> 链接。
🌐 发现与元数据
OAuth 元数据: https://prizmad.com/.well-known/oauth-authorization-server
受保护资源元数据 (RFC 9728): https://prizmad.com/.well-known/oauth-protected-resource
智能体技能索引: https://prizmad.com/.well-known/agent-skills/index.json
OpenAPI: https://prizmad.com/openapi.json
API 目录 (RFC 9727): https://prizmad.com/.well-known/api-catalog
📦 环境变量(仅限 stdio 桥接)
变量 | 必需 | 描述 |
| 是 | 您的 Prizmad API 密钥 |
| 否 | API 基础 URL(默认 |
📚 资源
🏷 主题 / 分类
mcp · mcp-server · model-context-protocol · claude · chatgpt-apps · ai-agents · oauth · remote-mcp · ai-video · video-ads · ugc-ads · ad-creative · ai-avatars · voiceover · elevenlabs · tiktok · instagram-reels · youtube-shorts · shopify · amazon · marketing
许可证
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Create AI talking-avatar marketing videos from a script or product idea.
- NotchOAuthai.usenotch
Turn product pages and creative briefs into finished video and image ads from your AI chat.
Turn one sentence into finished ads: video ads, UGC, product photos, voiceover, brand kits, A/B.
Generate and manage AI UGC video ads through eleven typed MCP tools
Related MCP Servers
- AlicenseAqualityBmaintenanceDrives an AI CMO to add products, generate on-brand content (UGC video, posts, images), approve, and publish across 30+ platforms via natural language.2289MIT
- AlicenseNot gradedqualityBmaintenanceAgenthook lets AI agents make character-consistent UGC videos, images, and captions from any MCP client. Create a reusable AI influencer once, then ask for that same face by name in every video and image run.1Apache 2.0

Hermosoofficial
AlicenseAqualityBmaintenanceAI ad studio for agents: generate finished video, image, and UGC avatar ads for any brand (script, voiceover, music, brand end card), and research competitor ads across the Meta, Google, and LinkedIn ad libraries plus TikTok/Instagram/YouTube organic. 52 tools.1694,632MIT- AlicenseNot gradedqualityBmaintenanceEnables users to turn a product brief into a professional ad campaign, generating a validated fal.ai workflow.json with consistent characters, sound, and subtitles while showing costs before any model runs.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/prizmad/Prizmad-MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server