Delv
CommunityActive· 6d4.3by GenomOncology

BioMCP

Unified biomedical research gateway covering PubMed, ClinicalTrials.gov, UniProt, and related sources with one grammar.

B
Safety & Trust

Delv Safety Grade: B

Score 74/100 · assessed 2026-04-28

Maintainer65
Permissions95
Supply chain75
Transparency70
Incidents100

BioMCP is a read-only research aggregator maintained by GenomOncology, a healthcare IT company with domain expertise in oncology informatics. The server queries public biomedical databases (PubMed, ClinicalTrials.gov, UniProt) without requiring API keys or credentials, which limits attack surface significantly. Distribution via PyPI as biomcp-cli follows standard Python packaging practices with uv tool installation. The maintainer is a legitimate mid-size organisation rather than a solo developer, providing reasonable bus factor protection. Permissions are strictly read-only network calls to public APIs. Transparency is adequate with open source code and documentation at biomcp.org, though the repository shows moderate rather than intensive community engagement. No security incidents are known. The narrow scope and read-only nature make this a relatively low-risk addition for biomedical research workflows.

Lethal Trifecta (prompt-injection exposure)

TWO OF THREE
Private dataNo
Reads secrets, credentials, private files
Untrusted inputYes
Ingests web pages, PRs, issues, emails
External commsYes
Can send data outbound

Same.

Green flags

  • Read-only queries to public databases, no write operations or credentials
  • Domain-specific expertise from healthcare IT company shows in design
  • Standard PyPI distribution with uv tool install, no custom scripts
  • No API keys required, reducing credential exposure risk
  • Unified interface reduces complexity vs. managing multiple API clients

Red flags

  • GenomOncology is smaller vendor, less scrutiny than major tech companies
  • Repository shows limited community contributions beyond core maintainer
  • No explicit security policy or vulnerability disclosure process visible

Permissions requested

Outbound network
Assessed by Delv Editorial using public metadata. Grades are advisory and update as the ecosystem changes. They do not replace your own review of permissions and code before granting an agent access to sensitive systems.

Install

uv tool install biomcp-cli

Review

BioMCP is a single MCP server that wraps PubMed, ClinicalTrials.gov, UniProt, and a handful of other biomedical databases behind a unified query interface. Instead of juggling API keys and learning five different query syntaxes, you ask Claude to search PubMed for papers on BRCA1 mutations or pull clinical trials for a specific drug, and BioMCP handles the translation. It's built by GenomOncology, so the domain knowledge shows: queries feel tuned for real research workflows, not generic web scraping. I'd reach for this when I'm doing literature reviews or need to cross-reference a gene variant across databases. The standout feature is how it handles follow-up questions. You can ask for papers, then drill into one, then pivot to UniProt for protein details, all without switching tools. The grammar is consistent enough that Claude rarely misunderstands what you want, which matters when you're chaining queries. Quirks: it's read-only, so you can't submit data or save searches server-side. The tool also doesn't cache results aggressively, so repeated queries hit the upstream APIs each time. If you're doing bulk analysis, you'll want to export results and work locally. The install is trivial (one uv command, no API keys), but the lack of rate-limiting visibility means you might hit PubMed's throttle without warning. Who shouldn't bother: if you're not working in biomedicine or adjacent fields, this is too specialised. It won't help with general research, and the databases it covers are niche outside life sciences. Also, if you need write access or want to integrate with lab systems, this isn't the tool. It's a query layer, not a workflow engine. Who should: researchers doing exploratory work, bioinformaticians who want Claude as a research assistant, or anyone tired of tabbing between PubMed, ClinicalTrials, and UniProt. The zero-config setup and unified grammar make it worth installing even if you only use it occasionally.
Verdict

Install this if you regularly search biomedical databases and want Claude to handle the query syntax for you. The unified interface across PubMed, ClinicalTrials, and UniProt is genuinely useful for exploratory research. Skip it if you're outside life sciences or need write access to these databases.

Good at

  • Zero configuration: no API keys, no credentials, just install and go.
  • Unified query grammar across PubMed, ClinicalTrials, UniProt, and others saves you learning multiple syntaxes.
  • Handles follow-up queries well, so you can chain searches across databases in one conversation.
  • Built by a genomics company, so the tool understands real research workflows.

Watch out

  • Read-only: you can't save searches, submit data, or interact with the databases beyond querying.
  • No visible rate-limiting, so you might hit PubMed's throttle without warning.
  • Doesn't cache results, meaning repeated queries re-fetch from upstream APIs.
  • Too specialised for anyone outside biomedical research - the databases it covers are niche.

Use cases

  • clinical trial lookups
  • gene variant research
  • literature review
  • drug target analysis

Getting started

1. Run `uv tool install biomcp-cli` to install the server. 2. Add BioMCP to your Claude Desktop config by running `biomcp-cli install` (it writes the config for you). 3. Restart Claude Desktop and verify by asking "Search PubMed for recent papers on CRISPR" - you should see structured results. 4. Watch out for rate limits: PubMed throttles aggressive queries, and BioMCP doesn't cache, so repeated searches hit the API every time. 5. For clinical trials, be specific about phase or condition - vague queries return hundreds of results that Claude struggles to summarise.

Works with

Claude DesktopClaude CodeCursor

Similar MCPs