Adds password security analysis directly into Claude. You get entropy calculations, crack time estimates, and checks against common password databases. The server runs remotely at password-strength.api.klymax402.com, so there's no local setup. Useful when you're building authentication flows, reviewing security policies, or need to validate password strength requirements in real time during a conversation. The implementation is straightforward: pass a password string, get back numerical scores and time estimates. The x402 suffix suggests this is part of a larger API ecosystem, though the GitHub repo itself is fairly minimal on documentation.
Public tool metadata for what this MCP can expose to an agent.
security_check_passwordUse this when you need to evaluate password strength or security. Returns a score 0-100, strength rating (weak/fair/strong/excellent), estimated crack time, entropy bits, and improvement suggestions.1 paramsUse this when you need to evaluate password strength or security. Returns a score 0-100, strength rating (weak/fair/strong/excellent), estimated crack time, entropy bits, and improvement suggestions.
passwordstring