Cleanor
C
Cleanor
/hash

Hash text (SHA family)

Compute a cryptographic hash of text (SHA-1, SHA-256, SHA-384 or SHA-512) and return the hex digest. Use for checksums, cache keys, or verifying content. MD5 is

liveverifiedunknown~5s typical
mcpprobedcleanor
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-cleanor-cleanor /hash for me.

Input

FieldTypeDescription
input*stringText to hash (UTF-8).
algorithmstring (sha-256 | sha-1 | sha-384 | sha-512)Hash algorithm. Default sha-256. default "sha-256"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-cleanor-cleanor","endpoint":"/hash","input":{"input":"...","algorithm":"sha-256"}}'
cli
npx cracked-ai run -p mcp-app-cleanor-cleanor -e /hash -i '{"input":"...","algorithm":"sha-256"}'
mcp
run_tool({ provider: "mcp-app-cleanor-cleanor", endpoint: "/hash", input: {"input":"...","algorithm":"sha-256"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.