# 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 mcp add leegentle/skincare-mcp

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

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

# Call a tool
npx -y smithery 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 tool get leegentle/skincare-mcp <tool-name>
```
