list_palettes
Pack: color-pizza · Endpoint: https://gateway.pipeworx.io/color-pizza/mcp
List all available color-name lists (palettes) with their titles, descriptions, color counts, and licenses. Use this to discover valid values for the “list” argument of name_colors and search_color_names.
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":"list_palettes","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.