# Skincare

Provide a specialized MCP server that integrates with skincare-related data and tools, enabling enhanced context and actions for LLM applications focused on skincare. Facilitate dynamic access to ski…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add leegentle/skincare-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list leegentle/skincare-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get leegentle/skincare-mcp get-selfie-analysis

# Call a tool
npx -y @smithery/cli@latest tool call leegentle/skincare-mcp get-selfie-analysis '{}'
```

## Tools (1)

- `get-selfie-analysis` — 이미지URL을 받아 분석 결과를 반환합니다.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get leegentle/skincare-mcp <tool-name>
```

---

Source: https://github.com/leegentle/skincare-mcp
