Model Context Protocol (MCP) server for bioinformatics web services like GEO, STRING, and UCSC Cell Browser.
Scanned 5/31/2026
Install to Claude Code
npx -y skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill mcpmed-bioinformatics-server --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mcpmed Bioinformatics Server?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/freedomintelligence-mcpmed-bioinformatics-server)More formats (shields.io, HTML) on the badges page.
---
name: mcpmed-bioinformatics-server
description: Model Context Protocol (MCP) server for bioinformatics web services like GEO, STRING, and UCSC Cell Browser.
license: MIT
metadata:
author: Artificial Intelligence Group
version: "1.0.0"
compatibility:
- system: Python 3.10+
allowed-tools:
- run_shell_command
---
# MCPmed Bioinformatics Web Services
Adapts the Model Context Protocol (MCP) to bioinformatics web server backends. This creates a standardized, machine-actionable layer for LLMs to interact with external biological resources, matching the 2026 standard for agentic tools.
## When to Use This Skill
* "Query STRING database for protein-protein interactions via MCP"
* "Fetch dataset metadata from GEO using MCPmed"
* "Access UCSC Cell Browser data through MCP"
## Core Capabilities
1. **GEO Integration**: Search and retrieve Gene Expression Omnibus metadata autonomously.
2. **STRING DB Access**: Query protein-protein interaction networks contextually.
3. **UCSC Cell Browser**: Programmatic access to single-cell datasets.
## Workflow
1. **Step 1**: Start the MCPmed server to expose the bioinformatics backend tools.
2. **Step 2**: Connect the LLM client using MCP to query the integrated databases.
## Example Usage
**User**: "Query the STRING database for interactions with TP53."
**Agent Action**:
```bash
python3 -m mcpmed.cli query string --gene TP53
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!