bachstudio-pubmedmcp
Verified Safeby BACH-AI-Tools
Overview
Provides a Micro-service Container Protocol (MCP) server for searching and fetching biomedical literature abstracts from the PubMed database.
Installation
uvx bachstudio-pubmedmcp@latestSecurity Notes
The server code (src/pubmedmcp/__main__.py) is well-structured, utilizing Pydantic for robust input validation and relying on a dedicated client library (pubmedclient) for external API interactions, minimizing direct network risk. No 'eval' or arbitrary code execution is present in the server's operational logic. The 'bump_version.py' script, while using 'subprocess.run', is an external development utility and not part of the deployed server.
Similar Servers
medical-mcp
Provides comprehensive, real-time medical data from authoritative sources to enhance AI workflows locally and privately.
academia_mcp
An MCP server providing tools for searching, fetching, analyzing, and reporting on scientific papers and datasets, often powered by LLMs.
uspto_enriched_citation_mcp
Provides structured access to USPTO enriched citation data, enabling detailed patent research and analysis, particularly for prior art and examiner behavior, through an LLM-integrated MCP server.
GrEBI
Integrative querying across multiple biomedical knowledge graphs, utilizing ontologies and LLM embeddings, accessible via a web API and UI.