Crypto_MCP
by 1595901624
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |