# ai-compliance-monitor

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add vdineshk/ai-compliance-monitor

# Browse available tools
npx -y @smithery/cli@latest tool list vdineshk/ai-compliance-monitor

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vdineshk/ai-compliance-monitor check_obligations

# Call a tool
npx -y @smithery/cli@latest tool call vdineshk/ai-compliance-monitor check_obligations '{}'
```

## Direct MCP Connection

Endpoint: `https://ai-compliance-monitor--vdineshk.run.tools`

## Tools (4)

- `check_obligations` — Given an AI agent use case and optional jurisdiction, returns all applicable regulatory obligations with evidence requi…
- `get_regulation_articles` — Returns structured, machine-readable regulation details including specific articles, obligation classifications, risk l…
- `check_deadline` — Returns upcoming and recent compliance deadlines with enforcement dates, penalty information, and related obligations. …
- `compare_jurisdictions` — Side-by-side comparison of regulatory obligations across jurisdictions for a given compliance category. Shows equivalen…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get vdineshk/ai-compliance-monitor <tool-name>
```
