loading…
Search for a command to run...
loading…
HIPAA Compliance - MCP server providing AI-powered tools and automation by MEOK AI Labs
HIPAA Compliance - MCP server providing AI-powered tools and automation by MEOK AI Labs
Hipaa Compliance MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
assess_hipaa_compliance |
Evaluate an organization against HIPAA Administrative, Physical, and Technical s |
check_phi_handling |
Check Protected Health Information handling compliance. |
generate_baa |
Generate a Business Associate Agreement template per HIPAA requirements. |
breach_notification_check |
Check breach notification compliance against HIPAA 45-day and 60-day rules. |
minimum_necessary_check |
Evaluate data minimization compliance per HIPAA Minimum Necessary Rule (164.502( |
predict_risk_neural |
Neural network-based risk prediction that improves from every compliance check. |
neural_insights |
Get aggregate learning insights from the neural compliance model. |
pip install meok-hipaa-compliance-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"hipaa-compliance-mcp": {
"command": "python",
"args": ["-m", "meok_hipaa_compliance_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 7 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"hipaa-compliance-mcp": {
"command": "npx",
"args": []
}
}
}