Skip to main content
Glama
CSOAI-ORG

Healthcare AI Governance MCP

Official

Healthcare Ai Governance MCP

MCP server for healthcare ai governance mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Healthcare Ai Governance MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

Tool

Description

classify_samd

Classify AI/ML Software as Medical Device (SaMD) per FDA framework.

check_cds_exemption

Check if Clinical Decision Support AI qualifies for FDA CDS exemption.

hipaa_ai_check

Check HIPAA compliance for AI systems processing health data.

who_health_ai_ethics

Evaluate against WHO's 6 principles for health AI ethics.

dual_compliance_check

Check dual FDA + EU AI Act compliance for medical AI devices.

Installation

pip install meok-healthcare-ai-governance-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "healthcare-ai-governance": {
      "command": "python",
      "args": ["-m", "meok_healthcare_ai_governance_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 5 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/healthcare-ai-governance-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server