HIPAA Agent
https://hipaaagent.ai/api/mcpskills: {'id': 'scan_practice', 'name': 'scan_practice', 'description': 'Trigger a fresh HIPAA compliance scan for a healthcare practice. Always dispatches a new 70+ control scan via VPS — never returns cached results. Returns a job_id for polling via get_scan_status. Optionally specify notification_email to receive the PDF report when the scan completes. Cost: 150 credits.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'batch_scan', 'name': 'batch_scan', 'description': 'Dispatch fresh HIPAA compliance scans for multiple practices at once. Each practice costs 150 credits. If insufficient credits for the full batch, the entire request is rejected. Max 50 practices per call.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_scan_status', 'name': 'get_scan_status', 'description': 'Check the status of the latest scan for a practice. Returns grade, scan date, and whether data is available. Cost: 25 credits.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_compliance_score', 'name': 'get_compliance_score', 'description': 'Get the HIPAA Agent Compliance Score breakdown for a practice. Returns overall grade, numerical score, and per-category scores across 10 compliance categories. Cost: 25 credits.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_report', 'name': 'get_report', 'description': 'Get the full compliance report for a practice including all findings, severity breakdown, grade, and HIPAA section citations. Cost: 25 credits.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_audit_log', 'name': 'get_audit_log', 'description': 'Retrieve the SHA-256 hash chain audit trail for a practice. Returns timestamped, tamper-evident log entries for all compliance actions. Cost: 25 credits.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_evidence_package', 'name': 'get_evidence_package', 'description': 'Compile a 10-component evidence package for auditors and insurers. Includes scan results, policy attestations, training records, BAA ledger, and audit trail. Async — returns job_id. Cost: 25 credits.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'generate_baa', 'name': 'generate_baa', 'description': 'Generate a Business Associate Agreement for a vendor. Requires active subscription or platform/MSP key. Cost: 25 credits.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 425.3ms; conformance: pass
How to connect
https://hipaaagent.ai/api/mcp
curl -X POST https://hipaaagent.ai/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'