Aviado Health BioIntelligence
Server Details
Evidence-based supplement research for AI assistants. Query 4,794 clinical effect edges across 290 supplements and 502 biomarkers, 765 supplement-supplement interactions, 1,634 FDA drug interactions, and 22,570 product quality scores with AviScore ratings. 8 tools: supplement and biomarker lookup, drug and supplement interactions, brand quality rankings, condition-based supplement recommendations, fuzzy search for supplements and health conditions.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.8/5 across 8 of 8 tools scored. Lowest: 3.2/5.
Each tool has a clearly distinct purpose: retrieving supplement info, biomarkers, interactions, brands, and search tools for name resolution. No overlap in functionality.
All tool names follow a consistent pattern: 'get_' for data retrieval and 'search_' for name resolution. No mixing of conventions.
8 tools cover the core domain of supplement and biomarker information without excess. The count is well-scoped for a knowledge base server.
The set provides comprehensive coverage for supplement exploration: search, info, biomarkers, interactions, and brands. Minor gaps like detailed condition information do not hinder core workflows.
Available Tools
9 toolsget_biomarkers_for_supplementInspect
Find which biomarkers are affected by a given supplement. Returns direction (up/down), confidence, dose, and health goal mapping.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 25, max 100) | |
| supplement | Yes | Supplement name (e.g., 'fish oil', 'curcumin', 'vitamin D3') |
get_interventions_for_biomarkerInspect
Find mixed interventions in Aviado's current graph that affect a biomarker, labeled with the exact intervention_type value supplement, food_substance, prescription_drug, research_compound, research_nootropic, medical_compound, or unknown. graph_status is the exact internal proven/suspected eligibility label, not independent clinical validation. Coverage is partial and non-exhaustive; absence is not evidence of no effect. pathway_tags are raw graph metadata, not validated mechanisms, and dose/pathway details are suppressed for non-supplement and unknown rows. Use dose_value with dose_unit; legacy dose_mg is populated only for literal mg rows.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 25, max 100) | |
| biomarker | Yes | Biomarker name, abbreviation, or LOINC code |
get_supplement_infoInspect
Get comprehensive information about a supplement: what it is, what it does, which biomarkers it affects, mechanism of action, and safety contraindications.
| Name | Required | Description | Default |
|---|---|---|---|
| supplement | Yes | Supplement name |
get_supplement_interactionsInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| supplement | Yes | Supplement name | |
| include_drug_interactions | No | Include FDA drug-supplement interactions |
get_supplements_for_biomarkerInspect
Find registry-classified supplements in Aviado's current graph that affect a biomarker. Excludes food_substance, prescription_drug, research_compound, research_nootropic, medical_compound, and unknown IDs. Type labels and graph_status (proven or suspected) are internal taxonomy/eligibility metadata, not independent clinical verification. Results are partial and non-exhaustive; pathway_tags are raw graph metadata, not validated mechanisms. Use dose_value with dose_unit; legacy dose_mg is populated only for literal mg rows.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 25, max 100) | |
| biomarker | Yes | Biomarker name, abbreviation, or LOINC code |
get_supplements_for_conditionInspect
Find which supplements help with a health condition or goal (e.g., 'sleep', 'anxiety', 'joint pain'). Returns evidence-graded supplement recommendations with dosages.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max supplements to return, ranked by evidence (default: 25, max: 50) | |
| condition | Yes | Health condition, symptom, or goal (e.g., 'insomnia', 'anxiety', 'brain fog', 'joint pain') | |
| min_grade | No | Minimum evidence grade to include (default: D = all) | D |
get_top_brandsInspect
Find the highest-quality brands for a supplement, ranked by ProofMark (Aviado's quality score: third-party testing, certifications, and quality metrics).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (max 20) | |
| supplement | Yes | Supplement name |
search_conditionsInspect
Search for a health condition by name with fuzzy matching. Use this to resolve ambiguous condition names before calling get_supplements_for_condition.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (e.g., 'sleep', 'anxiety', 'brain fog', 'joint pain') |
search_supplementsInspect
Resolve a supplement identity. Use mode='supplement_retail' only for raw retail product titles; it invokes the fail-closed retail front door. Identity mode is the default.
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Explicit routing mode; retail titles require supplement_retail | identity |
| query | Yes | Supplement identity or raw retail product title |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!