General Tools
assessmyhair.com
Provides personalized hair-care recommendations and product category suggestions based on hair type, condition, goals, and routine.
ENDPOINT 1
https://assessmyhair.com/api/mcp
MCP server metadata
- Name
- assess-my-hair
- Version
- 1.0.0
Assess My Hair (powered by Rich Mom Recommends) exposes a cosmetic hair-care decision-support tool, "assess_hair_needs". Provide a person’s hair type, condition, goals, and routine to receive cosmetic hair-care approaches and product categories. SAFEGUARD: cosmetic and educational only — it does NOT diagnose, treat, or advise on any medical or scalp condition, does NOT prescribe medication, and routes anything concerning to a qualified professional. Tool calls never trigger emails, purchases, or other consequential actions.
Known tools 1
assess_hair_needsGiven a person’s hair type, current hair condition, goals, and routine, return COSMETIC hair-care approaches and product categories to consider.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.assess-my-hair]
url = "https://assessmyhair.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"assess-my-hair": {
"type": "http",
"url": "https://assessmyhair.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: assess-my-hair
Remote MCP URL: https://assessmyhair.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"assess-my-hair": {
"url": "https://assessmyhair.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"assess-my-hair": {
"type": "http",
"url": "https://assessmyhair.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "assess-my-hair",
"transport": "streamable-http",
"url": "https://assessmyhair.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.