LIVE ENDPOINT
https://mcp.healthai.com
Connect to this endpoint to inspect the live schema for score_product 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.clarity-mcp]
url = "https://mcp.healthai.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"clarity-mcp": {
"type": "http",
"url": "https://mcp.healthai.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: clarity-mcp
Remote MCP URL: https://mcp.healthai.com
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": {
"clarity-mcp": {
"url": "https://mcp.healthai.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"clarity-mcp": {
"type": "http",
"url": "https://mcp.healthai.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "clarity-mcp",
"transport": "streamable-http",
"url": "https://mcp.healthai.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_ingredient— Look up a cosmetic/food/supplement ingredient in Clarity's condition-aware database.check_stack— Audit a supplement/ingredient STACK in one call: per-item condition-lens verdicts (evidence-graded, cited where citations exist) PLUS every curated ingredient-to-ingredient interaction found WITHIN the stack (type, severity, mechanism, source).find_alternatives— Find 2-3 safer swaps for a flagged product: same-category products that rate good/excellent on Clarity's general food/skincare quality score AND contain no ingredient flagged for the given condition lens.strain_lookup— Look up a cannabis or mushroom species/strain in Clarity's database.scan_barcode— Look up a product by barcode (Open Food Facts / Open Beauty Facts), match its ingredients against Clarity's database, return which ingredients are flagged for the given condition lens, AND flag any active FDA recall for the product (recall_flag + recalls[], sourced from FDA — verify via source_url).validate_claim— Fact-check a free-text health/safety claim against Clarity's human-curated, evidence-graded database.check_interaction— Check Clarity's curated ingredient-to-ingredient interaction database.check_recall— Check whether a consumer product or brand has an FDA/consumer recall on file — supplements, food, cosmetics (NOT medical devices).