Content Tools
mediora.ai
Provides access to a catalog of blood-test markers and clinical conditions with doctor-reviewed explainers.
ENDPOINT 1
https://mcp.mediora.ai/mcp
MCP server metadata
- Name
- mediora-mcp
- Version
- 0.6.0
Known tools 14
mediora__explain_markerReturn the full explainer for a single blood-test marker by slug.
Inferred read-onlymediora__explain_conditionReturn the full explainer for a clinical condition by slug.
Inferred read-onlymediora__list_symptomsList every patient-side symptom in the Mediora catalog (fatigue, joint pain, headache, etc.).
Inferred read-onlymediora__explain_symptomReturn the full triage explainer for a single symptom by slug.
Inferred read-onlymediora__list_panelsList every lab panel in the Mediora catalog (CBC, lipid, comprehensive metabolic, thyroid, iron, liver, kidney, diabetes, vitamin, inflammation, hormone, bone, cardiac, electrolyte, adrenal, PSA/prostate).
Inferred read-onlymediora__explain_panelReturn the markers that make up a lab panel by slug — each resolved to its Mediora marker slug, name and one-line summary — plus the panel's search aliases (CBC/FBC, CMP, LFT, TFT, renal panel, …).
Inferred read-onlymediora__whoamiValidate a Mediora.AI patient Bearer token and return the patient id + email it represents.
Potential side effectsmediora__analyze_lab_pdfUpload a lab-report PDF or scan (by HTTPS URL) and trigger Mediora.AI's full Vision + analysis pipeline.
Potential side effectsmediora__get_patient_historyReturn the patient's past medical-test rows (id, test type, test date, risk level, summary, status, abnormal-marker count).
Inferred read-onlymediora__get_test_detailsReturn the persisted markers + AI analysis (Summary, KeyFindings, Recommendations, DetailedExplanation) for a specific medical-test the authenticated patient owns.
Inferred read-onlymediora__longitudinal_trendReturn the per-marker trajectory analyser output for the authenticated patient — HbA1c rising, eGFR falling, ferritin depleting, etc.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mediora-mcp]
url = "https://mcp.mediora.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mediora-mcp": {
"type": "http",
"url": "https://mcp.mediora.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mediora-mcp
Remote MCP URL: https://mcp.mediora.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mediora-mcp": {
"url": "https://mcp.mediora.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mediora-mcp": {
"type": "http",
"url": "https://mcp.mediora.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mediora-mcp",
"transport": "streamable-http",
"url": "https://mcp.mediora.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mediora.ai was fetched 2026-08-25T16:34:54.433Z.
mediora.ai is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.