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
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/color-palette
# Browse available tools
npx -y smithery tool list axel-belfort/color-palette
# Get full schema for a tool
npx -y smithery tool get axel-belfort/color-palette design_generate_color_palette
# Call a tool
npx -y smithery 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…
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/color-palette