C
Cleanor
/base_convert
Convert a number between bases
Convert an integer between number bases 2–36 (e.g. hex to binary, decimal to base-36). Arbitrary precision via BigInt, so large values stay exact. Use for radix
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 /base_convert for me.
Input
| Field | Type | Description |
|---|---|---|
| value* | string | The number, in from_base (e.g. "ff", "1010", "255"). |
| from_base | integer | Base of the input (2–36). default 10 |
| to_base | integer | Base to convert to (2–36). default 16 |
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":"/base_convert","input":{"value":"...","from_base":10,"to_base":16}}'cli
npx cracked-ai run -p mcp-app-cleanor-cleanor -e /base_convert -i '{"value":"...","from_base":10,"to_base":16}'mcp
run_tool({ provider: "mcp-app-cleanor-cleanor", endpoint: "/base_convert", input: {"value":"...","from_base":10,"to_base":16} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.