Skip to main content
Glama

MCP Color Server

by keyurgolani

check_contrast

Verify color contrast meets WCAG accessibility standards for text readability by checking foreground and background color combinations against specified compliance levels.

Instructions

Check color contrast compliance with WCAG accessibility standards

Input Schema

NameRequiredDescriptionDefault
backgroundYesBackground color
foregroundYesForeground color (typically text color)
standardNoAccessibility standard to check againstWCAG_AA
text_sizeNoText size category for WCAG compliancenormal

Input Schema (JSON Schema)

{ "properties": { "background": { "description": "Background color", "type": "string" }, "foreground": { "description": "Foreground color (typically text color)", "type": "string" }, "standard": { "default": "WCAG_AA", "description": "Accessibility standard to check against", "enum": [ "WCAG_AA", "WCAG_AAA", "APCA" ], "type": "string" }, "text_size": { "default": "normal", "description": "Text size category for WCAG compliance", "enum": [ "normal", "large" ], "type": "string" } }, "required": [ "foreground", "background" ], "type": "object" }

Other Tools from MCP Color Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/keyurgolani/ColorMcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server