Mediora MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mediora MCP ServerWhat does high ferritin mean?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mediora.AI — MCP Server
A hosted Model Context Protocol server that exposes Mediora.AI's doctor-reviewed medical catalog to AI agents — blood-test markers, clinical conditions and patient symptoms — as callable tools, in English, Russian and Hebrew.
Endpoint:
https://mcp.mediora.ai/mcp(JSON-RPC 2.0 over streamable HTTP)Discovery manifest:
https://mcp.mediora.ai/.well-known/mcp.jsonHuman landing:
https://mcp.mediora.ai/mcp/infoWebsite: https://www.mediora.ai
This repository is the public listing for a hosted server. It contains the registry manifest and connection instructions — not the server's source. Clients connect to the endpoint above; there is nothing to run locally.
Connect
Add to your MCP client. For Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"mediora": {
"type": "http",
"url": "https://mcp.mediora.ai/mcp"
}
}
}No API key is required for the catalog tools. Restart the client and ask, e.g., "What does a high ferritin mean?" — the answer comes straight from Mediora's doctor-reviewed catalog.
Related MCP server: Medical Terminologies MCP
Tools
Anonymous — catalog reads (no token)
Tool | Returns |
| Every blood-test marker (slug + short name) |
| Full doctor-reviewed explainer for one marker |
| Fuzzy alias search across EN/RU/HE |
| Every clinical condition (slug + ICD-10) |
| Full explainer for a clinical condition |
| Every patient-side symptom |
| Symptom triage explainer with lab work-up |
Patient tools — require a Bearer JWT
Tool | Returns |
| The authenticated patient's profile summary |
| Upload a lab PDF/image for analysis (SSRF-guarded fetch) |
| The patient's uploaded tests |
| A single test's markers + AI interpretation |
| A marker's trend across the patient's uploads |
What it is — and isn't
Interpretation, not a diagnosis. Mediora explains lab results; it never produces a diagnosis or replaces a clinician.
No PHI in the read surface. The anonymous catalog tools carry no patient data. Patient tools require the patient's own JWT and return only that patient's data.
Doctor-reviewed. Every catalog entry passes a 2-of-3 licensed-physician review before it goes live.
Languages
English · Russian · Hebrew — native interpretation, not machine translation. Pass a
lang argument (en | ru | he) to any catalog tool.
License
This repository (manifest + docs) is released under the MIT License. The catalog content served by the tools is licensed CC-BY-NC 4.0 — free to use with attribution to Mediora.AI (link to https://www.mediora.ai), non-commercial unless separately licensed.
Contact
Editorial: editor@mediora.ai · Privacy/DSAR: privacy@mediora.ai
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only U.S. lab-test catalog, collection-site search, and reference-range context.
Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 33 tools, MIT.
DrugBank MCP — wraps the DrugBank Clinical API (api.drugbank.com)
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Related MCP Servers
- AlicenseAqualityCmaintenanceClinical research MCP server providing real-time access to PubMed (35M+ papers) and ClinicalTrials.gov (400K+ trials). Built for trial coordinators and life sciences teams. No API key required.33MIT
- AlicenseAqualityAmaintenanceUnified MCP server providing LLMs with reliable lookup access to ICD-11, LOINC, RxNorm, MeSH, ATC, CID-10, and (optionally) SNOMED CT.33133 npm13MIT
- AlicenseAqualityBmaintenanceProvides validated clinical scoring tools for AI agents via MCP, with evidence-based calculators and smart tool discovery.64Apache 2.0
- AlicenseNot gradedqualityAmaintenanceRead-only biomedical MCP server connecting PubMed, ClinicalTrials.gov, ClinVar, gnomAD, OncoKB, Reactome, KEGG, UniProt, PharmGKB, CPIC, OpenFDA, Monarch Initiative, GWAS Catalog, and more. One command grammar for all biomedical entities — genes, variants, diseases, drugs, trials, articles, phenotypes, pathways, proteins, diagnostics, and adverse events. 27 tools. Apache-2.0 license.1Apache 2.0