# mcp-seedance

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add acedatacloud-mcp/mcp-seedance

# Browse available tools
npx -y @smithery/cli@latest tool list acedatacloud-mcp/mcp-seedance

# Get full schema for a tool
npx -y @smithery/cli@latest tool get acedatacloud-mcp/mcp-seedance seedance_list_models

# Call a tool
npx -y @smithery/cli@latest tool call acedatacloud-mcp/mcp-seedance seedance_list_models '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-seedance--acedatacloud-mcp.run.tools`

**Required config:**
- `x-api-key` (header) — AceDataCloud API Bearer Token (get from https://platform.acedata.cloud)

## Tools (7)

- `seedance_list_models` — List all available Seedance models with their capabilities and pricing.
- `seedance_list_resolutions` — List all available resolutions and aspect ratios for Seedance.
- `seedance_list_actions` — List all available Seedance API actions and corresponding tools.
- `seedance_get_task` — Query the status and result of a video generation task.
- `seedance_get_tasks_batch` — Query multiple video generation tasks at once.
- `seedance_generate_video` — Generate AI video from a text prompt using ByteDance Seedance.
- `seedance_generate_video_from_image` — Generate AI video using reference images with ByteDance Seedance.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get acedatacloud-mcp/mcp-seedance <tool-name>
```

## Prompts (3)

- `seedance_video_generation_guide` — Guide for choosing the right Seedance tool for video generation.
- `seedance_workflow_examples` — Common workflow examples for Seedance video generation.
- `seedance_prompt_suggestions` — Tips for writing effective Seedance video prompts.
