You're viewing a demo portfolio

Join the waitlist
PRSM

name_colors

Active

Tool of mcp-color-pizza

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-color-pizza

https://github.com/pipeworx-io/mcp-color-pizza

2/7 registries
View full server →