citedhealth-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@citedhealth-mcpWhat is the evidence for biotin and hair loss?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
citedhealth-mcp
MCP server for CITED Health — query evidence-based supplement data directly from Claude, Cursor, and Windsurf. Ask your AI assistant about ingredient evidence grades, health conditions, PubMed papers, glossary terms, and educational guides backed by peer-reviewed research.
Browse the evidence at citedhealth.com — 6 health domains covering 188 ingredients, 84 conditions, 323 evidence links, and 6,197 PubMed papers.
Table of Contents
Related MCP server: truthstack-mcp
Install
pip install citedhealth-mcpOr with uvx (no install needed):
uvx citedhealth-mcpConfigure
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"citedhealth": {
"command": "uvx",
"args": ["citedhealth-mcp"]
}
}
}Or if installed with pip:
{
"mcpServers": {
"citedhealth": {
"command": "citedhealth-mcp"
}
}
}To query a specific CITED Health site (e.g. HairCited for hair health):
{
"mcpServers": {
"citedhealth": {
"command": "uvx",
"args": ["citedhealth-mcp"],
"env": {
"CITEDHEALTH_BASE_URL": "https://haircited.com"
}
}
}
}Cursor
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"citedhealth": {
"command": "uvx",
"args": ["citedhealth-mcp"]
}
}
}Windsurf
Edit ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"citedhealth": {
"command": "uvx",
"args": ["citedhealth-mcp"]
}
}
}Available Tools
Tool | Description |
| Search supplement ingredients by name or category |
| Get detailed info: mechanism, dosage, forms |
| Look up the evidence grade for an ingredient-condition pair |
| Get a specific evidence link by ID |
| Search PubMed-indexed papers by title or year |
| Get full paper details by PubMed ID |
| List health conditions, optionally filtered by featured status |
| Get condition details: description, prevalence, symptoms, risk factors |
| List glossary terms, optionally filtered by category |
| Get full glossary term definition |
| List educational health guides, optionally filtered by category |
| Get full guide content by slug |
Example Conversations
Once configured, ask your AI assistant:
"What is the evidence for biotin and hair loss?"
"Search for melatonin supplements and sleep research"
"Find PubMed papers about ashwagandha and anxiety from 2023"
"What ingredients are in the vitamins category?"
"Get details about PMID 12345678"
"What health conditions does CITED Health cover?"
"Tell me about the condition 'insomnia' — symptoms and risk factors"
"List all glossary terms in the research category"
"What does 'double-blind' mean in clinical research?"
"Show me guides about hair health"
"Get the full guide on biotin for hair growth"
The server will call the CITED Health API and return structured evidence grades, study counts, paper metadata, condition details, glossary definitions, and guide content.
Evidence Grades
CITED Health uses an A-F grading system based on the quality and consistency of peer-reviewed evidence:
Grade | Label | Criteria |
A | Strong Evidence | Multiple RCTs/meta-analyses, consistent positive results |
B | Good Evidence | Some RCTs or strong observational studies |
C | Mixed Evidence | Conflicting results or limited study quality |
D | Weak Evidence | Mostly observational, small sample sizes |
F | No Evidence | No credible studies supporting the claim |
Environment Variables
Variable | Default | Description |
|
| Override API base URL to query a specific CITED Health site |
Available Sites
Set CITEDHEALTH_BASE_URL to query data from any of the 6 CITED Health domains:
Site | URL | Focus |
CITED Health (hub) |
| All ingredients and conditions |
HairCited |
| Hair loss, thinning, growth |
SleepCited |
| Insomnia, sleep quality, circadian rhythm |
GutCited |
| Gut health, digestion, microbiome |
ImmuneCited |
| Immune function, inflammation |
BrainCited |
| Cognitive function, memory, focus |
Learn More About Evidence-Based Supplements
Tools: Evidence Checker · Ingredient Browser · Paper Search
Browse: Hair Health · Sleep Health · Gut Health · Immune Health · Brain Health
Guides: Grading Methodology · Medical Disclaimer
API: REST API Docs · OpenAPI Spec
Also Available
Platform | Install | Link |
PyPI |
| |
npm |
| |
Go |
| |
Rust |
| |
Ruby |
|
Embed Widget
Embed CitedHealth widgets on any website with citedhealth-embed:
<script src="https://cdn.jsdelivr.net/npm/citedhealth-embed@1/dist/embed.min.js"></script>
<div data-citedhealth="entity" data-slug="example"></div>Zero dependencies · Shadow DOM · 4 themes (light/dark/sepia/auto) · Widget docs
License
MIT License — see LICENSE for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/citedhealth/citedhealth-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server