onyx_hash_compute
InactiveTool of onyx-paid-mcp
Compute md5, sha1, sha256, sha512, and sha3-256 of any text or base64-encoded bytes. Returns each digest as both hex and base64. Use for content-addressed lookups, dedupe keys, signature verification support, or fingerprinting. Stdlib-only — runs locally, never logs input. <2ms. (price: $0.001 USDC, tier: metered)
Parameters schema
{
"type": "object",
"properties": {
"b64": {
"type": "string",
"description": "Or: base64-encoded bytes"
},
"text": {
"type": "string",
"description": "UTF-8 string to hash"
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries