← Registry

Content Tools

mediora.ai

Provides access to a catalog of blood-test markers and clinical conditions with doctor-reviewed explainers.

1 endpoint14 known toolsFirst detected July 25, 2026Last detected August 31, 2026

ENDPOINT 1

https://mcp.mediora.ai/mcp

No auth detected

MCP server metadata

Name
mediora-mcp
Version
0.6.0
Capabilities
tools

Known tools 14

mediora__list_markers

List every blood-test marker in the Mediora catalog.

Inferred read-only
mediora__explain_marker

Return the full explainer for a single blood-test marker by slug.

Inferred read-only
mediora__list_conditions

List every clinical condition in the Mediora catalog.

Inferred read-only
mediora__explain_condition

Return the full explainer for a clinical condition by slug.

Inferred read-only
mediora__lookup_marker

Fuzzy-search markers by alias across EN/RU/HE.

Inferred read-only
mediora__list_symptoms

List every patient-side symptom in the Mediora catalog (fatigue, joint pain, headache, etc.).

Inferred read-only
mediora__explain_symptom

Return the full triage explainer for a single symptom by slug.

Inferred read-only
mediora__list_panels

List 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-only
mediora__explain_panel

Return 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-only
mediora__whoami

Validate a Mediora.AI patient Bearer token and return the patient id + email it represents.

Potential side effects
mediora__analyze_lab_pdf

Upload a lab-report PDF or scan (by HTTPS URL) and trigger Mediora.AI's full Vision + analysis pipeline.

Potential side effects
mediora__get_patient_history

Return the patient's past medical-test rows (id, test type, test date, risk level, summary, status, abnormal-marker count).

Inferred read-only
mediora__get_test_details

Return the persisted markers + AI analysis (Summary, KeyFindings, Recommendations, DetailedExplanation) for a specific medical-test the authenticated patient owns.

Inferred read-only
mediora__longitudinal_trend

Return the per-marker trajectory analyser output for the authenticated patient — HbA1c rising, eGFR falling, ferritin depleting, etc.

Inferred read-only

CONNECT 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.

Trust status Trusted

mediora.ai is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.