Back to Home
sbayer2 icon

medical-agent-fastmcp

Verified Safe

by 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

Run Command
docker compose up

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens3300
Stars0
Forks0
Last Update2025-11-19

Tags

Medical AIDocument AnalysisFastMCPStripeHIPAA