# Color Palette Generator API MCP server

Generate harmonious color palettes â€” complementary, analogous, triadic. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-color-palette
- Repository: https://github.com/Br0ski777/color-palette-x402
- Website: https://github.com/Br0ski777/color-palette-x402

## Install
- Endpoint: https://color-palette.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://color-palette.api.klymax402.com/mcp

## Tools
- design_generate_color_palette - Use this when you need to generate a harmonious color palette from a base hex color. Returns multiple color formats ready for design or code.

1. colors -- array of color objects, each containing hex, rgb (r,g,b), hsl (h,s,l), and cssVar
2. scheme -- the color scheme used (complementary, analogous, triadic, split-complementary, tetradic)
3. baseColor -- the input hex color
4. count -- number of colors in the palette

Example output: {"colors":[{"hex":"#FF5733","rgb":{"r":255,"g":87,"b":51},"hsl":{"h":11,"s":100,"l":60},"cssVar":"--color-1: #FF5733;"}],"scheme":"complementary","baseColor":"#FF5733","count":5}

Use this FOR building design systems, generating theme colors for websites, creating brand color guidelines, or picking accessible color combinations for UI components. Use this BEFORE starting any design project that needs a cohesive palette.

Do NOT use for image processing -- use media_extract_text_from_image instead. Do NOT use for favicon generation -- use utility_generate_qr_code instead. Do NOT use for screenshot capture -- use capture_screenshot instead. Endpoint: https://color-palette.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
