C
Cleanor
/unit_convert
Convert between units
Convert a value between units of length, mass, data size, time, speed or temperature. Supported units: mm, cm, m, km, in, ft, yd, mi, nmi, mg, g, kg, t, oz, lb,
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 /unit_convert for me.
Input
| Field | Type | Description |
|---|---|---|
| value* | number | The numeric value to convert. |
| from* | string | Source unit (e.g. "km", "lb", "mib", "c"). |
| to* | string | Target unit (must be the same category as "from"). |
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":"/unit_convert","input":{"value":1,"from":"...","to":"..."}}'cli
npx cracked-ai run -p mcp-app-cleanor-cleanor -e /unit_convert -i '{"value":1,"from":"...","to":"..."}'mcp
run_tool({ provider: "mcp-app-cleanor-cleanor", endpoint: "/unit_convert", input: {"value":1,"from":"...","to":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.