Odel
dora mcp

dora mcp

@saga-labsDeveloper ToolsMITUpdated 1mo ago

Multi-model AI image and video generator. 14 models behind one OAuth-secured MCP endpoint.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

Dora MCP

Multi-model AI image and video generator, exposed as a hosted MCP connector for Claude.

A single OAuth-secured endpoint gives Claude access to 14 image and video models through one tool surface. Cheap-first defaults, async job polling, and full-size results stored on Firebase.

Models

KindModelCoin costNotes
Imagez_image10Cheapest text-to-image
Imagegoogle_nano_banana40Low-cost text-to-image
Imagegoogle_nano_banana_edit40Low-cost editing from a reference photo
Imagegpt4o_image60OpenAI GPT-4o image
Imagegpt_image_260OpenAI gpt-image-2
Imagenano_banana_2100–150Default — quality + reference photo
Imagenano_banana_pro180–240Best face preservation
Videogrok_text_to_video100–400Cheap text-to-video
Videogrok_image_to_video100–400Cheap image-to-video
Videoseedance_1_5_pro140–1800Default — solid quality, optional audio
Videokling_2_6550–2200Image-to-video with audio
Videoveo_3600Premium text-to-video (8 s)
Videoseedance_2_fast620–3960SeeDance 2 fast
Videoseedance_2760–12240SeeDance 2 — highest quality

Tools

ToolPurpose
list_modelsReturns all models cheap-first with per-call cost
generate_imageStarts an image job; accepts prompt, model, resolution, aspect_ratio, reference_image_url
generate_videoStarts a video job; accepts prompt, model, duration, resolution, aspect_ratio, with_audio, image_url
check_jobPolls a job; returns inline image content for small assets, plus a Firebase Storage URL

Async model: generate_* returns a job_id immediately. Call check_job until status is done. Image results are returned inline (base64) when the asset fits the API limit (~3.5 MB raw); larger images and all videos return a full-size URL.

Authentication

OAuth 2.1 with:

  • PKCE (RFC 7636)
  • Dynamic Client Registration (RFC 7591)
  • Refresh tokens

No pre-shared API keys. Standard OAuth flow handled by the MCP client.

Adding the connector

Claude Code

claude mcp add dora https://doravideo.com/mcp

You'll be prompted to authorize via browser the first time.

claude.ai (custom connector)

Settings → Connectors → Add custom connector → URL https://doravideo.com/mcp → authorize when prompted.

Pricing

Generations are paid in coins. Free tier gets a small starter balance; subscriptions add monthly coin packs. See doravideo.com/pricing.

Safety

Prompts are filtered for CSAM patterns at the API gateway before any model call. Generated assets are stored on Firebase Storage in the user's account scope.

Status

Live in production since May 2026. Same backend serves the Dora iOS app (paid product on the App Store) and the doravideo.com web app.

Contact

License

MIT — see LICENSE.