Integrations
Offers containerized deployment of the healthcare MCP server, allowing for isolated and consistent running of the service across different environments.
Supports programmatic integration within Node.js applications, enabling developers to embed healthcare tools directly into their Node-based services.
Distributes the MCP server as an npm package for easy installation and integration into JavaScript/Node.js projects.
Suncture Healthcare MCP Server
A Model Context Protocol (MCP) server that provides healthcare-related tools for AI assistants, enabling them to offer practical healthcare information to users.
Features
This MCP server includes the following healthcare tools:
- Health Recommendations Tool (
get-health-recommendations
) - Get personalized health screening and preventive care recommendations based on age, sex, and pregnancy status. - Medication Information Tool (
lookup-medication
) - Look up comprehensive information about medications, including usage, dosage, side effects, and interactions. - Disease Information Tool (
find-disease-info
) - Find information about diseases and medical conditions, including symptoms, treatments, and prevention strategies. - BMI Calculator Tool (
calculate-bmi
) - Calculate Body Mass Index (BMI) and get tailored health recommendations based on the result. - Symptom Checker Tool (
symptom-checker
) - Analyze reported symptoms and get preliminary advice, potential conditions, and guidance on when to seek medical care.
Installation
NPM Package Installation
You can install the package globally:
Or as a project dependency:
Prerequisites
- Node.js (v18 or later)
- npm (v7 or later)
Local Development
Usage
Command Line Usage
If installed globally, you can run the server directly from the command line:
You can configure the server using environment variables:
Programmatic Usage
You can also use the package programmatically in your Node.js applications:
Usage with MCP-enabled AI Models
This MCP server can be used with AI models that support the Model Context Protocol. The server exposes healthcare-related tools that can be called by the model to provide information to users.
Example Usage with Claude 3.5 Sonnet
Docker Usage
You can also run the server using Docker:
MCP.so Hosting
This server is designed to be hostable on MCP.so, allowing easy integration with supported AI models.
Disclaimer
The healthcare information provided by this MCP server is for educational purposes only and is not a substitute for professional medical advice, diagnosis, or treatment. Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition.
License
MIT License
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Suncture Healthcare MCP provides a set of specialized healthcare tools that can be integrated with AI models to enhance their capabilities in delivering accurate, reliable healthcare information and guidance.
Related MCP Servers
- -securityFlicense-quality🔍 Enable AI assistants to search and access medRxiv papers through a simple MCP interface. The medRxiv MCP Server provides a bridge between AI assistants and medRxiv's preprint repository through the Model Context Protocol (MCP). It allows AI models to search for health sciences preprints and acceLast updated -1Python
- -securityAlicense-qualityAn MCP server enabling AI assistants to search and analyze pharmaceutical data through Cortellis. Features comprehensive drug search, ontology exploration, and real-time clinical trial data access.Last updated -PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server providing AI assistants with access to healthcare data tools, including FDA drug information, PubMed research, health topics, clinical trials, and medical terminology lookup.Last updated -1Python
- -securityFlicense-qualityAn MCP server that connects Limitless Pendant wearable data to AI tools like Claude and Windsurf, allowing AI assistants to interact with your personal Lifelog recordings through structured tools and searches.Last updated -1TypeScript