R
raccha.ai
/hash
hash
Compute a hash digest of an input string. Supports sha256 (default), sha1, and md5. sha1 and md5 are provided only for compatibility/checksum use cases (matchin
liveunknown~5s typical
mcpraccha.ai
$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-ai-raccha-raccha /hash for me.
Input
| Field | Type | Description |
|---|---|---|
| algorithm | string | One of: sha256 (default), sha1, md5. default "sha256" |
| input* | string | The string to hash. |
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-ai-raccha-raccha","endpoint":"/hash","input":{"algorithm":"sha256","input":"..."}}'cli
npx cracked-ai run -p mcp-ai-raccha-raccha -e /hash -i '{"algorithm":"sha256","input":"..."}'mcp
run_tool({ provider: "mcp-ai-raccha-raccha", endpoint: "/hash", input: {"algorithm":"sha256","input":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.