AI & Machine Learning
getpeakskin.com
Provides AI-powered beauty and skincare analysis, personalized routine recommendations, and virtual try-on for makeup, nails, and hair.
ENDPOINT 1
https://getpeakskin.com/api/mcp
MCP server metadata
- Name
- peak-skin-cosmetics
- Version
- 1.0.0
Peak Skin Cosmetics API. Authenticate with your secret key via Authorization: Bearer sk_…. Tools consume credits per call.
Known tools 8
skin_analyzeAnalyze a selfie and return dermatologist-style skin scores (breakouts, complexion, aging, hydration), a radar breakdown, an AR diagnostic overlay image, and an optional ingredient-matched AM/PM routine.
Inferred read-onlyroutine_matchGenerate a personalized AM/PM skincare routine from a quiz profile (no photo) and match each step to brand/catalog products.
Inferred read-onlytryon_productTry a specific brand product (makeup, hat, clothing, accessory) on a photo using the product's reference image.
Inferred read-onlyglow_upGenerate a realistic 'glow-up' visualization of improved skin from a selfie.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.peak-skin-cosmetics]
url = "https://getpeakskin.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"peak-skin-cosmetics": {
"type": "http",
"url": "https://getpeakskin.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: peak-skin-cosmetics
Remote MCP URL: https://getpeakskin.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"peak-skin-cosmetics": {
"url": "https://getpeakskin.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"peak-skin-cosmetics": {
"type": "http",
"url": "https://getpeakskin.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "peak-skin-cosmetics",
"transport": "streamable-http",
"url": "https://getpeakskin.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.