Crypto_MCP
Related Servers
Alternatives to Crypto_MCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityFmaintenanceA Model Context Protocol server built with Express.js that provides cryptographic tools including key pair generation, shared secret derivation, and message encryption/decryption.215-
- AlicenseAqualityDmaintenanceA Model Context Protocol server for secure local system operations, enabling shell command execution and file management via a standardized interface.141Apache 2.0
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.6MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server for LLM fuzzing and testing, providing secure access to multiple AI providers through a standardized interface.-
- FlicenseNot gradedqualityNot gradedmaintenanceA feature-rich Model Context Protocol server built with FastMCP that provides various tools including basic utilities, network services, file operations, encryption tools, and system information functions.1-
- FlicenseNot gradedqualityDmaintenanceA secure Model Context Protocol server that manages time-based operations using timing attack protection and timelock encryption, allowing for timed interval management and secure data storage.3-
TDQS
Scored across 14 tools
Each tool targets a distinct algorithm or operation, and the encrypt/decrypt and encode/decode pairs are clearly separated. The six hash tools are all described similarly and overlap in purpose, though the algorithm name (md5, sha256, etc.) provides enough distinction.
Encryption/encoding tools follow an algorithm_verb pattern (aes_encrypt, base64_decode, hex_encode), but hash tools are bare algorithm names (sha256, md5, sha384) with no verb, creating inconsistent conventions. The style is readable but not uniformly patterned.
14 tools is within a reasonable range for a cryptography utility server. The count is slightly padded by six SHA/MD5 hash variants that could arguably be one parameterized tool, but it is still a well-scoped collection.
The set covers symmetric encryption, common hashes, and encodings, but misses common crypto operations like HMAC, digital signatures, asymmetric encryption, and key generation. These are notable gaps for a server with the broad name Crypto_MCP, though the included core operations are solid.