MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Mediora MCP Server

by SLAtech IL
Developer ToolsModerate7.5MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Doctor-reviewed blood-test markers, conditions & symptoms as agent tools. EN/RU/HE. Hosted.

About

Doctor-reviewed blood-test markers, conditions & symptoms as agent tools. EN/RU/HE. Hosted.

Remote endpoints: streamable-http: https://mcp.mediora.ai/mcp

Security Report

7.5
Moderate7.5Low Risk

This is a hosted MCP server listing document with clear security boundaries. The server exposes a medical catalog through unauthenticated tools and requires JWT authentication for patient data access. No source code vulnerabilities are present in this documentation. Authentication and permission scoping appear appropriate for the use case.

1 file analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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.json
  • Human landing: https://mcp.mediora.ai/mcp/info
  • Website: 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.

Tools

Anonymous — catalog reads (no token)

ToolReturns
mediora__list_markersEvery blood-test marker (slug + short name)
mediora__explain_markerFull doctor-reviewed explainer for one marker
mediora__lookup_markerFuzzy alias search across EN/RU/HE
mediora__list_conditionsEvery clinical condition (slug + ICD-10)
mediora__explain_conditionFull explainer for a clinical condition
mediora__list_symptomsEvery patient-side symptom
mediora__explain_symptomSymptom triage explainer with lab work-up

Patient tools — require a Bearer JWT

ToolReturns
mediora__whoamiThe authenticated patient's profile summary
mediora__analyze_lab_pdfUpload a lab PDF/image for analysis (SSRF-guarded fetch)
mediora__get_patient_historyThe patient's uploaded tests
mediora__get_test_detailsA single test's markers + AI interpretation
mediora__longitudinal_trendA 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

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeDocumentationRemote Endpoint

Details

Published July 6, 2026
Version 0.5.0
0 installs
Local & Remote Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
7
Installs
5.3
Security
No ratings yet
Local

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
6
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
535
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
80
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
47
Installs
6.0
Security
5.0
Local

MCP Marketplace

Free

by mcp-marketplace · Developer Tools

Search and install MCP servers from inside your AI client.

-
Stars
34
Installs
10.0
Security
5.0
Remote