ClipDraft
Generate images from a prompt, then turn them into narrated videos with voice-over, subtitles and transitions. Marketing footage from a sentence, without opening an editor.
+ $0.01 per tool call
- Access to all tools via gateway
- 2,000 calls/month
- Cancel anytime
Secure payment via Stripe. Cancel anytime.
ClipDraft turns a sentence into footage.
Ask for images and you get them in three quality tiers, so you can iterate cheaply and only pay for quality on the one you keep. Ask for a video and you get a finished piece - voice-over recorded, subtitles burned in, transitions applied - rather than raw clips you still have to assemble.
The two halves connect. generate_images returns public URLs, and create_video_from_images takes them directly, so an agent can go from a product description to a narrated video in one conversation with nothing downloaded or re-uploaded in between. If you already have product photos, skip the first step and hand them straight over.
Pricing follows real cost rather than a flat per-call fee, because the underlying work varies enormously. A slideshow from your own images is text-to-speech and assembly, so it is cheap. A generated video has a model rendering frames, so it is not. Polling a job status costs nothing at all - video is asynchronous, and billing per poll would charge you for waiting.
One deliberate limit: premium video models are not on this listing. Veo-class generation runs around $0.05 per second, which makes a three-minute clip cost more than a month of most subscriptions, and no single unit price covers that and a cheap clip honestly. This listing covers ltx2 and wan up to 60 seconds. If you need the expensive tier, it belongs on its own listing at its own price.
Use cases
Turn a product description into a set of marketing images
Narrate a script into a finished short video with subtitles burned in
Build a slideshow video from product photos you already have
Produce ad variants for A/B testing without a design round
Draft social content end to end inside one agent conversation
Prototype a video concept before committing a real production budget
Features
Text-to-image in three quality tiers, so drafts stay cheap and finals look right
Narrated slideshow video built from your own image URLs
Text-to-video via ltx2 or wan, up to 60 seconds
Automatic voice-over, burned-in subtitles and transitions
Images from generate_images feed straight into video with no re-upload
Async jobs with free polling - you are never billed for checking status
Per-tool pricing that mirrors real upstream cost, so cheap calls stay cheap
No ClipDraft account, no separate API key to manage
Frequently asked questions
Q.What is ClipDraft, in one sentence?
An image and video generation service that turns a prompt or a script into finished marketing footage - voice-over, subtitles and transitions included.
Q.Do I need a ClipDraft account?
No. Your mcpmarket subscription is the only account you need. Calls are authenticated with a short-lived token issued per request, so your API key is never shared with the upstream service.
Q.How is video billed?
Per unit, where one unit is $0.01. A slideshow video from your own images is 15 units because it is only text-to-speech and assembly. A generated video is 120 units, because a model is actually rendering frames. Checking job status is free.
Q.Why is checking job status free?
Video generation is asynchronous, so an agent polls until it is done. Billing per poll would charge you for waiting, and would push agents into long sleeps that make the whole thing feel broken. check_video_job is weighted at zero units and never metered.
Q.Which video models are available, and why not more?
ltx2 and wan, capped at 60 seconds. Premium models like Veo cost roughly $0.05 per second - a 60-second clip is $3, a 180-second one is $9 - which is a 15x spread against the cheaper models on a single tool. One price cannot cover both without either losing money or overcharging everyone, so the expensive tier is deliberately not on this listing.
Q.How long does a video take?
Seconds to a few minutes depending on length and model. Start the job, then poll check_video_job - it is free, so poll as often as you like.
Q.Can I feed generated images into a video?
Yes, that is the intended path. generate_images returns public URLs that create_video_from_images accepts directly. Any publicly reachable image URL works.
Reviews
No reviews yet. Be the first to share your experience.
Quick start
- 1
Subscribe using the button above
- 2
Create an API key in Dashboard
- 3
Add the MCP to Cursor, Claude, or your client
Gateway URL
https://www.mcpchannel.ai/api/mcpOne URL for every MCP you subscribe to. Authenticate with your API key in an X-MCP-Market-Key header.