password-mcp
Related Servers
Alternatives to password-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceGenerates secure random passwords and memorable passphrases with customizable options including length, character types, emojis, and automatic strength evaluation using zxcvbn scoring.-
- AlicenseNot gradedqualityBmaintenanceEnables to generate cryptographically-random passwords and PINs with control over character sets and length. Returns the password(s) and their entropy in bits.4 npmMIT
- AlicenseAqualityDmaintenanceProvides random number generation utilities, including a secure UUID generator powered by Node's crypto module.762 npm3MIT
- FlicenseNot gradedqualityDmaintenanceCryptographically secure random number generation and randomized resources, including tools for numbers, strings, dice rolls, UUIDs, and passphrases.4-
- AlicenseNot gradedqualityCmaintenanceAnalyzes password strength with entropy calculation and crack time estimation. Supports pay-per-call payments via x402 (USDC on Base L2) without requiring API keys or signup.MIT
- AlicenseNot gradedqualityAmaintenanceLocal, encrypted password vault with AES-256-GCM and PBKDF2, exposing MCP tools for secure credential management, password generation, and search.MIT
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one generates passwords, the other evaluates their strength. There is no overlap or ambiguity.
The names are simple and clear, but one is a verb ('generate') and the other is a noun ('strength'), which is a minor inconsistency. A more consistent pattern would be 'generatePassword' and 'checkStrength'.
Two tools is appropriate for a focused password utility: generation and strength assessment. No extraneous tools, and the scope is well-defined.
The tool set covers the core password operations: generation and strength evaluation. It is missing features like hashing or breach checking, but the scope is reasonable for a minimal MCP server.