Skip to main content
Glama
CSOAI-ORG

HIPAA Compliance MCP

Hipaa Compliance MCP

MCP server for hipaa compliance mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Hipaa Compliance MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

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.

Installation

pip install meok-hipaa-compliance-mcp

Usage with Claude Desktop

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

{
  "mcpServers": {
    "hipaa-compliance-mcp": {
      "command": "python",
      "args": ["-m", "meok_hipaa_compliance_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 7 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/hipaa-compliance-mcp'

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