libregistry
Registry
Models
Docker
IAM
MCP
Docs
Sign in with Google
MCP Servers
/
development
/ Crypto_MCP
Crypto_MCP
JSON →
none
★ 11
development
A server for cryptographic operations like encryption, decryption, and hashing.
github ↗
Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path:
crypto-mcp-2
Tools
What this server exposes
aes_encrypt
Encrypt text with AES
aes_decrypt
Decrypt text with AES
md5
Calculate MD5 hash of a string
sha1
Calculate SHA-1 hash of a string
sha256
Calculate SHA-256 hash of a string
sha384
Calculate SHA-384 hash of a string
sha512
Calculate SHA-512 hash of a string
sha224
Calculate SHA-224 hash of a string
des_encrypt
Encrypt text with DES
des_decrypt
Decrypt text with DES
base64_encode
Encode text to base64
base64_decode
Decode base64 to text
hex_encode
Encode text to hex
hex_decode
Decode hex to text
Configuration
Environment & auth
auth
none
Resources
github
https://github.com/1595901624/crypto-mcp ↗
Crypto_MCP — MCP Server · libregistry