# mcp-seedream-pro

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get acedatacloud-mcp/mcp-seedream-pro seedream_generate_image

# Call a tool
npx -y @smithery/cli@latest tool call acedatacloud-mcp/mcp-seedream-pro seedream_generate_image '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-seedream-pro--acedatacloud-mcp.run.tools`

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

## Tools (6)

- `seedream_generate_image` — Generate an AI image from a text prompt using ByteDance's Seedream model.
- `seedream_edit_image` — Edit or modify existing images using ByteDance's Seedream/SeedEdit model.
- `seedream_list_models` — List all available Seedream models with their capabilities and pricing.
- `seedream_list_sizes` — List all available image sizes and resolution options for Seedream.
- `seedream_get_task` — Query the status and result of a Seedream image generation or edit task.
- `seedream_get_tasks_batch` — Query multiple Seedream image tasks at once.

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

## Prompts (3)

- `seedream_image_generation_guide` — Guide for choosing the right Seedream tool for image tasks.
- `seedream_prompt_writing_guide` — Guide for writing effective Seedream image generation prompts.
- `seedream_workflow_examples` — Common workflow examples for Seedream image generation.
