Suncture Healthcare

by wilforlan

254 downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server that provides healthcare-related tools for AI assistants, enabling them to offer practical healthcare information to users.

Details

Author
wilforlan
Downloads
254
Categories
Other

- 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.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Suncture Healthcare
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "suncture healthcare": {
            "suncture-mcp": {
                "command": "docker",
                "args": [
                    "build",
                    "-t",
                    "suncture-healthcare-mcp",
                    "."
                ]
            }
        }
    }
}

McpServers

{
    "suncture-mcp": {
        "command": "docker",
        "args": [
            "build",
            "-t",
            "suncture-healthcare-mcp",
            "."
        ]
    }
}

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:

1. Health Recommendations Tool (get-health-recommendations) - Get personalized health screening and preventive care recommendations based on age, sex, and pregnancy status.

2. Medication Information Tool (lookup-medication) - Look up comprehensive information about medications, including usage, dosage, side effects, and interactions.

3. Disease Information Tool (find-disease-info) - Find information about diseases and medical conditions, including symptoms, treatments, and prevention strategies.

4. BMI Calculator Tool (calculate-bmi) - Calculate Body Mass Index (BMI) and get tailored health recommendations based on the result.

5. Symptom Checker Tool (symptom-checker) - Analyze reported symptoms and get preliminary advice, potential conditions, and guidance on when to seek medical care.

Installation

Prerequisites

- Node.js (v18 or later)
- npm (v7 or later)

Local Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.