mcp-hashlib
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hash_md5C | Compute MD5 hash |
| hash_sha1C | Compute SHA1 hash |
| hash_sha256C | Compute SHA256 hash |
| hash_sha512D | Compute SHA512 hash |
| hash_sha224C | Compute SHA224 hash |
| hash_sha384C | Compute SHA384 hash |
| hash_sha3_224C | Compute SHA3-224 hash |
| hash_sha3_256C | Compute SHA3-256 hash |
| hash_sha3_384C | Compute SHA3-384 hash |
| hash_sha3_512C | Compute SHA3-512 hash |
| hash_blake2bC | Compute BLAKE2b hash (512-bit) |
| hash_blake2sC | Compute BLAKE2s hash (256-bit) |
| hash_shake_128C | Compute SHAKE-128 XOF hash (variable length) |
| hash_shake_256C | Compute SHAKE-256 XOF hash (variable length) |
| hash_pbkdf2_hmacC | PBKDF2-HMAC key derivation |
| hash_scryptD | Scrypt key derivation |
| hash_file_digestD | Compute hash of a file-like object |
| hash_newC | Create hash object using any available algorithm |
| hash_infoC | Get information about available hash algorithms |
| hash_updateC | Compute hash incrementally with multiple updates |
| hash_copyC | Create a copy of a hash object |
| hash_propertiesC | Get properties of a hash algorithm |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/daedalus/mcp-hashlib'
If you have feedback or need assistance with the MCP directory API, please join our Discord server