Skip to main content
Glama

API-Market MCP Server

by Noveum

Hair_style_simulator

Simulate different hairstyles using AI by uploading an image and specifying desired style, color, and editing type. Receive a transformed image showcasing the new look.

Instructions

API for simulating different hair styles using AI models. Make sure to call get hairstyled image after with the request id received from this API.

Input Schema

NameRequiredDescriptionDefault
color_descriptionYesblond
editing_typeYesboth
hairstyle_descriptionYeshi-top fade hairstyle
imageYeshttps://replicate.delivery/mgxm/b8be17a7-abcb-4421-80f2-e6a1e3fe38c7/MarkZuckerberg.jpg

Input Schema (JSON Schema)

{ "properties": { "color_description": { "default": "blond", "type": "string" }, "editing_type": { "default": "both", "type": "string" }, "hairstyle_description": { "default": "hi-top fade hairstyle", "type": "string" }, "image": { "default": "https://replicate.delivery/mgxm/b8be17a7-abcb-4421-80f2-e6a1e3fe38c7/MarkZuckerberg.jpg", "type": "string" } }, "required": [ "image", "editing_type", "color_description", "hairstyle_description" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Noveum/api-market-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server