Skip to main content
Glama
ogSINGH

contrast-checker-mcp

by ogSINGH

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_contrastA

Check the contrast ratio between two colors and evaluate WCAG 2.1 compliance. Accepts hex (#fff, #ffffff), rgb(r,g,b), hsl(h,s%,l%), and CSS named colors.

suggest_accessible_colorA

Suggest a replacement color that meets a WCAG contrast target. Adjusts lightness while preserving hue and saturation to stay as close to the original as possible.

parse_colorA

Parse a color string and return it in hex, rgb, and hsl formats. Accepts hex (#fff, #ffffff), rgb(r,g,b), hsl(h,s%,l%), and CSS named colors.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: checking contrast, suggesting accessible alternatives, and parsing color formats. No overlapping functionality exists.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (check_contrast, suggest_accessible_color, parse_color). Naming is predictable and uniform.

Tool Count5/5

Three tools is well-scoped for a focused utility server. Each tool earns its place without redundancy or bloat.

Completeness5/5

The tool surface covers the core workflows of the domain: analyzing contrast, generating accessible alternatives, and parsing colors. No obvious missing operations for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues