# Have I Been Pwned Integration Server

Check if your accounts or passwords have been compromised in data breaches. Utilize powerful tools to verify email addresses, passwords, and get detailed breach information seamlessly.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list Cyreslab-AI/hibp-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Cyreslab-AI/hibp-mcp-server check_email

# Call a tool
npx -y @smithery/cli@latest tool call Cyreslab-AI/hibp-mcp-server check_email '{}'
```

## Tools (4)

- `check_email` — Check if an email address has been found in data breaches
- `check_password` — Check if a password has been exposed in data breaches (using k-anonymity)
- `get_breach_details` — Get details about a specific data breach
- `list_all_breaches` — List all breaches in the system

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Cyreslab-AI/hibp-mcp-server <tool-name>
```

---

Source: https://github.com/Cyreslab-AI/hibp-mcp-server | License: MIT
