color_contrast
ActiveTool of Color
declared in 0.1.0
Compute the WCAG 2.1 contrast ratio between two colors and whether it passes AA/AAA for normal and large text. Keyless, offline.
Parameters schema
{
"type": "object",
"required": [
"foreground",
"background"
],
"properties": {
"background": {
"type": "string",
"description": "Background color."
},
"foreground": {
"type": "string",
"description": "Foreground/text color."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Color
https://github.com/pipeworx-io/mcp-color
1/7 registries