C
Cleanor
/base64
Base64 encode / decode
Encode text to Base64 or decode Base64 back to text (UTF-8 safe). Supports URL-safe alphabet. Use whenever you need to encode/decode data URIs, tokens, or confi
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 /base64 for me.
Input
| Field | Type | Description |
|---|---|---|
| input* | string | Text to encode, or Base64 to decode. |
| mode | string (encode | decode) | Direction. default "encode" |
| url_safe | boolean | Use URL-safe alphabet (-_ instead of +/, no padding). default false |
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":"/base64","input":{"input":"...","mode":"encode","url_safe":false}}'cli
npx cracked-ai run -p mcp-app-cleanor-cleanor -e /base64 -i '{"input":"...","mode":"encode","url_safe":false}'mcp
run_tool({ provider: "mcp-app-cleanor-cleanor", endpoint: "/base64", input: {"input":"...","mode":"encode","url_safe":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.