Skip to content
Back to search
90
MCP v1.0.0 sse

Password Strength Analyzer API

io.github.Br0ski777/password-strength

Password strength scoring with entropy, crack time estimation, common password detection. x402.

Uptime
0.0%
1 direct probes · 30d
Response
180ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

security_check_password

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. …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "password_strength_analyzer_api": {
      "url": "https://password-strength.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}