Cleanor
C
Cleanor
/datetime

Current or parsed date/time

Get the current date/time, or convert a given timestamp, into a target IANA timezone with ISO, Unix and human-readable forms. Pass a Unix timestamp (seconds or

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 /datetime for me.

Input

FieldTypeDescription
inputstringOptional: a Unix timestamp (s or ms) or ISO date string. Omit for the current time.
timezonestringIANA timezone, e.g. "America/New_York" or "UTC". default "UTC"

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":"/datetime","input":{"timezone":"UTC"}}'
cli
npx cracked-ai run -p mcp-app-cleanor-cleanor -e /datetime -i '{"timezone":"UTC"}'
mcp
run_tool({ provider: "mcp-app-cleanor-cleanor", endpoint: "/datetime", input: {"timezone":"UTC"} })

Try it

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