Password Strength Checker — Entropy & Crack Time
https://server.smithery.ai/axel-belfort/password-strength/mcp
● healthy
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. Tools: security_check_password. Use this for password policy enforcement, user registration validation, or security audits. Returns machine-readable strength data for automated decisions. Returns: {score, entropy, crackTime, tips[]}. No API key required — x402 micropayment $0.001/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/password-strength/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/password-strength/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/password-strength-x402