hmac
ActiveTool of Hash
declared in 0.1.0
Compute an HMAC (hex) of text with a secret key. algorithm = sha1, sha256 (default), sha384, or sha512. Keyless/offline.
Parameters schema
{
"type": "object",
"required": [
"text",
"key"
],
"properties": {
"key": {
"type": "string",
"description": "The secret key."
},
"text": {
"type": "string",
"description": "The message to authenticate."
},
"algorithm": {
"type": "string",
"description": "sha1 | sha256 (default) | sha384 | sha512."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Hash
https://github.com/pipeworx-io/mcp-hash
1/7 registries