Back to Home
BACH-AI-Tools icon

bachstudio-pubmedmcp

Verified Safe

by BACH-AI-Tools

Overview

Provides a Micro-service Container Protocol (MCP) server for searching and fetching biomedical literature abstracts from the PubMed database.

Installation

Run Command
uvx bachstudio-pubmedmcp@latest

Security 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens15000
Stars0
Forks0
Last Update2025-12-04

Tags

PubMedBiomedical ResearchLiterature SearchData RetrievalMCP Server