PatientRiskProfiler

parthodas23/PatientRiskProfiler
★ 0 stars TypeScript 📊 Data/Analytics Updated today
MCP server providing pediatric health risk tools for growth tracking, blood pressure trends, respiratory infection chains, and oral health recurrence using FHIR data.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "patientriskprofiler": {
      "command": "npx",
      "args": [
        "-y",
        "parthodas23/PatientRiskProfiler"
      ]
    }
  }
}