search_color_names

Pack: color-pizza · Endpoint: https://gateway.pipeworx.io/color-pizza/mcp

Search named colors whose name contains a substring (e.g. “blue”, “rose”, “teal”). Returns matching color names with their hex codes. Optionally restrict to a specific naming list (see list_palettes).

Parameters

NameTypeRequiredDescription
namestringyesSubstring to search color names for, e.g. “blue”.
liststringnoOptional color-name list to search within. Default “default”.

Example call

curl -X POST https://gateway.pipeworx.io/color-pizza/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_color_names","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "color-pizza": {
      "url": "https://gateway.pipeworx.io/color-pizza/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 8, 2026