Healthcare AI Governance MCP
OfficialHealthcare Ai Governance MCP
MCP server for healthcare ai governance mcp operations
Overview
Healthcare Ai Governance MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Classify AI/ML Software as Medical Device (SaMD) per FDA framework. |
| Check if Clinical Decision Support AI qualifies for FDA CDS exemption. |
| Check HIPAA compliance for AI systems processing health data. |
| Evaluate against WHO's 6 principles for health AI ethics. |
| Check dual FDA + EU AI Act compliance for medical AI devices. |
Installation
pip install meok-healthcare-ai-governance-mcpUsage 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 implementationLicense
MIT © MEOK AI Labs
This server cannot be installed
Maintenance
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