Skip to main content
Glama

HIPAA Guardian MCP Server

by eludden35

getCoreDefinitions

Retrieve precise definitions for key HIPAA compliance terms including PHI, Business Associate, De-Identification, and Patient Rights to ensure accurate implementation of healthcare data regulations.

Input Schema

NameRequiredDescriptionDefault
schemaYes

Input Schema (JSON Schema)

{ "properties": { "schema": { "additionalProperties": false, "properties": { "term": { "enum": [ "PHI", "Business Associate", "De-Identification", "Patient Rights" ], "type": "string" } }, "required": [ "term" ], "type": "object" } }, "required": [ "schema" ], "type": "object" }

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/eludden35/hipaa-guardian-mcp'

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