check_password_prefix
ActiveTool of mcp-hibp
declared in 0.1.0
Direct k-anonymity lookup: pass the first 5 hex chars of a SHA-1 password hash, get back all SHA-1 suffixes with their pwned counts. Use this if you're hashing client-side and only want to send the prefix.
Parameters schema
{
"type": "object",
"examples": [
{
"sha1_prefix": "21BD1"
},
{
"sha1_prefix": "CBFDA"
}
],
"required": [
"sha1_prefix"
],
"properties": {
"sha1_prefix": {
"type": "string",
"description": "5 hexadecimal characters"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-hibp
https://github.com/pipeworx-io/mcp-hibp
2/7 registries