# gaproll

EU Directive 2023/970 (Pay Transparency) compliance tools for Polish employers.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list bartek-ywte/gaproll

# Get full schema for a tool
npx -y @smithery/cli@latest tool get bartek-ywte/gaproll check_deadline

# Call a tool
npx -y @smithery/cli@latest tool call bartek-ywte/gaproll check_deadline '{}'
```

## Direct MCP Connection

Endpoint: `https://gaproll--bartek-ywte.run.tools`

## Tools (3)

- `check_deadline` — Check EU Directive 2023/970 deadlines by headcount (Art. 4, 7, 16).
- `get_penalties` — Return penalty info for Directive 2023/970 violations (Art. 18, 23).
- `calculate_risk_score` — Calculate compliance risk score 0-100 for Polish employer.

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