medical-agent-fastmcp
Verified Safeby sbayer2
Overview
A production-ready medical document analysis platform offering AI-powered insights and secure Stripe payment processing for various analysis tiers, deployed on FastMCP Cloud.
Installation
docker compose upEnvironment Variables
- ANTHROPIC_API_KEY
- OPENAI_API_KEY
- STRIPE_API_KEY
Security Notes
The server uses `os.getenv` for API keys, which is good practice. It explicitly claims HIPAA compliance and PHI protection (no data persistence/logging of medical content) and uses TLS encryption. No `eval` or blatant obfuscation is present. Potential minor risks: 1. `docker-compose.yml` mounts `~/.zshrc:ro` for keys during local development, which, if unencrypted, could expose sensitive information (though read-only and for dev only). For FastMCP Cloud, keys are managed via dashboard environment variables, mitigating this. 2. Reliance on `npx` to fetch and run MCP servers (e.g., `server-filesystem`, `@stripe/mcp`) introduces a supply chain risk if these external packages were ever compromised.
Similar Servers
mineru-tianshu
Enterprise-grade AI data preprocessing platform for converting diverse unstructured multi-modal data (documents, images, audio, video, bioinformatics formats) into structured Markdown and JSON formats, leveraging GPU acceleration and a robust task management system with user authentication and MCP protocol integration.
fhir-mcp-server
The FHIR MCP Server acts as a bridge between AI/LLM tools and FHIR APIs, enabling seamless search, retrieval, and analysis of clinical information.
hm_editor
This MCP server integrates an advanced medical record editor with AI capabilities, enabling structured document content management, data element manipulation, revision tracking, watermarking, and dynamic generation of charts and tabular data. It also provides search functionalities for medical staff, ICD codes, and geographical data, and supports PDF generation.
mcp-fhir-patient-index
A Ruby on Rails Master Patient Index (MPI) server with a user-friendly UI, a conformant FHIR API (R4), and Model Context Protocol (MCP) support for LLM integration, focused on managing patient demographic data.