---name: biomcp-server

description: Open source biomedical Model Context Protocol (MCP) toolkit for connecting LLMs to biomedical data sources (PubMed, ClinicalTrials, Genomics).

181 stars

Best use case

---name: biomcp-server is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

description: Open source biomedical Model Context Protocol (MCP) toolkit for connecting LLMs to biomedical data sources (PubMed, ClinicalTrials, Genomics).

Teams using ---name: biomcp-server should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/BioMCP/SKILL.md --create-dirs "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/BioMCP/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/BioMCP/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How ---name: biomcp-server Compares

Feature / Agent---name: biomcp-serverStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

description: Open source biomedical Model Context Protocol (MCP) toolkit for connecting LLMs to biomedical data sources (PubMed, ClinicalTrials, Genomics).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

---name: biomcp-server
description: Open source biomedical Model Context Protocol (MCP) toolkit for connecting LLMs to biomedical data sources (PubMed, ClinicalTrials, Genomics).
license: MIT
metadata:
  author: LobeHub / GenomOncology
  source: "https://lobehub.com/mcp/genomoncology-biomcp"
  version: "1.0.0"
compatibility:
  - system: MCP-compliant Client (Claude Desktop, BioKernel)
allowed-tools:
  - web_fetch

keywords:
  - biomcp
  - automation
  - biomedical
measurable_outcome: execute task with >95% success rate.
---"

# BioMCP Server

BioMCP is a standardized Model Context Protocol (MCP) server that provides AI agents with direct, structured access to essential biomedical databases and APIs. It acts as a bridge between the LLM and the vast world of biomedical data.

## When to Use This Skill

*   **Literature Search**: When you need to search PubMed or PMC for recent papers.
*   **Entity Normalization**: When you need to map text to gene IDs, disease codes, or chemical IDs (using PubTator3).
*   **Clinical Data**: To search for active clinical trials.
*   **Genomic Information**: To look up variant information or gene summaries.

## Core Capabilities

1.  **PubMed/PMC Search**: Execute complex queries against the NCBI literature databases.
2.  **PubTator3 API**: Annotate biomedical text with normalized entities (Genes, Diseases, Chemicals, Species).
3.  **ClinicalTrials.gov**: Search and retrieve clinical trial protocols.
4.  **Genomic Variants**: Retrieve information about specific genetic variants.

## Workflow

1.  **Connect**: The agent connects to the running BioMCP server.
2.  **Call Tool**: The agent selects the appropriate tool (e.g., `search_pubmed`, `annotate_text`).
3.  **Process**: The server executes the API call and returns structured JSON.
4.  **Response**: The agent uses the data to answer the user's query.

## Example Usage

**User**: "Find recent clinical trials for CAR-T therapy in glioblastoma and list the key inclusion criteria."

**Agent Action**:
1.  Calls `biomcp_search_clinical_trials(query="CAR-T glioblastoma", status="Recruiting")`.
2.  Parses the returned trial JSON.
3.  Extracts and summarizes the inclusion criteria.

Related Skills

---name: aav-vector-design-agent

181
from majiayu000/claude-skill-registry

description: AI-powered adeno-associated virus (AAV) vector design for gene therapy including capsid engineering, promoter selection, and tropism optimization.

a2a-server-config

181
from majiayu000/claude-skill-registry

Agent-to-Agent (A2A) server configuration patterns for HTTP, STDIO, SSE, and WebSocket transports. Use when building A2A servers, configuring MCP transports, setting up server endpoints, or when user mentions A2A configuration, server transport, MCP server setup, or agent communication protocols.

VoiceServer

181
from majiayu000/claude-skill-registry

Voice server management. USE WHEN voice server, TTS server, voice notification, prosody.

---name: st-agent

181
from majiayu000/claude-skill-registry

description: A multimodal LLM-based AI agent for deep spatial transcriptomics research, capable of dynamic code generation, visual reasoning, and literature retrieval.

---name: universal-single-cell-annotator

181
from majiayu000/claude-skill-registry

description: A unified interface for annotating single-cell RNA-seq data using Marker Genes, Deep Learning (CellTypist), or LLMs.

---name: cell_agent

181
from majiayu000/claude-skill-registry

description: LLM-driven multi-agent framework for automated single-cell analysis.

domain-name-brainstormer

181
from majiayu000/claude-skill-registry

Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.

Build Your MCP Server Skill

181
from majiayu000/claude-skill-registry

Create your MCP server building skill in one prompt, then learn to improve it throughout the chapter

32-example-webgl-server — Unity WebGL 서버 가이드

181
from majiayu000/claude-skill-registry

Status: ACTIVE

30-example-network-server — Game Protocol TS 서버 예제

181
from majiayu000/claude-skill-registry

Status: ACTIVE

chrome-debug

159
from majiayu000/claude-skill-registry

This skill empowers AI agents to debug web applications and inspect browser behavior using the Chrome DevTools Protocol (CDP), offering both collaborative (headful) and automated (headless) modes.

Coding & DevelopmentClaude

astro

159
from majiayu000/claude-skill-registry

This skill provides essential Astro framework patterns, focusing on server-side rendering (SSR), static site generation (SSG), middleware, and TypeScript best practices. It helps AI agents implement secure authentication, manage API routes, and debug rendering behaviors within Astro projects.

Coding & Development