# Color Palette Generator — 5 Harmony Schemes

Color palette generation API for AI agents. Generate harmonious palettes from any hex color: complementary, analogous, triadic, split-complementary, and tetradic schemes. Returns hex, RGB, HSL, and C…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/color-palette

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/color-palette

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/color-palette design_generate_color_palette

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/color-palette design_generate_color_palette '{}'
```

## Direct MCP Connection

Endpoint: `https://color-palette--axel-belfort.run.tools`

## Tools (1)

- `design_generate_color_palette` — Use this when you need to generate a harmonious color palette from a base hex color. Returns multiple color formats rea…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/color-palette <tool-name>
```
