identify_color
ActiveTool 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\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
colorapi
https://github.com/pipeworx-io/mcp-colorapi
2/7 registries