Skip to main content
Glama
daedalus

mcp-ecdsa

by daedalus

Related Servers

Alternatives to mcp-ecdsa

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP server for sovereign AES-256-GCM backup encryption and decryption. Enables encrypting, decrypting, verifying, and scoring passphrases with zero network calls.
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server for self-custodial wallet infrastructure, enabling secure key generation, Shamir secret sharing, signing, and recovery without exposing private keys to LLMs.
      26 npm
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      A local signing MCP server that lets Claude Code use private keys without ever exposing key material to the model's context window.
      31 npm
      3
      Apache 2.0

    TDQS

    B3/5.0

    Scored across 11 tools

    Disambiguation5/5

    Each tool has a distinct purpose: key generation, import/export, signing, verification, and recovery. Even though signing and verification have two variants each (data vs digest), they are clearly differentiated by whether hashing is performed.

    Naming Consistency5/5

    All tool names follow the snake_case pattern with a verb_noun structure (e.g., _export_private_key, _sign_data). The underscore prefix is consistent across all tools, making the naming predictable.

    Tool Count5/5

    With 11 tools covering key lifecycle (generate, import/export, info) and signing/verification operations, the count is well-scoped for an ECDSA server. It provides necessary functionality without redundancy.

    Completeness4/5

    The set covers core ECDSA operations: key management, signing, verification, and public key recovery. A minor gap is the lack of a key deletion tool, but this does not hinder typical signing workflows.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues