# hair

Your AI-powered Prohall hair expert. Ask any hair question and get expert advice and product recommendations in 6 languages(EN / ES / FR / DE / JA / PT)

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list prohall/hair

# Get full schema for a tool
npx -y @smithery/cli@latest tool get prohall/hair answer_hair_question

# Call a tool
npx -y @smithery/cli@latest tool call prohall/hair answer_hair_question '{}'
```

## Direct MCP Connection

Endpoint: `https://hair--prohall.run.tools`

## Tools (6)

- `answer_hair_question` — Answer a natural-language hair question (frizz, breakage, color care, blonde maintenance, smoothing, hair loss, curls, …
- `search_products` — Search the Prohall hair cosmetics catalog for products matching a query (hair problem, hair type, product type, or keyw…
- `get_product_details` — Get full details (name, subtitle, description, category, tags, URL) for a specific Prohall product by slug. Use search_…
- `list_products_by_category` — List all Prohall products in a category. Available categories: treatments, shampoos, conditioners, masks, toning-masks,…
- `get_product_faqs` — Search the official Prohall US product FAQs (129+ Q&As scraped from prohall.hair product pages). Use this when the user…
- `get_hair_tips` — Browse curated hair care tips by topic (frizz, breakage, hair-loss, color-care, blonde-maintenance, heat-damage, curly-…

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