Command Palette

Search for a command to run...

UnylyUnyly
Browse all

helena-bioinformatics/noodle-mcp

FreeNot checked

Read-only biomedical literature discovery over a public PubMed-derived corpus: natural-language and PMID/DOI/PMCID search, source-linked publication records, an

GitHubEmbed

About

Read-only biomedical literature discovery over a public PubMed-derived corpus: natural-language and PMID/DOI/PMCID search, source-linked publication records, and bounded citation or semantic graph traversal with provenance. Hosted Streamable HTTP endpoint; no account or API key required.

README

DOI AllMCPs Verified OpenSSF Scorecard RRID

The official public, read-only Model Context Protocol adapter for biomedical literature discovery from Helena Bioinformatics. Agents can select it from a user task even when the user does not know the Noodle 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 while preserving 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_helena information action.

Connect

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

Ready-to-use ecosystem packages are included for:

The companion Agent Skill is in skills/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 semantic similarity.”
  • “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 a time. Report edges exactly as returned, keep a visited-ID set, and stop at a missing neighborhood. Search rank, citation proximity, semantic similarity, co-mention, and graph distance are discovery signals. They do not establish causality, 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.

Agent Plugin and Kiro Power

This repository is also a portable Agent Plugin and Kiro Power. plugin.json provides brand-blind activation keywords, the existing Agent Skill supplies the scientific routing and safety boundary, and mcp.json connects directly to the canonical hosted Streamable HTTP endpoint. The Power does not proxy, repackage, or reimplement Noodle.

Privacy policy: https://noodle.helena.bio/privacy

Cite Noodle

The persistent Research Resource Identifier is RRID:SCR_028920. Cite the resource in a methods section as Noodle (RRID:SCR_028920). Use the version DOI when a version-specific software citation is also needed. The RRID identifies the resource across publications, while the DOI identifies the archived 0.2.0 release.

Support: https://noodle.helena.bio/contact or [email protected]

Public resources

License and security

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

from github.com/helena-bioinformatics/noodle-mcp

Installing helena-bioinformatics/noodle-mcp

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/helena-bioinformatics/noodle-mcp

FAQ

Is helena-bioinformatics/noodle-mcp MCP free?

Yes, helena-bioinformatics/noodle-mcp MCP is free — one-click install via Unyly at no cost.

Does helena-bioinformatics/noodle-mcp need an API key?

No, helena-bioinformatics/noodle-mcp runs without API keys or environment variables.

Is helena-bioinformatics/noodle-mcp hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install helena-bioinformatics/noodle-mcp in Claude Desktop, Claude Code or Cursor?

Open helena-bioinformatics/noodle-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare helena-bioinformatics/noodle-mcp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs