Have I Been Pwned - Breached Account
hibp_get_breached_accountSearch HIBP for breaches affecting a single email address. Requires an OAuth bearer token linked to an active HIBP API subscription; use domain and verification filters to refine the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to include in the response. Defaults to 25. | |
| domain | No | Filter results to a specific breach domain. | |
| offset | No | Number of items to skip before returning results. Defaults to 0. | |
| account | Yes | The email address to search for. | |
| responseMode | No | Choose full breach objects, truncated objects, or breach names. | full |
| 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 | ||
| account | 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 | ||
| responseMode | 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. |