🏥
Healthcare AI Governance MCP
Healthcare AI Governance - MCP server providing AI-powered tools and automation by MEOK AI Labs
0 installs
Trust: 34 — Low
Healthcare
Ask AI about Healthcare AI Governance MCP
Powered by Claude · Grounded in docs
I know everything about Healthcare AI Governance MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
