Cleanor
C
Cleanor
/url_parse

Parse a URL into parts

Break a URL into its components: scheme, host, port, path, decoded query parameters and fragment. Use to inspect or debug a URL instead of parsing it by eye.

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

Input

FieldTypeDescription
url*stringThe URL to parse (absolute, with scheme).

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

Try it

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