INDIVIDUAL MCP TOOL
match_products_to_hair
Score catalog products against a real hair profile — scored by Studio 1’s patent-pending hair-match methodology, the SAME rubric Vi itself uses (porosity, ingredients, damage — weighted; scores computed, never invented).
LIVE ENDPOINT
https://vi.studio1beauty.com/mcp
Connect to this endpoint to inspect the live schema for match_products_to_hair and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.studio-1-beauty-vi]
url = "https://vi.studio1beauty.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"studio-1-beauty-vi": {
"type": "http",
"url": "https://vi.studio1beauty.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: studio-1-beauty-vi
Remote MCP URL: https://vi.studio1beauty.com/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": {
"studio-1-beauty-vi": {
"url": "https://vi.studio1beauty.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"studio-1-beauty-vi": {
"type": "http",
"url": "https://vi.studio1beauty.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "studio-1-beauty-vi",
"transport": "streamable-http",
"url": "https://vi.studio1beauty.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search the Studio 1 Beauty catalog and return matching products WITH hair-care enrichment (hair_types, hair_concerns, key_ingredients, ingredients_full, benefits, best_for, porosity, is_color_safe, is_sulfate_free, vi_summary), price, availability, GLOW Bucks earned, and a safety block (sensitivity_safe / pregnancy_safe / free_from).get_product— Fetch a single Studio 1 Beauty product by its handle, with full hair-care enrichment, the same tri-state safety block as search_products, all variants (size/price/availability), and GLOW Bucks earned.check_availability— Live buyability for up to 20 products at once, by handle — product-level availability plus every variant with its price, availability and quantity where the catalog reports one.get_store_facts— Canonical Studio 1 Beauty facts for agents: shipping ($150 free threshold; otherwise calculated at checkout — no flat rate), 30-day returns, GLOW Bucks store credit (10% back), heritage since 1976, contact.