# Password Strength Checker — Entropy & Crack Time

Password strength evaluation API for AI agents. Score 0-100 with entropy bits, estimated crack time (brute force and dictionary), pattern detection, and actionable improvement tips.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/password-strength

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/password-strength
```
