Healthcare MCP Server provides AI assistants with access to medical information through five specialized tools: FDA drug information lookup, PubMed research search, Health.gov topic retrieval, clinical trials search, and ICD-10 code lookup. The implementation features efficient caching to reduce API calls, anonymous usage tracking, and supports both stdio mode for Cline integration and HTTP/SSE mode for web clients. Built with FastMCP and deployed via Docker or Railway, it's particularly valuable for healthcare professionals, researchers, and patients who need to access evidence-based medical information without leaving their AI assistant interface.
No reviews yet. Be the first to review!
Sign in to join the conversation
Search for drug information from the FDA database. Parameters: drug_name (string), search_type (optional string, default: 'general')
Search medical literature from PubMed's database. Parameters: query (string), max_results (optional integer, default: 5), date_range (optional string)
Access evidence-based health information from Health.gov. Parameters: topic (string), language (optional string, default: 'en')
Search for ongoing and completed clinical trials. Parameters: condition (string), status (optional string, default: 'recruiting'), max_results (optional integer, default: 10)
Look up ICD-10 codes and medical terminology definitions. Parameters: code (optional string), description (optional string), max_results (optional integer, default: 10)