Have I Been Pwned - Generate Domain Verification DNS Token
hibp_generate_domain_verification_dns_tokenGenerate the TXT record value required to verify domain control via DNS, creating or reusing the private HIBP domain-verification records needed for the request. Requires an authenticated subscription with domain-verification access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to generate a verification token for. | |
| 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | ||
| message | No | Present when the tool returns an error. | |
| guidance | No | Additional guidance for resolving the tool error. | |
| statusCode | No | Present when the tool returns an error. | |
| txtRecordValue | 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. |