Model Context Protocol
Mintdreamer, inside your agent.
Connect with one URL. Generate images and video from 100+ models, run the apps you've published, and manage it all on one subscription — straight from Claude, Cursor, or any MCP client.
Paste into Claude or Cursor. You'll sign in once to authorize — no key to copy.
https://mintdreamer.com/api/mcpclaude mcp add --transport http mintdreamer https://mintdreamer.com/api/mcpTools you get
What you can do
Two generate tools, callable in plain language. Your agent picks the model, fills the parameters, and handles uploads — you just describe what you want.
generate_imagesync · inlineGenerate an image from a prompt. Optionally pass medias[] with role "image" for image-to-image.
- prompt*
- model
- aspect_ratio
- batch_size
- seed
- medias
* required — everything else has a sensible default.
“Generate a photo of Tokyo at sunset, 16:9”
Returns the image inline, right in the chat.
generate_videoasync · pollGenerate a video from a prompt or starting image. Returns a job_id immediately — poll job_status.
- prompt*
- model
- aspect_ratio
- duration
- seed
- medias
* required — everything else has a sensible default.
“Make a 5-second video of a paper plane flying over a city”
Returns a job id — your agent polls job_status until it’s ready.
one tool eachEvery workflow you turn into an app shows up as its own tool, with its inputs as the tool schema. Build once, call from anywhere.
“Run my ‘Ad Concepter’ app with this brief”
Plus utility tools your agent calls on its own: job_status (check on a video render), balance (see credits left), models_explore (list models on your plan), media_upload (send a reference image), media_confirm (finish an upload).
Three steps
How it works
- 1. Add the server. Paste the URL above into your MCP client, or run the CLI command.
- 2. Sign in once. Your client opens a browser to authorize — no API key to copy or paste. Revoke anytime in Connect.
- 3. Generate. Runs use your Mintdreamer credits. Image returns inline; video returns a job id you poll with
job_status.
Start generating from your agent
One subscription, every model, callable from Claude or Cursor.
Get started free →