Clarity MCP
Clarity MCP — com.healthai/clarity
Condition-aware ingredient & product safety intelligence for AI agents. Every answer carries a verdict, an evidence tier (Gold / Silver / Bronze), and a citation — curated against authoritative sources (LactMed, InfantRisk, PubMed, DSLD, DermNet, EU CosIng) by Health AI (Dr. Olga Lavinda, PhD).
Hosted MCP server — no install, no key. Endpoint:
https://mcp.healthai.com (Streamable HTTP, JSON-RPC 2.0). Published to the
official MCP Registry as com.healthai/clarity (domain-verified namespace).
Use it
Claude Code:
claude mcp add --transport http clarity https://mcp.healthai.comClaude Desktop / Cursor / any client with native remote MCP — add to the
config's mcpServers:
{
"mcpServers": {
"clarity": {
"type": "streamable-http",
"url": "https://mcp.healthai.com"
}
}
}For older clients without native remote support, bridge with mcp-remote:
"command": "npx", "args": ["-y", "mcp-remote", "https://mcp.healthai.com"].
Related MCP server: Scientific Tools MCP Server
Tools (9)
Tool | What it answers |
| Verdict + evidence tier + citation for a cosmetic/food/supplement ingredient, under a condition lens |
| Verdict, tier, PMID citation and safety flags for a cannabis or mushroom species/strain |
| Look up a product by UPC/EAN, flag its ingredients for a condition lens, and surface any active FDA recall |
| Fact-check a free-text health claim against Clarity's curated position — supports / contradicts / does-not-cover, with citation |
| Curated ingredient-to-ingredient interactions — type, severity, mechanism, clinical note, source (single or pair) |
| Category-specific product quality score by barcode (food / skincare / supplement), each dimension distinct, always with data-quality coverage |
| Audit a supplement/ingredient stack in one call — per-item condition-lens verdicts (cited where evidence exists) plus curated within-stack interactions |
| Find 2–3 safer same-category swaps for a flagged product, rated on Clarity's quality dimensions |
| Check whether a consumer product or brand has an active FDA/consumer recall on file (food, supplements, cosmetics — not devices), with classification + source URL |
Condition lenses: breastfeeding, lactation, pregnancy, histamine,
mcas, rosacea, hs, allergy, all.
Anonymous use is rate-limited to 60 req/min per IP (Durable Object limiter); add
an X-API-Key header for higher tiers. Descriptive and cited — not medical
advice; absence of a flag is not proof of safety.
Related servers
Constat — 483 Risk Radar (
com.healthai/radar) — FDA/NHTSA regulatory-risk intelligence for AI agents.MCP Queen — the graded MCP registry that independently probes and grades this server.
Deploy (Cloudflare Workers)
npx wrangler deploy # from workers/clarity-mcp/server.json (this directory, mirrored at the repo root) is the MCP Registry
metadata; the registry stores only this pointer — the server runs here on
Cloudflare.
This server cannot be installed
Maintenance
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thehealthai/clarity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server