Mediora MCP Server
Click on "Install 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: aria-mcp-server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server and web application that enables natural language medical queries and patient data analysis powered by Gemini AI. It allows users to track and analyze patient biometrics, including vitals, sleep patterns, and laboratory results, through a comprehensive set of automated medical tools.Last updated
- AlicenseAqualityAmaintenanceClinical 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.Last updated32MIT
- AlicenseAqualityAmaintenanceUnified MCP server providing LLMs with reliable lookup access to ICD-11, LOINC, RxNorm, MeSH, ATC, CID-10, and (optionally) SNOMED CT.Last updated311007MIT
- Alicense-qualityDmaintenanceProvides validated clinical scoring tools for AI agents via MCP, with evidence-based calculators and smart tool discovery.Last updated4Apache 2.0
Related MCP Connectors
Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 37 tools, MIT.
NIH Clinical Tables: ICD-10/9, RxTerms, LOINC, NPI, conditions search. Keyless.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SLAtech-IL/mediora-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server