name: biomcp-server
description: MCP bio bridge
keywords:
- MCP
- PubMed
- ClinicalTrials
- server
- uv
measurable_outcome: Stand up a working BioMCP endpoint (pip or uv) and return ≥1 PubMed + ≥1 ClinicalTrials.gov response to the client within 10 minutes.
license: MIT
metadata:
author: BioMCP Team
version: "1.0.0"
compatibility:
- system: MCP-compliant clients
allowed-tools:
- web_fetch
BioMCP Server
Deploy and operate the BioMCP server so MCP-compatible clients (Claude Desktop, LobeChat, etc.) can query biomedical databases via a single standardized interface.
When to Use
Unified literature search (PubMed/PMC) inside MCP clients.
Entity normalization via PubTator3 or genomic variant lookups.
ClinicalTrials.gov queries without bespoke API wrappers.
Core Capabilities
PubMed/PMC search: Execute complex literature queries.
PubTator3 annotations: Map text to genes, diseases, chemicals, species.
Run server:python -m biomcp.server or make run; Docker Compose provided.
Configure client: Add command/args snippet from README.md into MCP client config (Claude Desktop, BioKernel, etc.).
Test tools: Invoke PubMed + ClinicalTrials + variant endpoints to ensure connectivity.
Monitor: Capture logs, rate-limit statuses, and data-source versions for audit.
Guardrails
Keep API keys/env secrets outside the repo.
Respect upstream rate limits to avoid throttling or bans.
Document which data sources are enabled per deployment and update when they change.
References
Source repo + configuration examples in README.md, repo/docker-compose.yml, and repo/Makefile.
1---2name: biomcp-server3description: <!--4---5<!--6# COPYRIGHT NOTICE7# This file is part of the "Universal Biomedical Skills" project.8# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>9# All Rights Reserved.10#11# This code is proprietary and confidential.12# Unauthorized copying of this file, via any medium is strictly prohibited.13#14# Provenance: Authenticated by MD BABU MIA1516-->1718---19name: biomcp-server20description: MCP bio bridge21keywords:22 - MCP23 - PubMed24 - ClinicalTrials25 - server26 - uv27measurable_outcome: Stand up a working BioMCP endpoint (pip or uv) and return ≥1 PubMed + ≥1 ClinicalTrials.gov response to the client within 10 minutes.28license: MIT29metadata:30 author: BioMCP Team31 version: "1.0.0"32compatibility:33 - system: MCP-compliant clients34allowed-tools:35 - web_fetch36---3738# BioMCP Server3940Deploy and operate the BioMCP server so MCP-compatible clients (Claude Desktop, LobeChat, etc.) can query biomedical databases via a single standardized interface.4142## When to Use43- Unified literature search (PubMed/PMC) inside MCP clients.44- Entity normalization via PubTator3 or genomic variant lookups.45- ClinicalTrials.gov queries without bespoke API wrappers.4647## Core Capabilities481. **PubMed/PMC search:** Execute complex literature queries.492. **PubTator3 annotations:** Map text to genes, diseases, chemicals, species.503. **ClinicalTrials.gov:** Retrieve trial metadata/protocols.514. **Genomic variant lookups:** Fetch variant/gene summaries from connected sources.5253## Deployment Workflow541. **Install deps:** `cd repo && uv sync` (preferred) or `pip install .`.552. **Run server:** `python -m biomcp.server` or `make run`; Docker Compose provided.563. **Configure client:** Add command/args snippet from `README.md` into MCP client config (Claude Desktop, BioKernel, etc.).574. **Test tools:** Invoke PubMed + ClinicalTrials + variant endpoints to ensure connectivity.585. **Monitor:** Capture logs, rate-limit statuses, and data-source versions for audit.5960## Guardrails61- Keep API keys/env secrets outside the repo.62- Respect upstream rate limits to avoid throttling or bans.63- Document which data sources are enabled per deployment and update when they change.6465## References66- Source repo + configuration examples in `README.md`, `repo/docker-compose.yml`, and `repo/Makefile`.676869<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Run npx skillmds@latest add biotender-max/biomcp-server in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
<!-- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
BioTender-max (@biotender-max) published this skill. Their other Agent Skills are listed on their SkillMD profile.