name_colors
ActiveTool of mcp-color-pizza
Find the nearest human-friendly color name for one or more hex colors. Pass hex codes (with or without leading #), comma-separated for several at once. Returns the closest named color for each input, with its canonical hex, RGB, and perceptual distance. Optionally pick a naming list (e.g. "wikipedia", "ntc", "x11", "html", "japaneseTraditional", "leCorbusier", "bestOf"); defaults to "default". Use list_palettes to see all available lists.
Parameters schema
{
"type": "object",
"required": [
"hex"
],
"properties": {
"hex": {
"type": "string",
"description": "One or more hex colors, comma-separated. With or without #. e.g. \"ff0000\" or \"#ff0000,#00ff00\"."
},
"list": {
"type": "string",
"description": "Color-name list to use. Default \"default\". Other options: wikipedia, ntc, x11, html, japaneseTraditional, leCorbusier, bestOf, etc."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-color-pizza
https://github.com/pipeworx-io/mcp-color-pizza
2/7 registries