🧬 MCP PRIDE 档案搜索服务器
该项目实现了一个符合**模型上下文协议 (MCP)**的 API 服务器,该服务器公开了用于搜索PRIDE Archive (一个主要的蛋白质组学数据存储库)的工具。它允许 AI 模型(例如 Claude 或其他兼容 MCP 的 LLM)使用结构化函数调用以编程方式与蛋白质组学数据集进行交互。
🚀 功能
- ✅ MCP 服务器由
FastMCP
提供支持 - 🔍 PRIDE 档案搜索工具,可通过关键字、提交日期、受欢迎程度等查询数据集。
- 🤖 用于生物医学和蛋白质组学相关研究的 AI 友好型工具
- ⚡ 支持
http
(SSE) 和stdio
连接模式 - 🛠️ 可通过附加工具轻松扩展
📦安装
克隆 repo 并安装依赖项:
👨💻用法
使用您首选的连接类型(http 或 stdio)启动 MCP 服务器:
命令行参数
争论 | 描述 | 默认 |
---|---|---|
--连接类型 | 连接类型:http 或 stdio | http |
- 港口 | 运行服务器的端口(用于 HTTP 模式) | 9999 |
🔧 工具 API
搜索存档工具(...)
从 PRIDE 档案数据库中获取蛋白质组学数据集。
在以下情况下使用此方法:
- 搜索蛋白质组学研究数据
- 质谱数据集查询
- 生物医学数据集探索(例如癌症相关)
- 寻找流行或特定的蛋白质组学项目
🤝 与 LLM 的整合
该服务器可与任何支持模型上下文协议的 LLM 配合使用,包括:
- 人类的克劳德
- 谷歌双子座
- 开源 MCP 客户端
- 自定义 RAG 管道
🧠 架构概述
📝 许可证
MIT 许可证。详情请参阅许可证。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
模型上下文协议服务器使 AI 模型能够通过结构化函数调用以编程方式搜索并与 PRIDE 档案库中的蛋白质组学数据集进行交互。
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that interfaces with Biomart databases, allowing models to discover biological datasets, explore attributes/filters, retrieve biological data, and translate between different biological identifiers.Last updated -85PythonMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enhances language models with protein structure analysis capabilities, enabling detailed active site analysis and disease-related protein searches through established protein databases.Last updated -26TypeScript
- -securityFlicense-quality🔍 Enable AI assistants to search and access bioRxiv papers through a simple MCP interface. The bioRxiv MCP Server provides a bridge between AI assistants and bioRxiv's preprint repository through the Model Context Protocol (MCP). It allows AI models to search for biology preprints and access theirLast updated -4Python
- -security-license-qualityA standalone Model Context Protocol server that enables AI models to access the Australian Pharmaceutical Benefits Scheme (PBS) API data, including medicine listings, pricing, and availability information.Last updated -1JavaScriptMIT License