C
Cleanor
/slugify
Slugify text for URLs
Turn a title or phrase into a clean, URL-safe slug (lowercase, hyphenated, accents stripped). Use when generating page paths, filenames or anchor IDs.
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 /slugify for me.
Input
| Field | Type | Description |
|---|---|---|
| input* | string | Text to slugify. |
| separator | string (- | _) | Word separator. default "-" |
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":"/slugify","input":{"input":"...","separator":"-"}}'cli
npx cracked-ai run -p mcp-app-cleanor-cleanor -e /slugify -i '{"input":"...","separator":"-"}'mcp
run_tool({ provider: "mcp-app-cleanor-cleanor", endpoint: "/slugify", input: {"input":"...","separator":"-"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.