You're viewing a demo portfolio

Join the waitlist
PRSM

identify_color

Active

Tool of colorapi

declared in 0.1.0

Identify a color by hex code (e.g., "#FF5733"). Returns color name, RGB/HSL/HSV/CMYK values, and WCAG contrast ratios for accessibility.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "hex": "FF5733"
    },
    {
      "hex": "3498DB"
    }
  ],
  "required": [
    "hex"
  ],
  "properties": {
    "hex": {
      "type": "string",
      "description": "Hex color value without the # prefix (e.g. \"FF5733\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

colorapi

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

2/7 registries
View full server →
identify_color — colorapi — PRSM MCP