# mcp-flux-pro

## Quick Start

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

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

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

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

## Direct MCP Connection

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

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

## Tools (6)

- `flux_generate_image` — Generate AI images from a text prompt using Flux.
- `flux_edit_image` — Edit an existing image using Flux with a text prompt.
- `flux_list_models` — List all available Flux models and their capabilities.
- `flux_list_actions` — List all available Flux tools and their use cases.
- `flux_get_task` — Query the status and result of a Flux image generation task.
- `flux_get_tasks_batch` — Query multiple Flux image generation tasks at once.

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

## Prompts (3)

- `flux_image_generation_guide` — Guide for choosing the right Flux tool and model for image tasks.
- `flux_prompt_writing_guide` — Best practices for writing effective Flux image generation prompts.
- `flux_workflow_examples` — Common workflow examples for Flux image generation.
