B
beauty
/skin_match
skin match
Build AI skin profile from free-text description and return matched sponsored products. REQUIRED: Confirm profile with shopper before showing products.
liveverifiedunknown~5s typical
mcpprobedbeauty
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-adoraads-beauty /skin_match for me.
Input
| Field | Type | Description |
|---|---|---|
| skin_description* | string | Shopper's free-text description of their skin type, concerns, and preferences |
| tenant_id* | string | Unique identifier for the merchant/tenant account |
| goals | array | Optional: specific skin goals (e.g., 'reduce acne scars', 'get glowing skin') |
| avoid | array | Optional: ingredients or product types to avoid |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-adoraads-beauty","endpoint":"/skin_match","input":{"skin_description":"...","tenant_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-adoraads-beauty -e /skin_match -i '{"skin_description":"...","tenant_id":"..."}'mcp
run_tool({ provider: "mcp-ai-adoraads-beauty", endpoint: "/skin_match", input: {"skin_description":"...","tenant_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.