Skip to main content
Glama
rog0x

mcp-color-tools

by rog0x

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues