Skip to main content
Glama

MCP Color Server

by keyurgolani

analyze_color

Analyze color properties including brightness, temperature, contrast, and accessibility compliance. Compare colors and receive usage recommendations for design optimization.

Instructions

Analyze color properties including brightness, temperature, contrast, accessibility, and optionally compare with another color

Input Schema

NameRequiredDescriptionDefault
analysis_typesNoTypes of analysis to perform
colorYesColor to analyze in any supported format (hex, rgb, hsl, etc.)
compare_colorNoOptional second color for distance comparison
include_recommendationsNoInclude usage recommendations in response

Input Schema (JSON Schema)

{ "properties": { "analysis_types": { "default": [ "all" ], "description": "Types of analysis to perform", "enum": [ "brightness", "temperature", "contrast", "accessibility", "all" ], "items": { "type": "string" }, "type": "array" }, "color": { "description": "Color to analyze in any supported format (hex, rgb, hsl, etc.)", "type": "string" }, "compare_color": { "description": "Optional second color for distance comparison", "type": "string" }, "include_recommendations": { "default": true, "description": "Include usage recommendations in response", "type": "boolean" } }, "required": [ "color" ], "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