B

biothings-mcpbiothings 的 MCP(模型上下文协议)服务器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

biothings-mcp 服务器实现了 BioThings 的模型上下文协议(MCP),提供了一个标准化的接口用于访问和操作生物医学数据。它使 AI 助手和代理能够通过结构化接口访问权威数据源(包括 mygene.info、myvariant.info 和 mychem.info)中的专业生物医学知识。服务器为不同的 BioThings 数据类型提供专用的 API 接口,并具备本地文件保存功能。

主要功能

  • 基因接口
  • 变体接口
  • 化学接口
  • 分类接口
  • 下载接口
  • 本地文件保存功能

价格

模型
Free
评分
暂无评价

使用场景

生物医学数据访问

biothings-mcp 服务器提供了一个标准化的接口,用于从权威来源访问和操作生物医学数据。

AI 集成

该服务器实现了与 AI 助手和代理的无缝集成,使其能够通过结构化接口访问专业的生物医学知识。

优点 & 缺点

优点

  • 标准化的生物医学数据访问接口
  • 与 AI 助手和代理的无缝集成
  • 本地文件保存功能

缺点

  • 关于可扩展性和性能的信息有限
  • MCP 协议和 biothings-typed-client 库的学习曲线陡峭

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Is there a steep learning curve for using biothings-mcp?

The tool requires familiarity with the MCP protocol and the biothings‑typed‑client library, which can be challenging for newcomers, though the provided documentation and example code aim to ease adoption.

Asked by Bilal Choudhury · Oct 12, 2025

What are the main integration points for AI assistants?

biothings-mcp implements the Model Context Protocol, offering strongly‑typed, structured API endpoints (GeneTools, VariantTools, ChemTools, TaxonTools) that AI assistants can call directly to query authoritative biomedical databases.

Asked by Marisol Pena · Sep 10, 2025

What biomedical data sources does biothings-mcp support?

biothings-mcp provides API access to the BioThings services mygene.info (gene annotations), myvariant.info (variant annotations), and mychem.info (chemical compound annotations).

Asked by Otto Berg · Aug 26, 2025

Can the server save downloaded data locally, and how is that done?

Yes, through its DownloadTools interface you can download data (e.g., from NCBI Entrez) and either return it as a string or write it to a local file using the download_entrez_data_local method, which stores files in the default output directory.

Asked by Jovana Petrovic · Aug 29, 2025

提问

服务配缩器 的替代品