Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npx @modelcontextprotocol/inspector --config mcp-config.json --server biothings-mcpExposed MCP Tools (5)
GeneToolsProvides access to gene annotation and query services.
Read-only access to gene information.
VariantToolsProvides access to variant annotation and query services.
Read-only access to variant information.
ChemToolsProvides access to chemical compound annotation and query services.
Read-only access to chemical information.
TaxonToolsProvides access to taxonomic information.
Read-only access to taxonomic data.
DownloadToolsProvides file download and sequence analysis capabilities.
Allows writing files to the local file system.
Safety Assessment
The Biothings MCP server is generally safe for read-only operations. The risk increases when using the download tools due to potential write access and the lack of authentication. Exercise caution when using the file saving features and consider implementing additional security measures in production environments.
- Read-only access to biomedical data sources by default
- Strong typing and validation through biothings-typed-client
- No authentication required for basic usage
- Output directory for file saving can be specified
- Local file saving capabilities introduce potential write access
- Unrestricted access to Entrez databases via download tools
- Potential for denial-of-service if download tools are abused
- Lack of authentication and authorization mechanisms
