npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@csgaglobal/healthcare-ai

v1.0.0

Published

CSOAI Healthcare AI Governance — HIPAA, FDA AI/ML, EU MDR, clinical trial AI safety, and medical device certification

Downloads

81

Readme

@csoai/healthcare-ai — Healthcare AI Governance MCP Server

Part of the CSOAI MCP Ecosystem — AI Economy Infrastructure.

Tools

  • hipaa_ai_assessment — HIPAA compliance assessment for AI systems processing PHI (Protected Health Information)
  • fda_ai_assessment — FDA regulatory pathway determination for AI/ML-based Software as a Medical Device (SaMD)
  • clinical_ai_safety — Clinical AI safety assessment covering bias, validation, human oversight, and EU AI Act obligations
  • eu_mdr_compliance — EU Medical Device Regulation (MDR 2017/745) compliance assessment for AI medical devices

Resources

  • healthcare://regulations/index — Complete regulatory landscape (HIPAA, FDA, EU MDR, EU AI Act, international standards)
  • healthcare://tools/guide — Comprehensive guide to all tools and usage workflows

Quick Start

Installation

npm install @csoai/healthcare-ai-mcp

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "healthcare-ai": {
      "command": "npx",
      "args": ["-y", "@csoai/healthcare-ai-mcp"]
    }
  }
}

Usage Example

Run a complete healthcare AI governance assessment:

  1. HIPAA Assessment — Understand PHI protection requirements

    hipaa_ai_assessment(
      system_name: "Diagnostic AI System",
      system_description: "ML model for cancer diagnosis using medical imaging",
      phi_data_types: "diagnostic images, patient demographics, treatment history",
      deployment_environment: "cloud"
    )
  2. FDA Assessment — Determine regulatory pathway

    fda_ai_assessment(
      system_name: "Cancer Detection SaMD",
      intended_use: "assist radiologists in detecting lung cancer from CT scans",
      clinical_context: "diagnosis and treatment decision support",
      ai_model_type: "deep learning convolutional neural network"
    )
  3. Clinical Safety Assessment — Evaluate safety and bias risks

    clinical_ai_safety(
      system_name: "Cancer Detection AI",
      clinical_domain: "radiology and oncology",
      patient_population: "adult patients with suspected lung cancer",
      decision_autonomy: "decision support - clinician makes final determination"
    )
  4. EU MDR Compliance — EU market access requirements

    eu_mdr_compliance(
      system_name: "Cancer Detection Device",
      device_description: "AI software analyzing CT images using deep learning",
      intended_purpose: "diagnosis of lung cancer",
      risk_class: "Class IIb"
    )

Regulatory Frameworks Covered

  • HIPAA — 45 CFR Parts 160 and 164 (Privacy, Security, Breach Notification)
  • FDA AI/ML — Software as a Medical Device (SaMD) classification and regulatory pathways
  • EU MDR — Medical Device Regulation 2017/745 (CE marking, conformity assessment)
  • EU AI Act — High-risk AI system requirements for healthcare
  • International Standards — ISO 14971, IEC 62304, ISO 13485

About CSOAI

The Council for the Safety of Artificial Intelligence (CSOAI) develops governance infrastructure for the AI economy, including Model Context Protocol (MCP) servers for regulatory compliance across healthcare, finance, autonomous systems, and general AI governance.

License

CC0-1.0 — Public Domain

Feedback and Contributions

Questions? Found an issue? Open an issue at https://github.com/CSGA_Global/healthcare-ai-mcp


Version: 1.0.0
Homepage: https://csoai.org
Last Updated: 2025