# VLayer

HIPAA compliance scanner for healthcare software. Automatically detect PHI exposure, encryption gaps, audit logging issues, and access control violations in your codebase. Scan code, get compliance s…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add abasensei/vlayer

# Browse available tools
npx -y @smithery/cli@latest tool list abasensei/vlayer

# Get full schema for a tool
npx -y @smithery/cli@latest tool get abasensei/vlayer scan_code

# Call a tool
npx -y @smithery/cli@latest tool call abasensei/vlayer scan_code '{}'
```

## Direct MCP Connection

Endpoint: `https://vlayer--abasensei.run.tools`

## Tools (4)

- `scan_code` — Scan source code for HIPAA compliance violations. Analyzes code for PHI exposure, encryption issues, missing audit logg…
- `get_compliance_score` — Get a HIPAA compliance score (0-100) for a code snippet or repository. Higher scores indicate better compliance.
- `list_rules` — List all available HIPAA scanning rules, optionally filtered by category.
- `suggest_fix` — Get auto-fix suggestions for a specific HIPAA violation, including corrected code.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get abasensei/vlayer <tool-name>
```
