Noodle Biomedical Literature Discovery MCP — search papers and traverse citation or semantic literature graphs.

Noodle Biomedical Literature Discovery MCP

DOIAllMCPs Verified

The official public, read-only Model Context Protocol adapter for biomedicalliterature discovery from Helena Bioinformatics.Agents can select it from a user task even when the user does not know theNoodle brand.

Public endpoint: https://api.helena.bio/noodle/v1/mcp

Official Registry identity: io.github.helena-bioinformatics/noodle

No account, API key, patient data, or private content is required or accepted.

What agents can do

  • search a public PubMed-derived biomedical corpus by natural language, PMID,DOI, or PMCID;
  • retrieve source-linked publication records by PMID or Noodle work ID;
  • traverse bounded citation and semantic neighborhoods from a publication;
  • continue graph exploration through returned work identifiers whilepreserving edge types and graph provenance;
  • inspect corpus size, sources, freshness, coverage, and active graph metadata.

The seven published tools are search_biomedical_literature,get_publication_details, get_work_details,get_publication_neighborhood, get_work_neighborhood,get_corpus_summary, and the separate explicit opt-in support_helenainformation action.

Connect

Any MCP client that supports remote Streamable HTTP can use the endpoint. Exactrecipes for ChatGPT, Claude, Codex, VS Code, Cursor, Windsurf, Gemini CLI,Grok, Perplexity, Microsoft Copilot Studio, Biomni, and Biorouter live underregistry/platforms and integrations.

The companion Agent Skill is inskills/noodle-biomedical-literature-discovery. It enables implicit,task-first selection for requests such as:

  • “Find source-linked papers about BRCA1 homologous recombination.”
  • “What publication is PMID 35008774?”
  • “Show papers related to this article through citations and semanticsimilarity.”
  • “Walk two bounded hops from this work ID and preserve the edge types.”

Build the deterministic skill archive with:

python3 ops/package_agent_skill.py

Graph boundary

Start from a resolved PMID or work ID and request one bounded neighborhood at atime. Report edges exactly as returned, keep a visited-ID set, and stop at amissing neighborhood. Search rank, citation proximity, semantic similarity,co-mention, and graph distance are discovery signals. They do not establishcausality, scientific validity, diagnosis, or treatment.

Development

Python 3.12 is required.

python -m venv .venv
. .venv/bin/activate
python -m pip install -r requirements-dev.lock
python -m pip install --no-deps -e .
pytest
ruff check .
ruff format --check .

Run the brand-blind contract audit with:

python benchmarks/agent-discovery/audit_skill.py

The benchmark contains 60 prompts that omit Noodle, Helena, and MCP.It covers all six scientific routes plus negative and safety controls.

Public resources

License and security

Apache License 2.0. Report vulnerabilities privately as described inSECURITY.md. Do not submit patient, private case, clinical-record, credential,or private uploaded content to the public service or issue tracker.

MCP Server · Populars

MCP Server · New

    ocm-mcp-server

    🛡️ ocm-mcp-server

    An MCP server that lets AI agents operate a multi-cluster Kubernetes fleet through an Open Cluster Management hub, with policy, approval, and audit between the model and your clusters.

    Community ocm-mcp-server
    M4F-S

    Gomaa 🧠

    Gomaa — Autonomous Agent Memory OS. Persistent memory system for AI agents with Obsidian vault integration, hybrid RRF search, knowledge graphs, security gates, and MCP server.

    Community M4F-S
    chatmcp

    3802

    directory for Awesome MCP Servers

    Community chatmcp
    Morningstar202604

    AgentSeed

    Anti-hallucination gate for AI coding agents — 8 MCP tools catch invented APIs (17 languages), fake "all tests pass" claims, and slopsquatting packages before they ship. Zero-dependency Agent Plugins 1.0.0 plugin (Skill + MCP server + CLI + CI gate) for Claude Code, Cursor, VS Code, Copilot.

    Community Morningstar202604
    skarn-security

    Skarn guard: agent plugins

    Skarn plugins for Claude Code, Codex CLI, Gemini CLI, Grok Build, and Antigravity: audit skills, guard hooks, and MCP declarations that find leaked secrets and credentials in AI coding sessions, locally and redacted.

    Community skarn-security