check_account
ActiveTool of mcp-hibp
declared in 0.1.0
Look up breaches an email account has been seen in. REQUIRES a paid HIBP subscription key (pass _apiKey). Returns the set of breach names; combine with get_breach for details.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-hibp-api-key",
"account": "user@example.com"
},
{
"_apiKey": "your-hibp-api-key",
"account": "john.doe@company.com",
"truncate": false
}
],
"required": [
"account"
],
"properties": {
"account": {
"type": "string",
"description": "Email address"
},
"truncate": {
"type": "boolean",
"description": "Return only breach names (default true). Set false for full breach objects (counts as 1 query)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-hibp
https://github.com/pipeworx-io/mcp-hibp
2/7 registries