Skip to main content
Glama

Have I Been Pwned MCP Server

check_email

Verify if an email address is compromised in known data breaches. Input the email and receive results including breach details or optionally limit to breach names only.

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" }

You must be authenticated.

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