convert_color
ActiveTool of colorapi
declared in 0.1.0
Convert between color formats: RGB to hex, HSL, HSV, CMYK. Returns the closest named color for the input values.
Parameters schema
{
"type": "object",
"examples": [
{
"b": 51,
"g": 87,
"r": 255
},
{
"b": 219,
"g": 152,
"r": 52
}
],
"required": [
"r",
"g",
"b"
],
"properties": {
"b": {
"type": "number",
"description": "Blue channel (0-255)."
},
"g": {
"type": "number",
"description": "Green channel (0-255)."
},
"r": {
"type": "number",
"description": "Red channel (0-255)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
colorapi
https://github.com/pipeworx-io/mcp-colorapi
2/7 registries