Health AI Clarity
Rank #113,810pulsemcp/health-ai-clarity
Delivers condition-aware ingredient and product safety verdicts, evidence citations, and safer-swap recommendations backed by an evidence-graded database covering pregnancy, breastfeeding, histamine sensitivity, and other health conditions.
Health AI Clarity is a Model Context Protocol (MCP) server published by thehealthai. It ranks #113,810 of 115,460 servers tracked on MCP Toplist. Health AI Clarity is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Jul 9, 2026.
Ranks ahead of 1,650 of 115,460 servers on MCP Toplist.
Use Health AI Clarity
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http health-ai-clarity https://mcp.healthai.com/[mcp_servers.health-ai-clarity]
url = "https://mcp.healthai.com/"Add to ~/.codex/config.toml.
https://mcp.healthai.com/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"health-ai-clarity": {
"url": "https://mcp.healthai.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"health-ai-clarity": {
"type": "http",
"url": "https://mcp.healthai.com/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"health-ai-clarity": {
"serverUrl": "https://mcp.healthai.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"health-ai-clarity": {
"url": "https://mcp.healthai.com/"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/pulsemcp%2Fhealth-ai-clarity)<a href="https://mcptoplist.com/server/pulsemcp%2Fhealth-ai-clarity"><img src="https://mcptoplist.com/badge/pulsemcp%2Fhealth-ai-clarity.svg" alt="MCP Toplist: #113,810 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
thehealthai
Other servers by thehealthai
View all thehealthai servers →Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Health AI Clarity?
- Health AI Clarity is maintained by thehealthai, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Health AI Clarity listed on the Official MCP Registry?
- Health AI Clarity is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Health AI Clarity have?
- Health AI Clarity ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Health AI Clarity?
- The source code for Health AI Clarity is hosted at github.com/thehealthai/clarity-mcp.