check_password
ActiveTool of Password
Analyze a password's strength offline (keyless): character-set entropy, a strength rating, estimated crack time (offline fast + online throttled attacker), and specific weaknesses (length, missing character classes, sequences/repeats, common passwords). The password is NOT transmitted or stored — analysis is in-process. Heuristic, not a guarantee.
Parameters schema
{
"type": "object",
"required": [
"password"
],
"properties": {
"password": {
"type": "string",
"description": "The password to analyze."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Password
https://github.com/pipeworx-io/mcp-password
1/7 registries