hash
ActiveTool of Hash
declared in 0.1.0
Compute a cryptographic hash (hex digest) of text: algorithm = md5, sha1, sha256 (default), sha384, or sha512. Keyless/offline; the input is not stored or transmitted. MD5/SHA-1 are legacy (checksums only, not security).
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "The text to hash (UTF-8)."
},
"algorithm": {
"type": "string",
"description": "md5 | sha1 | sha256 (default) | sha384 | sha512."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Hash
https://github.com/pipeworx-io/mcp-hash
1/7 registries