CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Prizmad

prizmad/prizmad-mcp-server
authSTDIO, HTTPregistry active
Summary

Connects Claude or any MCP client to Prizmad's AI video ad generator. You get eight tools: template and avatar catalogs, smart template recommendations based on intent and constraints, image uploads, single and batch video creation, and status polling with optional server-side blocking. Every render supports 8 caption styles, 9 music styles, 10 image presets, and free-text prompt hints for creative steering. Output is 9:16/1:1/16:9 Full HD ready for TikTok, Reels, and YouTube Shorts. OAuth Connect flow works out of the box for interactive clients, or drop in an API key for stdio. Useful when you want product URL to platform-ready video ad without leaving your agent chat.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Prizmad MCP Server

Generate AI UGC video ads from any product URL — straight from your AI agent.

npm version License: MIT Model Context Protocol Smithery

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.

  • Remote MCP: https://prizmad.com/api/mcp
  • Transport: streamable-http
  • Auth: OAuth 2.1 + PKCE + Dynamic Client Registration (the "Connect" button) OR API key Bearer OR OAuth client_credentials.
  • npm: @prizmad/mcp-server

⚡ Quickstart — pick your client

Claude Desktop / Claude.ai / ChatGPT / Cursor / Zed (Connect button)

Just 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_..." }
    }
  }
}

stdio bridge (@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"
    }
  }
}

🛠 Available tools

ToolAuthWhat it does
list_templatesNoFull template catalog with features, durations, token costs.
list_avatarsNoBuilt-in avatar presets with name, gender, age, recommended voice.
recommend_templateNoTop-3 template suggestions from intent + voice / avatar / duration / budget constraints. Use this before create_video instead of guessing from the catalog.
list_my_videosYesRecent projects with projectUrl / shareUrl / downloadUrl. Find a videoId from a previous session, "remix my last video", etc.
upload_imageYesUpload an image (URL or base64) — returns a prizmad.com-hosted URL ready for productImages or avatarImageUrl.
create_videoYesStart a render. Returns videoId. Accepts caption / music / CTA / image style presets and free-text prompt hints.
get_video_statusYesSnapshot status by default; wait: true blocks server-side and emits notifications/progress until terminal (up to 10 min) — preferred over polling.
get_download_urlYesAuthenticated download URL on prizmad.com for a completed video.
create_video_batchYesLaunch 1-20 renders in parallel. Each item supports the full create_video parameter surface — perfect for A/B variant testing.

🎨 Creative customisation on create_video

Each is optional; omit any field for a randomised pick at render time.

ParamValues
captionStyleclassic, bold-impact, karaoke, pop, bounce, neon, typewriter, glow
musicStyleenergetic, friendly, professional, luxury, funny, cinematic, lo-fi, hip-hop, acoustic
ctaStyleclassic, blurred-photo, dark-solid
imageStylewarm-golden, bright-neutral, cool-diffused, window-light, earthy-ambient, studio-clean, moody-dramatic, pastel-soft, nordic-minimal, sunset-warm
imagePromptHintFree-text steer for AI creatives (≤ 400 chars).
videoPromptHintFree-text steer for AI product video clips.
musicPromptHintFree-text steer for the music generator.
language, tone, voiceId, avatarPresetId, duration, scriptStandard.

🔗 Output URLs (what to share with the user)

Every status response carries three URL kinds, in priority order:

FieldGoes to
projectUrlhttps://prizmad.com/projects/<id> — owner-only dashboard with player, remix, edit, asset library. Primary link for the signed-in user.
shareUrlhttps://prizmad.com/share/<token> — public share page. Use only when forwarding outside the account.
downloadUrlhttps://prizmad.com/api/v1/videos/<id>/download — authenticated mp4 stream proxied via prizmad.com.

The raw Vercel Blob URL is never surfaced to the agent.

🔐 Authentication

MethodWhenGet it
OAuth 2.1 Authorization Code + PKCE + DCRInteractive clients (Connect button)Automatic — no setup
API key (Bearer)Local stdio bridge, scripts, devhttps://prizmad.com/api-keys
OAuth 2.0 client_credentialsHeadless server-to-serveroauth skill

API video generation requires a Pro plan. UI generation works on any plan; the Pro gate exists only on programmatic access.

🧠 Typical agent workflow

recommend_template ─► (optional upload_image) ─► create_video
                                                  └─► get_video_status (wait: true)
                                                           └─► projectUrl + downloadUrl

Once connected you can ask your agent things like:

"Make a 30-second energetic showcase ad for this Amazon product: https://amazon.com/dp/B0EXAMPLE — moody-dramatic look, cinematic music."

The agent will pick a template, drop in the URL with the style hints, kick off the render, wait through the live progress notifications, and hand back a https://prizmad.com/projects/<id> link.

🌐 Discovery & metadata

  • Server card: https://prizmad.com/.well-known/mcp/server-card.json
  • OAuth metadata: https://prizmad.com/.well-known/oauth-authorization-server
  • Protected resource metadata (RFC 9728): https://prizmad.com/.well-known/oauth-protected-resource
  • JWKS: https://prizmad.com/.well-known/jwks.json
  • Agent skills index: https://prizmad.com/.well-known/agent-skills/index.json
  • OpenAPI: https://prizmad.com/openapi.json
  • API catalog (RFC 9727): https://prizmad.com/.well-known/api-catalog

📦 Environment variables (stdio bridge only)

VariableRequiredDescription
PRIZMAD_API_KEYYesYour Prizmad API key
PRIZMAD_BASE_URLNoAPI base URL (default https://prizmad.com)

📚 Resources

  • Prizmad — Main site
  • API documentation — Interactive API docs (Scalar)
  • MCP server skill — full agent-facing reference
  • OAuth skill — three auth flows in detail
  • Privacy policy · Security policy

🏷 Topics / categories

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

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

PRIZMAD_API_KEY*secret

Your Prizmad API key. Get one at https://prizmad.com/api-keys

PRIZMAD_BASE_URLdefault: https://prizmad.com

Override base URL (defaults to https://prizmad.com).

Categories
Finance & Commerce
Registryactive
Package@prizmad/mcp-server
TransportSTDIO, HTTP
AuthRequired
UpdatedApr 30, 2026
View on GitHub

Related Finance & Commerce MCP Servers

View all →
Shopify Subscription Reconciliation MCP (Recharge Edition)

io.github.shelvick/shopify-subscription-reconciliation

Reconcile Shopify orders against Recharge subscription charges and Stripe payouts.
Google Ads

zleventer/google-ads-mcp

MCP server for Google Ads — 22 tools for spend diagnosis, impression share, and asset performance.
1
Meok Stripe Acp Checkout Mcp

csoai-org/meok-stripe-acp-checkout-mcp

MEOK Stripe ACP Checkout MCP — ChatGPT shopping bridge. Issues + verifies + signs Stripe Agentic
Google Ads

io.github.mharnett/google-ads

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
Stripe Billing Mcp

csoai-org/stripe-billing-mcp

stripe-billing-mcp MCP server by MEOK AI Labs
Google Ads Mcp

co.pipeboard/google-ads-mcp

Google Ads automation with AI: analyze performance, manage campaigns, optimize bids.