ai.aviado/health
Official8 toolsSupplement research, biomarker effects, drug interactions, and brand quality data
Query supplement research, biomarker effects, drug interactions, and supplement brand quality data.
Captured live from the server via tools/list.
get_supplements_for_biomarker
Find which supplements affect a given biomarker (e.g., triglycerides, CRP, vitamin D). Returns evidence-weighted results from 4,794 clinical effect edges.
Parameters (1)
- biomarkerstringrequired
Biomarker name, abbreviation, or LOINC code
get_biomarkers_for_supplement
Find which biomarkers are affected by a given supplement. Returns direction (up/down), confidence, dose, and health goal mapping.
Parameters (1)
- supplementstringrequired
Supplement name (e.g., 'fish oil', 'curcumin', 'vitamin D3')
get_supplement_info
Get comprehensive information about a supplement: what it is, what it does, which biomarkers it affects, mechanism of action, and safety contraindications.
Parameters (1)
- supplementstringrequired
Supplement name
get_supplement_interactions
Find supplement-supplement interactions (765 pairs from clinical evidence) and drug-supplement interactions (1,626 FDA-validated pairs). Returns synergies, antagonisms, absorption conflicts, and timing recommendations.
Parameters (2)
- supplementstringrequired
Supplement name
- include_drug_interactionsboolean
Include FDA drug-supplement interactions
get_top_brands
Find the highest-quality brands for a supplement, ranked by AviScore (third-party testing, certifications, and quality metrics).
Parameters (2)
- supplementstringrequired
Supplement name
- limitnumber
Number of results (max 20)
search_supplements
Search for a supplement by name with fuzzy matching. Use this to resolve ambiguous names before calling other tools.
Parameters (1)
- querystringrequired
Search query (e.g., 'fish oil', 'CoQ10', 'NAC')
search_conditions
Search for a health condition by name with fuzzy matching. Use this to resolve ambiguous condition names before calling get_supplements_for_condition.
Parameters (1)
- querystringrequired
Search query (e.g., 'sleep', 'anxiety', 'brain fog', 'joint pain')
get_supplements_for_condition
Find which supplements help with a health condition or goal (e.g., 'sleep', 'anxiety', 'joint pain'). Returns evidence-graded supplement recommendations with dosages.
Parameters (3)
- conditionstringrequired
Health condition, symptom, or goal (e.g., 'insomnia', 'anxiety', 'brain fog', 'joint pain')
- min_gradestring
Minimum evidence grade to include (default: D = all)
- limitnumber
Max supplements to return, ranked by evidence (default: 25, max: 50)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"health": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://aviado.ai/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.