# Dora

Dora — AI Image & Video Generator

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add saga-labs/dora-mcp

# Browse available tools
npx -y smithery tool list saga-labs/dora-mcp

# Get full schema for a tool
npx -y smithery tool get saga-labs/dora-mcp list_models

# Call a tool
npx -y smithery tool call saga-labs/dora-mcp list_models '{}'
```

## Direct MCP Connection

Endpoint: `https://dora-mcp--saga-labs.run.tools`

## Tools (4)

- `list_models` — List Dora generation models, cheapest-first, with per-call coin cost. Call this when the user asks what models are avai…
- `generate_video` — Generate a video. Default model: seedance_1_5_pro at 480p, 8s, no audio (cheapest reasonable quality). Before calling, …
- `generate_image` — Generate an image. Default model: nano_banana_2 (good quality, ~100 coins, supports reference photo). Use z_image (10 c…
- `check_job` — Check the status of a generation job. Returns status (pending|done|failed) and result_url when done. Wait at least 30 s…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get saga-labs/dora-mcp <tool-name>
```
