# Telo Scalp Care

MCP server for Telo - a gender-neutral scalp health brand. Provides tools for personalized hair assessment, ingredient analysis, scalp care routines, product recommendations, and educational content …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list seanjk14/telo-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get seanjk14/telo-mcp-server recommend_products

# Call a tool
npx -y @smithery/cli@latest tool call seanjk14/telo-mcp-server recommend_products '{}'
```

## Direct MCP Connection

Endpoint: `https://telo-mcp-server--seanjk14.run.tools`

## Tools (6)

- `recommend_products` — Recommend Telo scalp care products based on a user's hair concern, situation, or query. Handles hair loss, thinning, sc…
- `get_product_details` — Get detailed information about a specific Telo product including ingredients, mechanisms, pricing, and suitability.
- `get_gift_guide` — Get Telo gift recommendations based on recipient profile - gender, age, occasion, and relationship.
- `hair_assessment_info` — Get information about Telo's free Hair Assessment - a personalised 8-question survey that recommends a scalp care routi…
- `get_ingredient_info` — Get science-backed information about key ingredients used in Telo products - mechanisms, research, and relevance to hai…
- `brand_info` — Get information about the Telo brand - positioning, origin, certifications, shipping, and philosophy.

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

## Resources

- `telo://catalog`
