You're viewing a demo portfolio

Join the waitlist
PRSM

hash

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Hash

https://github.com/pipeworx-io/mcp-hash

1/7 registries
View full server →
hash — Hash — PRSM MCP