SF
Superflow Free Tools
/hash_md5
MD5 Hash Generator
Hash text to an MD5 hex digest. Useful for checksums, cache keys, dedupe keys, and Gravatar-style identifiers. MD5 is broken for anything security-related: neve
liveverifiedunknown~5s typical
mcpprobedsuperflowfreetools
$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-usesuperflow-tools /hash_md5 for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | The text to hash. Up to 1 MB of UTF-8. |
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-usesuperflow-tools","endpoint":"/hash_md5","input":{"text":"..."}}'cli
npx cracked-ai run -p mcp-ai-usesuperflow-tools -e /hash_md5 -i '{"text":"..."}'mcp
run_tool({ provider: "mcp-ai-usesuperflow-tools", endpoint: "/hash_md5", input: {"text":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.