ColorMCP is an open MCP server that gives any tool-capable LLM access to 70+ professional color conversion, print calibration, and measurement functions — including CMYK, 7-Color, RGB, and Spot color press calibration — with full CIE precision.
Powered by Reprointelligence
Large language models are powerful reasoners — but they have no reliable built-in knowledge of CIE color mathematics. They hallucinate Lab values, confuse illuminants, and get conversion formulas wrong. ColorMCP fixes that by exposing a rigorously implemented, standards-correct set of color tools directly to your LLM via the Model Context Protocol.
CIELAB, CIEXYZ, CIELUV, xyY, CCT, ΔE2000, JzAzBz, CIECAM02 + CAM02-UCS, and CIECAM16 implemented to specification — not approximated. D50 and D65 illuminants, Bradford chromatic adaptation.
Ask for any from→to conversion. The built-in BFS router finds the correct sequence of tool calls and tells the LLM exactly which steps to execute — in order.
Point your MCP client at colormcp.colorcontrol.ai/free and start converting. No API keys, no accounts, no API-limit surprises for reasonable use.
Without ColorMCP, your AI is answering to your color related questions based on its training data only. The answers are mostly incorrect. Ask your AI to convert a CIE Lab value to XYZ and it will likely give you a plausible-looking but incorrect answer. Ask it to compare two print colors using ΔE2000 and the result is unreliable. Ask what the correlated color temperature of a CIE D50 illuminant is — you might get a confident wrong answer.
ColorMCP solves this problem. It integrates via MCP protocol into your AI workflow and provides a set of tools that allow your AI to perform accurate color calculations and conversions.
Models interpolate instead of computing. The result looks reasonable but fails in production color workflows where ΔE < 1 matters.
D50 vs D65 is routinely mixed up. Chromatic adaptation (Bradford) is either ignored or applied incorrectly, leading to systematic color errors.
ISO 12647 / TTVP-S calibration math, Fogra standard aim values, and press calibration corrections are simply not in any model's training data with usable precision.
"Convert Lab 55 -5 38 (D50) to sRGB for use on our website." → correct CIELAB → XYZ → Bradford D65 → sRGB chain, every time.
"What is the ΔE2000 between our target Lab 62 14 -22 and the measured Lab 61 15 -20?" → ΔE2000 = 1.3, just above the just-noticeable-difference threshold.
"What is the correlated color temperature of a CIE D65 illuminant in Kelvin?" → Robertson CCT algorithm, 6504 K.
"My Fogra39 press is printing 68% area at 50% cyan. What correction do I need?" → TTVP-S ISO 12647 calculation. Or: "Calibrate my press to GRACoL2013 with G7-compatible paper-white gray balance" → guided colorimetric calibration interview, returns Lab aims and cmyk_delta per patch.
"My Lab value is defined under D50 (ICC print). What is it under D65 (screen)?" → Bradford chromatic adaptation, round-trip accurate.
"Convert Lab 50 20 -10 to DIN99, DIN99d, and DIN99o variants for industrial color tolerancing." → all five DIN99 variants available.
Every tool is strongly typed, CIE-correct, and self-describing. The LLM reads the tool's description and knows exactly what inputs to provide and what precision to maintain across conversion chains.
cielab_to_cielchCIELAB → cylindrical CIELCH (L*, C*, H°)cielch_to_cielabCIELCH → rectangular CIELABcielab_d50_to_xyzCIELAB D50 → CIE XYZ (D50)cielab_d65_to_xyzCIELAB D65 → CIE XYZ (D65)xyz_to_cielabCIEXYZ D50 → CIELAB D50rgb_to_cielabsRGB → CIELAB (Bradford D65→D50)cielab_to_rgbCIELAB → sRGB (Bradford D50→D65)cielab_d50_to_d65CIELAB D50 → CIELAB D65 (Bradford)cielab_d65_to_d50CIELAB D65 → CIELAB D50 (Bradford)xyz_to_xyyCIEXYZ → CIE xyY chromaticityxyy_to_xyzCIE xyY → CIEXYZxyz_to_luvCIEXYZ D50 → CIELUV (L*u*v*)luv_to_xyzCIELUV → CIEXYZ D50luv_to_lchuvCIELUV → cylindrical CIELCH_uvlchuv_to_luvCIELCH_uv → CIELUVxyz_to_cctCIEXYZ → CCT in Kelvin (Robertson)xyz_to_cielab_d65CIEXYZ D65 → CIELAB D65rgb_to_cielab_d65sRGB → CIELAB D65 (IEC 61966-2-1, no Bradford)xyz_to_jzazbzCIEXYZ D65 → JzAzBz (HDR/WCG, PQ transfer)jzazbz_to_xyzJzAzBz → CIEXYZ D65xyz_to_ciecam02CIEXYZ D65 → CIECAM02 J/C/h/M/s/Q + CAM02-UCS J'/a'/b' (CIE 159:2004)xyz_to_ciecam16CIEXYZ D65 → CIECAM16 J/C/h/M/s/Q — CAT16, stable for HDR (Li et al. 2017)cct_to_xyzCCT (K) → XYZ D65 — Planckian blackbody, CIE 015:2018cct_to_cielab_d65CCT (K) → CIELAB D65 — Planckian blackbodycct_to_cielab_d50CCT (K) → CIELAB D50 — Planckian blackbody + Bradforddaylight_illuminant_to_xyzCIE daylight CCT → XYZ D65 (S0/S1/S2 basis, CIE 015:2018)daylight_illuminant_to_cielab_d65CIE daylight CCT → CIELAB D65 — D65 at 6504 K = (100,0,0)daylight_illuminant_to_cielab_d50CIE daylight CCT → CIELAB D50 — D50 at 5003 K = (100,0,0)hex_to_rgb#RRGGBB → sRGB (0–255)rgb_to_hexsRGB → #RRGGBB hex stringrgb_to_hslsRGB → HSL (H°, S%, L%)hsl_to_rgbHSL → sRGBcielab_to_din99CIELAB → DIN99 (standard)din99_to_cielabDIN99 → CIELABcielab_to_din99bCIELAB → DIN99bdin99b_to_cielabDIN99b → CIELABcielab_to_din99cCIELAB → DIN99cdin99c_to_cielabDIN99c → CIELABcielab_to_din99dCIELAB → DIN99d (50° rotation)din99d_to_cielabDIN99d → CIELABcielab_to_din99oCIELAB → DIN99o (optimised)din99o_to_cielabDIN99o → CIELABdeltae76ΔE*76 — Euclidean CIELAB distance (CIE 1976)deltae94ΔE*94 — CIE 1994, graphic arts parametersdeltae2000ΔE*00 — CIEDE2000, most accurate CIE formulacielab_deltae_din99ΔE in DIN99 space (16° rotation)cielab_deltae_din99bΔE in DIN99b space (26° rotation)cielab_deltae_din99cΔE in DIN99c space (0° rotation, improved blue)cielab_deltae_din99dΔE in DIN99d space (50° rotation)cielab_deltae_din99oΔE in DIN99o space (optimised, most uniform)din99_deltaeΔE from pre-converted DIN99 coordinatespress_printing_standardISO 12647 aim values — Fogra39/51, GRACoL, CRPC6press_standard_reference_tableFull TTVP-S reference curve for all tone stepsttvps_targetTarget printed tone value for a given digital setpointtvi_press_calibrationTTVP-S ISO 12647 RIP linearisation — single channeltvi_press_calibration_cmykTTVP-S ISO 12647 RIP linearisation for all four CMYK channels in one callcgats_tr015_gray_balance_cmy_compositionsCGATS TR015 CMY gray-balance triplet for any Cyan setpointcgats_tr015_npdc_targetsCGATS TR015 NPDC target L* values for any tone step rampcgats_tr015_calibrationFull CGATS TR015 gray-balance calibration correction per channelcolorimetric_calibrationGuided calibration — AI interviews you for standard, setpoints & gray balance, returns lab_aim + cmyk_corrected/rgb_corrected and cmyk_delta/rgb_delta per patch. Supports iterative correction (current_cmyk/current_rgb), substrate-relative gray balance, and lightness range compression for density-limited RGB printersrltv_spot_colorRLTV (Robust Linear Tone Value) by Reprointelligence — XYZ measurements required (ISO 13655/M2). Returns rltv, ttvp_target, delta, and direct RIP correction. Have Lab measurements? Use sctv_spot_color insteadsctv_spot_colorSCTV (Substrate-Corrected Tone Value) per ISO 20654 — Lab-based tone value linearisation for spot colors & ECG/EXG channels using CIE76 distance ratio. Returns sctv, ttvp_target, delta, and direct RIP correction valuebestmatch_densityOptimal ink density to bring a measured solid patch to its colorimetric aim. Returns chromaticity density, lightness density, and average density recommendations with advisory warningscolor_conversion_pathBFS router: find the tool chain for any from→to pairCopy any of these prompts into Claude, Cursor, Windsurf, or any tool-capable LLM connected to ColorMCP.
Send a real MCP request to the server. Choose a tool, fill in values, and see the raw JSON response instantly.
Select a tool and click Send →
ColorMCP implements the Model Context Protocol over HTTP. Any LLM runtime or agent framework with MCP or tool-calling support can connect directly — no special adapters needed.
https://colormcp.colorcontrol.ai/free
{
"mcpServers": {
"colormcp-free": {
"url": "https://colormcp.colorcontrol.ai/free"
}
}
}
# Official remote connector flow:
# 1) Open Claude → Settings → Connectors
# 2) Click "Add custom connector"
# 3) Server URL: https://colormcp.colorcontrol.ai/free
# 4) Auth not required
# 5) Enable tool permissions for the connector
# In Open WebUI settings:
# Name: ColorMCP
# URL: https://colormcp.colorcontrol.ai/free
# Transport: HTTP (Streamable)
# Auth: None (free tier)
#
# Save — tools appear automatically in the tool selector.
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"colormcp": {
"type": "remote",
"url": "https://colormcp.colorcontrol.ai/free",
"enabled": true
}
}
}
# LLaMA.cpp (official server flag):
# Enables MCP CORS proxy in WebUI (experimental)
# WARNING from upstream docs: do not enable in untrusted environments
llama-server --model /path/to/model.gguf --webui --webui-mcp-proxy
# LLaMA.cpp note:
# The LLaMA.cpp web-ui allows you to add the MCP via the MCP tab. Just add the MCP url and click refresh. Activate the MCP by setting the toggle to ON
ColorMCP is a standard HTTP JSON-RPC endpoint. Call it directly from any language, script, or workflow — no LLM involved. Ideal for CI/CD color validation, batch scripts, or integration into existing color management pipelines.
# Step 1: Initialize an MCP session
curl -X POST https://colormcp.colorcontrol.ai/free \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "initialize",
"params": {
"protocolVersion": "2025-11-25",
"capabilities": {},
"clientInfo": { "name": "curl", "version": "1.0" }
}
}'
# Step 2: Call a color conversion tool
curl -X POST https://colormcp.colorcontrol.ai/free \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "cielab_to_cielch",
"arguments": { "L": 55.0, "a": 25.0, "b": -30.0 }
}
}'
# Response:
# { "L": 55.0, "C": 39.0512, "H": 309.8056 }
# Ask the router: how do I get from HEX to CIELUV?
curl -X POST https://colormcp.colorcontrol.ai/free \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 3,
"method": "tools/call",
"params": {
"name": "color_conversion_path",
"arguments": { "from": "hex", "to": "luv" }
}
}'
# Response:
# {
# "precision_note": "IMPORTANT: pass ALL decimal places ...",
# "from": "hex", "to": "luv",
# "steps": [
# { "tool": "hex_to_rgb", "description": "Convert hex to RGB" },
# { "tool": "rgb_to_cielab","description": "Convert RGB to CIELAB D50" },
# { "tool": "cielab_to_xyz","description": "Convert CIELAB D50 to CIEXYZ D50" },
# { "tool": "xyz_to_luv", "description": "Convert CIEXYZ D50 to CIELUV" }
# ]
# }
The spot_color_lookup tool and the PCOL (Physical Color) database are not part of ColorMCP free. The tool is available exclusively in PrintMCP, the paid press process control product from Reprointelligence.
Proof-of-concept feature — orientation only. PCOL is an independent spot color reference database compiled by Reprointelligence CY LTD from spectrophotometric measurements of physically purchased commercial color samples (D50/2°/M0). It is provided as a proof-of-concept and for orientation purposes only. PCOL is not affiliated with, licensed by, or derived from any third-party color system, ink vendor, or standardisation body. No claim is made as to completeness, accuracy, or correspondence to any official color specification or vendor reference. Measured Lab values reflect specific physical samples at the time of measurement and may differ from official specifications, swatchbooks, or values obtained with a different instrument or measurement condition. Always measure your own spot color sample with the instrument used for press process control and use that measured value as the production target.
Not in the free version. Pantone® color data is proprietary and requires a commercial licence from Pantone LLC. ColorMCPfree therefore does not include any official Pantone library or parts of it. If your workflow requires Pantone matching, please contact us — Pantone integration is planned for a future paid tier.
If you require support enabling the use of your officially licensed spot color database in your application, we are happy to support.
The free tier already includes ICC profile forward and inverse lookups (icc_lookup_a2b / icc_lookup_b2a). A professional tier tailored to printing machine manufacturers and process control engineers is in development under the PrintMCP brand, focusing on density-based workflows, ink key control, and advanced press process knowledge. Contact us to be notified when it launches.
ColorMCPfree is free to use for everyone, including individuals, researchers, and non-commercial projects. Organisations using ColorMCP in a commercial context that exceed 50,000 API requests annually are required to purchase a commercial licence. If you are unsure whether your use case qualifies, please get in touch.
This is typically a sign that the model lacks sufficient reasoning capability or tool-use proficiency. ColorMCP's tool schemas are self-describing, but the model must be capable of reading them correctly and planning multi-step workflows without looping. We recommend models with 27B+ parameters and verified tool-calling support. A minimum 24k token context window is advised for complex calibration workflows where tool results accumulate across several rounds. Smaller or less capable models may work for simple single-tool queries but will struggle with multi-step tasks such as press calibration or ICC profile lookups.
Connecting ColorMCP injects approximately 4,000–5,000 tokens into your LLM context upfront — one time per session. This covers the names, descriptions, parameter schemas, and workflow hints for all 70+ tools. The exact count varies slightly depending on the tokenizer your LLM uses.
Your first request in a new session may feel slightly slower than usual, as the model processes the tool schemas for the first time. Subsequent requests within the same session are unaffected. To eliminate this cold-start effect, simply send a lightweight warm-up message (e.g. "Hello") after connecting ColorMCP before beginning your actual workflow.
No warranty. ColorMCP is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. The entire risk as to the quality and accuracy of the service is with you.
No liability. In no event shall Reprointelligence CY LTD, its directors, employees, or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including but not limited to loss of data, business interruption, or loss of profit) arising out of or in connection with the use or inability to use ColorMCP, even if advised of the possibility of such damages.
Accuracy. All color calculations are implemented in accordance with published CIE and ISO standards to the best of our ability. However, Reprointelligence CY LTD makes no representations or warranties as to the completeness, correctness, or suitability of the results for any specific professional application. Critical color decisions should always be verified by qualified color professionals using calibrated instrumentation.
PCOL (Physical Color) Database. The PCOL database is an independent spot color reference compiled by Reprointelligence CY LTD from spectrophotometric measurements of physically purchased commercial color samples (D50/2°/M0). It is a proof-of-concept feature provided for orientation purposes only. PCOL is not affiliated with, licensed by, endorsed by, or derived from any third-party color system, ink vendor, or standardisation body. No claim is made as to completeness, accuracy, or fitness for any particular purpose. Measured Lab values reflect instrument readings taken from specific physical samples at the time of measurement and may deviate from any official color specification, printed reference, or vendor data. Reprointelligence CY LTD expressly disclaims all liability arising from reliance on PCOL data in production, quality control, or any other context. Users must measure their own spot color samples with their own calibrated instrument and use those measurements as targets for all production-critical workflows.
Fair use. The free tier of ColorMCP is intended for non-commercial and low-volume commercial use. Organisations exceeding the usage thresholds described in the FAQ are required to obtain a commercial licence.
Changes. Reprointelligence CY LTD reserves the right to modify, suspend, or discontinue the service (or any part thereof) at any time without notice.
For questions regarding licensing or commercial use, Contact us
ColorMCP is a service provided by Reprointelligence CY LTD. Reprointelligence, its name, and its logos are registered trademarks of Reprointelligence. All rights reserved.
All other product names, trademarks, and registered trademarks mentioned on this website are the property of their respective owners. Their use does not imply any affiliation with or endorsement by the respective trademark holders.