Back to Home
hherb icon

biomedmcp

Verified Safe

by hherb

Overview

A biomedical research Model Context Protocol (MCP) server and an autonomous research agent that uses local LLMs to search PubMed and the web for medical questions, providing evidence-based answers with citations.

Installation

Run Command
python biomed_mcpserver.py --mode network --port 5152

Environment Variables

  • NCBI_API_KEY

Security Notes

The server uses environment variables for API keys (NCBI_API_KEY) and standard, well-vetted Python libraries (requests, BeautifulSoup, Flask). No 'eval' statements or obvious hardcoded secrets were found. Subprocess execution in local client mode targets a known project script, reducing arbitrary command injection risks. XML parsing for PubMed abstracts uses `xml.etree.ElementTree`, which is generally safe but less robust against deliberately malformed XML (e.g., XXE attacks) than specialized libraries if the source were untrusted; however, PubMed is a trusted source.

Similar Servers

Stats

Interest Score35
Security Score8
Cost ClassMedium
Avg Tokens750
Stars8
Forks0
Last Update2025-11-22

Tags

biomedical researchAI agentLLMPubMedweb search