Token导航 LogoToken导航TokenDH.com
Unofficial Cellosaurus MCP logo
数据服务stdio官方来源来源级核验

Unofficial Cellosaurus MCP

MCP Server

Cellosaurus MCP Server是一个非官方的模型上下文协议服务器,用于访问SIB Cellosaurus细胞系知识资源,提供细胞系搜索、详细信息获取和数据库版本信息等功能。

工具数

6

提示词数

0

GitHub Stars

1

资源数

0
Python数据分析API集成

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

biocontext-ai

提供方

biocontext-ai

最后核验

2026/5/17 20:22

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

uvx cellosaurus_mcp

详细介绍

Cellosaurus MCP服务器

![BioContextAI - Registry](https://biocontext.ai/registry) ![Tests](https://github.com/biocontext-ai/unofficial-cellosaurus-mcp/actions/workflows/test.yaml) ![Documentation](https://unofficial-cellosaurus-mcp.readthedocs.io)

SIB Cellosaurus细胞系知识资源的非官方模型上下文协议(MCP)服务器。

关于Cellosaurus

Cellosaurus 是SIB瑞士生物信息学研究所CALIPHO小组开发的细胞系综合知识资源。它提供了以下详细信息:

  • 用于生物医学研究的永生细胞系
  • 细胞系特征、遗传学和元数据
  • 数据库和出版物的交叉引用
  • 用于身份验证的STR配置文件
  • 疾病关联和组织起源

许可证通知Cellosaurus数据库已在 知识共享署名4.0国际(CC BY 4.0) 许可证。在使用Cellosaurus的数据时,请为Cellosaurs团队提供适当的归属,并引用他们的工作。

特性

此MCP服务器提供以下访问Cellosaurus数据的工具:

核心工具

  • search_cell_lines:使用灵活的Solr语法搜索细胞系
  • get_cell_line_info:通过登录获取特定细胞系的详细信息
  • get_release_info:获取当前数据库版本和统计信息

专业搜索工具

  • find_cell_lines_by_disease:寻找与特定疾病相关的细胞系
  • find_cell_lines_by_tissue:寻找来自特定组织/器官的细胞系
  • list_available_fields:获取所有可用的数据字段及其描述

查询示例

# Search for HeLa cell lines
search_cell_lines(query="id:HeLa", fields=["id", "ac", "ox", "di"])

# Find liver cancer cell lines
find_cell_lines_by_disease(disease="hepatocellular carcinoma", species="human")

# Find all liver-derived cell lines
find_cell_lines_by_tissue(tissue="liver", species="human")

# Get detailed info for a specific cell line
get_cell_line_info(accession="CVCL_0030", fields=["id", "str", "karyotype"])

安装

您的系统上需要安装Python 3.11或更高版本。

选项1:使用uvx(推荐)

uvx cellosaurus_mcp

选项2:MCP客户端配置

添加到MCP客户端配置中:

{
  "mcpServers": {
    "cellosaurus": {
      "command": "uvx",
      "args": ["cellosaurus_mcp"],
      "env": {
        "UV_PYTHON": "3.11"
      }
    }
  }
}

选项3:直接安装

pip install cellosaurus_mcp

联系

如果您发现错误,请使用 问题跟踪系统.

引用

如果此MCP服务器对您的研究有用,请按如下方式引用。

@article{BioContext_AI_Kuehl_Schaub_2025,
  title={BioContextAI is a community hub for agentic biomedical systems},
  url={http://dx.doi.org/10.1038/s41587-025-02900-9},
  urldate = {2025-11-06},
  doi={10.1038/s41587-025-02900-9},
  year = {2025},
  month = nov,
  journal={Nature Biotechnology},
  publisher={Springer Science and Business Media LLC},
  author={Kuehl, Malte and Schaub, Darius P. and Carli, Francesco and Heumos, Lukas and Hellmig, Malte and Fernández-Zapata, Camila and Kaiser, Nico and Schaul, Jonathan and Kulaga, Anton and Usanov, Nikolay and Koutrouli, Mikaela and Ergen, Can and Palla, Giovanni and Krebs, Christian F. and Panzer, Ulf and Bonn, Stefan and Lobentanzer, Sebastian and Saez-Rodriguez, Julio and Puelles, Victor G.},
  year={2025},
  month=nov,
  language={en},
}

目录标签

目录标签

Python数据分析API集成细胞系搜索本地部署生物医学研究数据库查询细胞系信息

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

6

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP