color_convert
Pack: color · Endpoint: https://gateway.pipeworx.io/color/mcp
Convert a color (HEX, rgb(), hsl(), or a CSS name) to all formats: HEX, RGB and HSL. Keyless, offline.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
color | string | yes | e.g. “#3498db”, “rgb(52,152,219)”, “hsl(204,70%,53%)”, or “tomato”. |
Example call
curl -X POST https://gateway.pipeworx.io/color/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"color_convert","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"color": {
"url": "https://gateway.pipeworx.io/color/mcp"
}
}
}
See Getting Started for client-specific install steps.