Skip to main content
Glama

Clarity MCP — com.healthai/clarity

MCP Queen grade

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.com

Claude 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

check_ingredient

Verdict + evidence tier + citation for a cosmetic/food/supplement ingredient, under a condition lens

strain_lookup

Verdict, tier, PMID citation and safety flags for a cannabis or mushroom species/strain

scan_barcode

Look up a product by UPC/EAN, flag its ingredients for a condition lens, and surface any active FDA recall

validate_claim

Fact-check a free-text health claim against Clarity's curated position — supports / contradicts / does-not-cover, with citation

check_interaction

Curated ingredient-to-ingredient interactions — type, severity, mechanism, clinical note, source (single or pair)

score_product

Category-specific product quality score by barcode (food / skincare / supplement), each dimension distinct, always with data-quality coverage

check_stack

Audit a supplement/ingredient stack in one call — per-item condition-lens verdicts (cited where evidence exists) plus curated within-stack interactions

find_alternatives

Find 2–3 safer same-category swaps for a flagged product, rated on Clarity's quality dimensions

check_recall

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.

  • 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.

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
6dResponse time
Release cycle
1Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    A
    quality
    B
    maintenance
    High-value scientific tools for AI agents — literature search (PubMed, arXiv, Semantic Scholar), chemical compound lookup (PubChem, ChEMBL), patent prior art search (USPTO, EPO), GPU spot prices across 4 providers, and real-time earth science data (USGS, NASA, OpenAQ). Per-call billing via API key. Keys issued instantly at https://mcp-site.com/keys/request
    Last updated
    6
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for CITED Health that allows AI assistants to query evidence-based supplement data, including ingredient evidence grades, health conditions, PubMed papers, glossary terms, and educational guides.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

  • Australian ingredient scanner MCP — 21k+ AU products, 237 chemical rules, 17 condition tags.

  • Hosted MCP server exposing US hospital procedure cost data to AI assistants

View all MCP Connectors

Latest Blog Posts

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