Skip to main content
Glama

Healthcare MCP Server

manifest.json3.9 kB
{ "dxt_version": "0.1", "name": "healthcare-mcp", "display_name": "Healthcare MCP Server", "version": "2.1.1", "description": "Healthcare MCP server providing AI assistants with access to healthcare data and medical information tools", "long_description": "A comprehensive Model Context Protocol (MCP) server that enables AI assistants to access healthcare data and medical information from authoritative sources. Features include FDA drug information, PubMed research search, health topics from Health.gov, clinical trials search, and ICD-10 code lookup. The server includes efficient caching, usage tracking, and robust error handling for reliable healthcare data access.", "author": { "name": "Cicatriiz", "url": "https://github.com/Cicatriiz" }, "repository": { "type": "git", "url": "https://github.com/Cicatriiz/healthcare-mcp-public" }, "homepage": "https://github.com/Cicatriiz/healthcare-mcp-public", "documentation": "https://github.com/Cicatriiz/healthcare-mcp-public/blob/main/README.md", "support": "https://github.com/Cicatriiz/healthcare-mcp-public/issues", "server": { "type": "node", "entry_point": "server/index.js", "mcp_config": { "command": "node", "args": [ "${__dirname}/server/index.js" ], "env": { "FDA_API_KEY": "${user_config.fda_api_key}", "CACHE_TTL": "${user_config.cache_ttl}", "DEBUG": "${user_config.debug_mode}" } } }, "tools": [ { "name": "fda_drug_lookup", "description": "Look up drug information from the FDA database" }, { "name": "pubmed_search", "description": "Search for medical literature in PubMed database" }, { "name": "health_topics", "description": "Get evidence-based health information on various topics" }, { "name": "clinical_trials_search", "description": "Search for clinical trials by condition, status, and other parameters" }, { "name": "lookup_icd_code", "description": "Look up ICD-10 codes by code or description" }, { "name": "get_usage_stats", "description": "Get usage statistics for the current session" }, { "name": "get_all_usage_stats", "description": "Get overall usage statistics for all sessions" }, { "name": "medrxiv_search", "description": "Search for pre-print articles on medRxiv" }, { "name": "calculate_bmi", "description": "Calculate Body Mass Index (BMI)" }, { "name": "ncbi_bookshelf_search", "description": "Search the NCBI Bookshelf for biomedical books and documents" }, { "name": "extract_dicom_metadata", "description": "Extract metadata from a DICOM file" } ], "keywords": [ "healthcare", "medical", "fda", "pubmed", "clinical-trials", "icd-10", "health-information", "medical-data", "api", "research", "nodejs", "javascript" ], "license": "MIT", "user_config": { "fda_api_key": { "type": "string", "title": "FDA API Key", "description": "Optional FDA API key for increased rate limits. Leave empty to use without authentication.", "sensitive": true, "required": false }, "cache_ttl": { "type": "number", "title": "Cache TTL (seconds)", "description": "Time to live for cached responses in seconds", "default": 86400, "min": 300, "max": 604800, "required": false }, "debug_mode": { "type": "boolean", "title": "Debug Mode", "description": "Enable debug logging for troubleshooting", "default": false, "required": false } }, "compatibility": { "claude_desktop": ">=0.10.0", "platforms": ["darwin", "win32", "linux"], "runtimes": { "node": ">=18.0.0" } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cicatriiz/healthcare-mcp-public'

If you have feedback or need assistance with the MCP directory API, please join our Discord server