Skip to main content
Glama

Have I Been Pwned MCP Server

check_email

Verify if an email address has been exposed in data breaches using the Have I Been Pwned API. Includes options to check unverified breaches and truncate response data for streamlined results.

Instructions

Check if an email address has been found in data breaches

Input Schema

NameRequiredDescriptionDefault
emailYesEmail address to check
include_unverifiedNoInclude unverified breaches in the results
truncate_responseNoTruncate the response to only include breach names

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Email address to check", "type": "string" }, "include_unverified": { "default": true, "description": "Include unverified breaches in the results", "type": "boolean" }, "truncate_response": { "default": false, "description": "Truncate the response to only include breach names", "type": "boolean" } }, "required": [ "email" ], "type": "object" }

Other Tools from Have I Been Pwned MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cyreslab-AI/hibp-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server