Have I Been Pwned - Breaches
hibp_list_breachesList public HIBP breaches, optionally filtered by domain, spam-list flag, and verification status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to include in the response. Defaults to 25. | |
| domain | No | Filter to breaches for a specific domain. | |
| offset | No | Number of items to skip before returning results. Defaults to 0. | |
| isSpamList | No | Filter to breaches that are or are not flagged as spam lists. | |
| response_format | No | Format only the text content as markdown (default) or a JSON string. The same machine-readable data is always returned in structuredContent. | markdown |
| includeUnverified | No | Include unverified breaches. Defaults to true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| hasMore | No | ||
| message | No | Present when the tool returns an error. | |
| breaches | No | ||
| guidance | No | Additional guidance for resolving the tool error. | |
| nextOffset | No | ||
| statusCode | No | Present when the tool returns an error. | |
| totalCount | No | ||
| returnedCount | No | ||
| rateLimitResetAt | No | UTC timestamp indicating when the current rate limit window should have reset. | |
| retryAfterHeaders | No | Retry headers that mirror the standard HTTP rate-limit response when applicable. | |
| retryAfterSeconds | No | How long to wait before retrying, when the tool is rate limited. |