# BeauticsLab

Browse Korean skincare on demand: fetch your saved BeauticsLab routines with per-product ingredient breakdowns, search across Olive Young, Daiso, Korean e-commerce listings (Naver, Coupang, 11st), an…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add websfactoryinfo/beauticslab

# Browse available tools
npx -y smithery tool list websfactoryinfo/beauticslab

# Get full schema for a tool
npx -y smithery tool get websfactoryinfo/beauticslab get_my_routine

# Call a tool
npx -y smithery tool call websfactoryinfo/beauticslab get_my_routine '{}'
```

## Direct MCP Connection

Endpoint: `https://beauticslab--websfactoryinfo.run.tools`

## Tools (3)

- `get_my_routine` — Retrieves the authenticated user's saved skincare routines and their products, optionally including the top ingredients…
- `search_product` — Searches the BeauticsLab catalog by product name, brand, or keyword and returns ranked results with source labels. Kore…
- `get_product_ingredients` — Retrieves the full ingredient list for one product by its goodsNo, with Korean and English names plus EWG safety grades…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get websfactoryinfo/beauticslab <tool-name>
```
