You're viewing a demo portfolio

Join the waitlist
PRSM

generate_scheme

Active

Tool of colorapi

declared in 0.1.0

Generate harmonious color palettes from a seed hex color (e.g., "#3498DB"). Returns complementary, analogous, triadic, or monochromatic schemes with hex codes.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "hex": "3498DB"
    },
    {
      "hex": "E74C3C",
      "mode": "triad",
      "count": 4
    }
  ],
  "required": [
    "hex"
  ],
  "properties": {
    "hex": {
      "type": "string",
      "description": "Seed hex color value without the # prefix (e.g. \"FF5733\")."
    },
    "mode": {
      "type": "string",
      "description": "Color scheme mode. One of: monochrome, analogic, complement, triad, quad. Defaults to \"monochrome\"."
    },
    "count": {
      "type": "number",
      "description": "Number of colors to return (1-10, default 5)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

colorapi

https://github.com/pipeworx-io/mcp-colorapi

2/7 registries
View full server →