Mondo Link
БесплатноНе проверенMCP server for the Mondo Disease Ontology: disease term lookup, the is_a hierarchy, and cross-ontology mapping across OMIM, Orphanet, DOID, NCIT, UMLS and MeSH.
Описание
MCP server for the Mondo Disease Ontology: disease term lookup, the is_a hierarchy, and cross-ontology mapping across OMIM, Orphanet, DOID, NCIT, UMLS and MeSH.
README
Python 3.12+ CI Conformance License: MIT
MCP server that grounds disease work in the Mondo Disease Ontology.
It builds a local SQLite index from the Mondo OBO + SSSOM releases and serves read-only
Streamable-HTTP tools for disease-term lookup, the is_a hierarchy, and cross-ontology
mapping (OMIM ↔ Orphanet ↔ DOID ↔ NCIT ↔ UMLS ↔ MeSH ↔ MONDO …).
[!IMPORTANT] Research use only. Not clinical decision support. Do not use for diagnosis, treatment, triage, or patient management.
Why
Mondo ships as an ontology release file, not a queryable API. There is no upstream
service to ask "which MONDO term is OMIM:182212?" or "what are the descendants of this
disease?" — a consumer must download the OBO, parse it, compute the transitive is_a
closure itself, and reconcile the OBO's xref: lines against the separately published
SSSOM mapping set (whose obo/ PURL 404s).
mondo-link does that once, at build time: an atomic SQLite index with full-text search,
a precomputed closure, and a merged, predicate-ranked cross-reference table. There is no
live API behind it, so lookups are offline, fast, and no upstream can rate-limit or
throttle you.
Quick start
The server is hosted — no install required:
claude mcp add --transport http mondo-link --scope user https://mondo-link.genefoundry.org/mcp
To run it yourself (Python 3.12+, uv):
make install # uv sync --group dev
make data # REQUIRED: download Mondo (OBO + SSSOM) and build the local index
make data-status # print the loaded Mondo release + counts
make dev # unified REST + MCP server on http://127.0.0.1:8000 (MCP at /mcp)
curl -s http://127.0.0.1:8000/health
make data is mandatory — with no index every tool returns upstream_unavailable. For
Claude Desktop and other stdio hosts, make mcp-serve runs the stdio server instead.
HTTP deployments enforce exact Host/Origin allowlists; see
deployment.md before putting one behind a
proxy.
Tools
| Tool | Purpose |
|---|---|
get_server_capabilities |
Discovery surface: tools, workflows, error taxonomy, limits |
get_diagnostics |
Index status, loaded Mondo release, counts, latency percentiles |
resolve_disease |
Label, synonym, MONDO id or external CURIE → one canonical term |
resolve_disease_batch |
Resolve many queries in one call; per-item errors, never fails wholesale |
search_diseases |
Full-text search over name, synonyms and definition |
get_disease |
The record: definition, synonyms, grouped xrefs, parents/children, obsolescence |
get_disease_batch |
Fetch many records in one call; per-item errors, sparse projection |
get_disease_ancestors |
Transitive is_a ancestors (precomputed closure) |
get_disease_descendants |
Transitive is_a descendants |
get_disease_parents |
Direct is_a parents |
get_disease_children |
Direct is_a children |
resolve_xref |
External CURIE → MONDO ids, ranked by mapping predicate |
map_cross_ontology |
A MONDO term → its mappings grouped by target prefix |
Leaf names are unprefixed here (serverInfo.name = mondo-link) per Tool-Naming
Standard v1. The GeneFoundry router applies the canonical gateway namespace token mondo
at mount time, so resolve_disease surfaces as mondo_resolve_disease behind the
federated endpoint.
Every response carries _meta.next_commands (ready-to-call follow-ups); ids are normalised
to MONDO:NNNNNNN; response_mode ∈ minimal | compact | standard | full (default
compact). Worked examples: usage.md.
Data & provenance
The index is built from the Mondo OBO release (purl.obolibrary.org/obo/mondo.obo)
plus the consolidated SSSOM cross-ontology mappings from the Mondo repository. SSSOM is
supplementary and optional: the OBO already carries dbxrefs, so if SSSOM is unavailable
the index still builds from the OBO alone — cross-references present, curated SSSOM
predicates omitted.
Downloads are conditional (ETag / Last-Modified; 304 → no rebuild) and the build is
atomic under a lock, recording provenance — Mondo release, source validators, counts — in a
meta table. get_diagnostics and make data-status report the loaded release.
Ground every claim in the index and cite the MONDO id + Mondo release version. Mondo data are CC BY 4.0 (Monarch Initiative); cite:
Vasilevsky NA, Matentzoglu NA, Toro S, et al. Mondo: Unifying diseases for the world, by the world. medRxiv 2022.04.13.22273750. doi:10.1101/2022.04.13.22273750.
Sources, refresh mechanics and the full citation contract: data.md.
Documentation
- Data & provenance — sources, the mandatory build, refresh model, licence, citation.
- Usage — per-tool examples, response modes, error taxonomy, workflows.
- Architecture — the two planes, ingest pipeline, SQLite schema, request lifecycle.
- Deployment — Docker, every
MONDO_LINK_*variable, Host/Origin allowlists, refresh scheduling, health. - AGENTS.md / CLAUDE.md — contributor + agent guide; CHANGELOG.md — release history.
Contributing
See AGENTS.md for engineering conventions (two-plane boundary, invariants,
layout). make ci-local is the definition-of-done gate: format, lint, line budget, README
standard, mypy, and tests.
License
Code: MIT © 2026 Bernt Popp. Data: the Mondo Disease Ontology is distributed by the Monarch Initiative under CC BY 4.0 and must be cited as above.
Установка Mondo Link
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/berntpopp/mondo-linkFAQ
Mondo Link MCP бесплатный?
Да, Mondo Link MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Mondo Link?
Нет, Mondo Link работает без API-ключей и переменных окружения.
Mondo Link — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Mondo Link в Claude Desktop, Claude Code или Cursor?
Открой Mondo Link на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
автор: paralovAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
Compare Mondo Link with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
