Cleanor
C
Cleanor
/json_format

Format / validate JSON

Validate JSON and pretty-print or minify it, optionally sorting object keys. Returns a precise parse error (with position) if invalid. Use to check and clean JS

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

Input

FieldTypeDescription
input*stringJSON text.
modestring (pretty | minify)pretty = 2-space indent; minify = single line. default "pretty"
sort_keysbooleanSort object keys alphabetically (deep). 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":"/json_format","input":{"input":"...","mode":"pretty","sort_keys":false}}'
cli
npx cracked-ai run -p mcp-app-cleanor-cleanor -e /json_format -i '{"input":"...","mode":"pretty","sort_keys":false}'
mcp
run_tool({ provider: "mcp-app-cleanor-cleanor", endpoint: "/json_format", input: {"input":"...","mode":"pretty","sort_keys":false} })

Try it

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