Have I Been Pwned for Claude Desktop
io.github.troyhunt/hibp
Breach intelligence API: email search, domain monitoring, passwords and stealer logs.
client:Claude Desktop
transport:streamable-http
tools:17
Install Have I Been Pwned in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hibp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://haveibeenpwned.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- hibp_list_breaches
- hibp_get_breach
- hibp_get_latest_breach
- hibp_list_data_classes
- hibp_get_pwned_passwords_range
- hibp_get_breached_account
- hibp_get_breached_account_range
- hibp_get_paste_account
- hibp_get_breached_domain
- hibp_list_subscribed_domains
- hibp_get_subscription_status
- hibp_get_stealer_logs_by_email
- hibp_get_stealer_logs_by_website_domain
- hibp_get_stealer_logs_by_email_domain
- hibp_generate_domain_verification_dns_token
- hibp_verify_domain_verification_dns_token
- hibp_send_domain_verification_email