image_personal
ActiveTool of Colour Memory
Upload a portrait photo and receive a full personal colour analysis. Determines your seasonal type (Spring, Summer, Autumn, or Winter), colour depth (light, medium, or deep), and undertone (warm, cool, or neutral). Returns a curated palette of archive colours that genuinely suit you — each with full historical provenance and cultural context — plus colours to avoid. Uses Claude Vision for skin, hair, and eye analysis, then matches to the archive by CIEDE2000 perceptual distance. The photo is never stored. Example: a Deep Winter might wear Ottoman Carbon Ink while a True Spring suits Kogi Mango.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"name": {
"type": "string",
"description": "Optional: person's name for the report e.g. 'Sarah'"
},
"image_url": {
"type": "string",
"description": "URL of a portrait photo hosted online. Easier than base64 for MCP use. Either image_url or image_base64 required."
},
"media_type": {
"type": "string",
"default": "image/jpeg",
"description": "Image MIME type e.g. 'image/jpeg'"
},
"image_base64": {
"type": "string",
"description": "Base64 encoded portrait photo (JPEG or PNG). Face should be clearly visible in natural light. Either image_base64 or image_url required."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Colour Memory
https://github.com/DigbyO/colour-memory-api
2/7 registries