Crypto_MCP
Crypto_MCP is a server for encryption, decryption, and hashing operations.
AES Encryption/Decryption: 128-bit AES with various modes (ECB, CBC, CFB, OFB, CTR), padding options, and formats (base64, hex)
DES Encryption/Decryption: 64-bit DES with multiple modes and format options
Hashing Algorithms: MD5, SHA1, SHA224, SHA256, SHA384, and SHA512
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Crypto_MCPencrypt this message with AES using CBC mode"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
📝 Description
A Model Context Protocol (MCP) server for encrypting/decrypting/algorithm/hash.
Related MCP server: Filesystem MCP Server
📺 Demo

✨ Features
Support AES encryption and decryption (128 bits)
Support mode: ECB, CBC, CFB, OFB, CTR
Support padding mode: Pkcs7, Iso97971, AnsiX923, Iso10126, ZeroPadding, NoPadding.
Support output format: base64, hex
Support input format: base64, hex
Support MD5, SHA1, SHA256, SHA384, SHA512, SHA224 algorithm
Support DES encryption and decryption (64 bits)
Support mode: ECB, CBC, CFB, OFB, CTR
Support padding mode: Pkcs7, Iso97971, AnsiX923, Iso10126, ZeroPadding, NoPadding.
Support Base64 encode and decode
Support Hex encode and decode
🔮 Comming Soon
Support more encryption and decryption algorithms
📦 Installation
Installing via Smithery
To install Crypto_MCP for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @1595901624/crypto-mcp --client claudeManual Installation
Clone the Repository
git clone https://github.com/1595901624/crypto-mcp.gitInstall Dependencies
pnpm installBuild the Project
pnpm run buildAdd to your Claude Desktop MCP settings file
{
"mcpServers": {
"crypto-mcp": {
"command": "node",
"args": ["path/to/crypto-mcp/build/index.js"],
"disabled": false,
"autoApprove": []
}
}
}🔧 Usage
Available Tools
AES
aes_encrypt: Encrypt text with AES parameters:text: The text to encrypt (Required)key: The key to encrypt the text (optional, default is your-key-0123456)padding: The padding mode (optional, default is Pkcs7)outputFormat: The output format (optional, default is base64)iv: The initialization vector (optional, default is your-iv-01234567)mode: The mode to encrypt the text (optional, default is ECB)
aes_decrypt: Decrypt text with AES parameters:text: The text to decrypt (Required)key: The key to decrypt the text (optional, default is your-key-0123456)padding: The padding mode (optional, default is Pkcs7)inputFormat: The input format (optional, default is base64)iv: The initialization vector (optional, default is your-iv-01234567)mode: The mode to decrypt the text (optional, default is ECB)
Digest
md5: Calculate MD5 hash of a string parameters:input: The input string to hash (Required)
sha1: Calculate SHA-1 hash of a string parameters:input: The input string to hash (Required)
sha256: Calculate SHA-256 hash of a string parameters:input: The input string to hash (Required)
sha384: Calculate SHA-384 hash of a string parameters:input: The input string to hash (Required)
sha512: Calculate SHA-512 hash of a string parameters:input: The input string to hash (Required)
sha224: Calculate SHA-224 hash of a string parameters:input: The input string to hash (Required)
DES
des_encrypt: Encrypt text with DES parameters:text: The text to encrypt (Required)key: The key to encrypt the text (optional, default is your-key)padding: The padding mode (optional, default is Pkcs7)outputFormat: The output format (optional, default is base64)iv: The initialization vector (optional, default is your-iv-)mode: The mode to encrypt the text (optional, default is ECB)
des_decrypt: Decrypt text with DES parameters:text: The text to decrypt (Required)key: The key to decrypt the text (optional, default is your-key)padding: The padding mode (optional, default is Pkcs7)inputFormat: The input format (optional, default is base64)iv: The initialization vector (optional, default is your-iv-)mode: The mode to decrypt the text (optional, default is ECB)
Base64
base64_encode: Encode text to base64 parameters:content: The text to encode (Required)
base64_decode: Decode base64 to text parameters:content: The base64 text to decode (Required)
Hex
hex_encode: Encode text to hex parameters:content: The text to encode (Required)
hex_decode: Decode hex to text parameters:content: The hex text to decode (Required)
📝 Development
# Install dependencies
npm install
# Build the project
npm run build
# Development with auto-rebuild
npm run watch📝 License
This project is licensed under the MIT License. See the LICENSE file for details.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA 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.Last updated3
- Alicense-qualityFmaintenanceA Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.Last updated6MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server built with Express.js that provides cryptographic tools including key pair generation, shared secret derivation, and message encryption/decryption.Last updated215
- Flicense-quality-maintenanceA 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.Last updated1
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1595901624/crypto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server