Suncture Healthcare
@wilforlan
About Suncture Healthcare
A Model Context Protocol (MCP) server that provides healthcare-related tools for AI assistants, enabling them to offer practical healthcare information to users.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"suncture-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"suncture-healthcare-mcp",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Suncture Healthcare?
Suncture Healthcare is a Model Context Protocol (MCP) server that provides healthcare-related tools for AI assistants, enabling them to offer practical healthcare information to users. It includes tools for health recommendations, medication lookup, disease information, BMI calculation, and symptom checking.
How to use Suncture Healthcare?
Install Node.js v18 or later and npm v7 or later, clone the repository, run npm install, npm build, and npm start to run locally. Alternatively, build a Docker image and run the container. Connect any MCP‑enabled AI model (e.g., Claude 3.5 Sonnet) to the server via the SDK’s StdioClientTransport, list tools, and call them as needed.
Key features of Suncture Healthcare
- Personalized health screening and preventive care recommendations.
- Comprehensive medication lookup (usage, dosage, side effects, interactions).
- Disease and medical condition information (symptoms, treatments, prevention).
- Body Mass Index (BMI) calculation with tailored health advice.
- Symptom analysis with preliminary advice and guidance on seeking care.
Use cases of Suncture Healthcare
- An AI assistant recommends preventive screenings based on user age and sex.
- A user asks about medication side effects and the assistant fetches detailed info.
- A person reports symptoms and receives a preliminary list of possible conditions.
- A fitness chatbot calculates BMI and provides lifestyle suggestions.
- A telehealth triage tool offers educational disease overviews before a doctor visit.
FAQ from Suncture Healthcare
What does Suncture Healthcare do that a general medical search cannot?
It provides structured, programmatic access to healthcare tools via the Model Context Protocol, allowing AI assistants to retrieve tailored recommendations and information in real time without leaving the conversation.
What runtime dependencies does Suncture Healthcare require?
Node.js v18 or later and npm v7 or later are required for local installation. Docker can also be used.
Where does the health data used by the tools come from?
This is not specified in the README. The information provided is for educational purposes only and is not a substitute for professional medical advice.
What transport and authentication methods does the server support?
It uses stdio transport via the MCP SDK. No authentication method is documented in the README.
Is the health information provided by Suncture Healthcare a substitute for professional medical advice?
No. The README explicitly states that the information is for educational purposes only and not a substitute for professional medical advice, diagnosis, or treatment.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments