mcp-color-tools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| color_convertA | Convert a color between formats: HEX, RGB, HSL, HSV, CMYK. Accepts any format as input and returns all formats. |
| palette_generateA | Generate a color palette from a base color. Types: complementary, analogous, triadic, split-complementary, monochromatic. |
| contrast_checkA | Check WCAG contrast ratio between two colors. Reports AA/AAA compliance for normal text, large text, and UI components. |
| color_mixA | Mix, blend, lighten, darken, saturate, or desaturate colors. For mix/blend provide 2+ colors; for lighten/darken/saturate/desaturate provide 1 color and an amount. |
| css_gradientA | Generate CSS gradient code. Supports linear, radial, and conic gradients with direction, stops, and browser prefixes. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: converting formats, generating palettes, checking contrast, mixing/blending colors, and generating gradients. No two tools overlap in function, so an agent can unambiguously select the right one for a given task.
All tool names follow a consistent snake_case pattern that combines an action verb or descriptive prefix with a clear object (e.g., color_convert, palette_generate, contrast_check). The naming is uniform and intuitive, with no mixed conventions or vague verbs.
The set of 5 tools is perfectly scoped for a color utility server. Each tool covers a distinct major category of color operations without redundancy or bloat, making the surface easy to navigate.
The tools cover the full spectrum of common color workflows: conversion between all standard formats, palette creation from multiple schemes, WCAG contrast analysis, comprehensive color manipulation (mixing, lighten/darken, etc.), and CSS gradient generation. There are no obvious missing operations that would hinder typical use cases.