Password Strength Analyzer API
io.github.Br0ski777/password-strengthPassword strength scoring with entropy, crack time estimation, common password detection. x402.
Tools · 1
Use 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. …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"password_strength_analyzer_api": {
"url": "https://password-strength-x402-production.up.railway.app/mcp",
"transport": "sse"
}
}
}