Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ai.aviado/health

REMOTE · AVIADO.AI · SCANNED SEP 22

Supplement research, biomarker effects, drug interactions, and brand quality data

Available components

0 this week 81 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 872 tokens (~96/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the ai.aviado/health MCP server?

ai.aviado/health is a hosted endpoint at https://aviado.ai/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · aviado.ai

# add to Claude Code
claude mcp add --transport http ai-aviado-health 'https://aviado.ai/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "ai-aviado-health": {
      "url": "https://aviado.ai/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ai-aviado-health": {
      "type": "http",
      "url": "https://aviado.ai/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.ai-aviado-health]
url = "https://aviado.ai/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-aviado-health": {
      "type": "remote",
      "url": "https://aviado.ai/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-aviado-health --url 'https://aviado.ai/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  ai-aviado-health:
    url: "https://aviado.ai/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ai-aviado-health": {
      "Transport": "http",
      "Url": "https://aviado.ai/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add ai-aviado-health -t streamable-http -u 'https://aviado.ai/api/mcp'
// mcp.json
{
  "mcpServers": {
    "ai-aviado-health": {
      "type": "http",
      "url": "https://aviado.ai/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 0

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Probed https://aviado.ai/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=aviado.ai CN=YR2,O=Let's Encrypt,C=US 1 Sept 2026 30 Nov 2026 RSA 2048 SHA256-RSA 60aaf7d25fd89b05b899bb6501f3a01f6ef
SANs: aviado.ai
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of aviado.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
aviado.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://aviado.ai/api/mcp Verified 200
http (plaintext) http://aviado.ai/api/mcp HTTPS enforced 308 https://aviado.ai/api/mcp
MCP tools · 9 exposed · ~872 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_biomarkers_for_supplement ~83

Find which biomarkers are affected by a given supplement. Returns direction (up/down), confidence, dose, and health goal mapping.

NameTypeReqDescription
limitintegerMax results (default 25, max 100)
supplementstringyesSupplement name (e.g., 'fish oil', 'curcumin', 'vitamin D3')

No output schema declared.

No examples provided.

get_interventions_for_biomarker ~177

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.

NameTypeReqDescription
biomarkerstringyesBiomarker name, abbreviation, or LOINC code
limitintegerMax results (default 25, max 100)

No output schema declared.

No examples provided.

get_supplement_info ~49

Get comprehensive information about a supplement: what it is, what it does, which biomarkers it affects, mechanism of action, and safety contraindications.

NameTypeReqDescription
supplementstringyesSupplement name

No output schema declared.

No examples provided.

get_supplement_interactions ~81

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.

NameTypeReqDescription
include_drug_interactionsbooleanInclude FDA drug-supplement interactions
supplementstringyesSupplement name

No output schema declared.

No examples provided.

get_supplements_for_biomarker ~156

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.

NameTypeReqDescription
biomarkerstringyesBiomarker name, abbreviation, or LOINC code
limitintegerMax results (default 25, max 100)

No output schema declared.

No examples provided.

get_supplements_for_condition ~124

Find which supplements help with a health condition or goal (e.g., 'sleep', 'anxiety', 'joint pain'). Returns evidence-graded supplement recommendations with dosages.

NameTypeReqDescription
conditionstringyesHealth condition, symptom, or goal (e.g., 'insomnia', 'anxiety', 'brain fog', 'joint pain')
limitintegerMax supplements to return, ranked by evidence (default: 25, max: 50)
min_gradestringMinimum evidence grade to include (default: D = all)

No output schema declared.

No examples provided.

get_top_brands ~63

Find the highest-quality brands for a supplement, ranked by ProofMark (Aviado's quality score: third-party testing, certifications, and quality metrics).

NameTypeReqDescription
limitintegerNumber of results (max 20)
supplementstringyesSupplement name

No output schema declared.

No examples provided.

search_conditions ~62

Search for a health condition by name with fuzzy matching. Use this to resolve ambiguous condition names before calling get_supplements_for_condition.

NameTypeReqDescription
querystringyesSearch query (e.g., 'sleep', 'anxiety', 'brain fog', 'joint pain')

No output schema declared.

No examples provided.

search_supplements ~77

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.

NameTypeReqDescription
modestringExplicit routing mode; retail titles require supplement_retail
querystringyesSupplement identity or raw retail product title

No output schema declared.

No examples provided.

Common questions

What is the ai.aviado/health MCP server?

ai.aviado/health is an MCP server listed in the public MCP registry as ai.aviado/health. Supplement research, biomarker effects, drug interactions, and brand quality data. This page covers its hosted endpoint (https://aviado.ai/api/mcp).

Is the ai.aviado/health MCP server safe to use?

ai.aviado/health scores 81 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the ai.aviado/health MCP server expose?

ai.aviado/health exposes 9 tools: get_supplements_for_biomarker, get_interventions_for_biomarker, get_biomarkers_for_supplement, get_supplement_info, get_supplement_interactions, and 4 more. Their descriptions and schemas cost roughly 872 tokens of context every time the server is loaded.

Does the ai.aviado/health MCP server require authentication?

No. We connected to ai.aviado/health without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the ai.aviado/health MCP server still maintained?

ai.aviado/health is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.