Skip to main content
Glama
MukundaKatta

password-mcp

by MukundaKatta

Related Servers

Alternatives to password-mcp

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      C
      maintenance
      Generates secure random passwords and memorable passphrases with customizable options including length, character types, emojis, and automatic strength evaluation using zxcvbn scoring.
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables to generate cryptographically-random passwords and PINs with control over character sets and length. Returns the password(s) and their entropy in bits.
      4 npm
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Provides random number generation utilities, including a secure UUID generator powered by Node's crypto module.
      7
      62 npm
      3
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Cryptographically secure random number generation and randomized resources, including tools for numbers, strings, dice rolls, UUIDs, and passphrases.
      4
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Analyzes 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
    • A
      license
      Not graded
      quality
      A
      maintenance
      Local, encrypted password vault with AES-256-GCM and PBKDF2, exposing MCP tools for secure credential management, password generation, and search.
      MIT

    TDQS

    A3.9/5.0

    Scored across 2 tools

    Disambiguation5/5

    The two tools have completely distinct purposes: one generates passwords, the other evaluates their strength. There is no overlap or ambiguity.

    Naming Consistency4/5

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

    Tool Count5/5

    Two tools is appropriate for a focused password utility: generation and strength assessment. No extraneous tools, and the scope is well-defined.

    Completeness4/5

    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.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues