Password strength scoring with entropy, crack time estimation, common password detection. x402.
MCPpedia last refreshed this data
io.github.Br0ski777/password-strength is an MCP server that password strength scoring with entropy, crack time estimation, common password detection. x402. Its tool list has not been published yet, requires no API key, and scores 66/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"password-strength": {
"url": "https://password-strength.api.klymax402.com/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Password strength analyzer with entropy calculation and crack time estimation. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
Regression testing for MCP servers. Checks capabilities, invokes tools, detects schema drift.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Br0ski777/password-strength and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Password strength analyzer with entropy calculation and crack time estimation. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.
Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"password-strength": {
"url": "https://password-strength.api.klymax402.com/mcp"
}
}
}
curl -X POST "https://password-strength.api.klymax402.com/api/check" \
-H "Content-Type: application/json" \
-d '{"password":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body
Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.
| Tool | Method | Path | Price | Description |
|---|---|---|---|---|
security_check_password | POST | /api/check | $0.003 | Check password strength with entropy and crack time |
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. Checks against top 1000 common passwords. Do NOT use for hash generation — use crypto_generate_hash. Do NOT use for input validation — use data_validate_json.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
password | string | yes | The password to analyze |
eip155:8453)100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.
MIT