M
mcp
/convert_units
convert units
Convert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).
liveverifiedunknown~5s typical
mcpprobedmcp
$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-com-agishub-mcp /convert_units for me.
Input
| Field | Type | Description |
|---|---|---|
| value* | number | The numeric value to convert. |
| from* | string | Source unit, e.g. 'km', 'mi', 'kg', 'lb', 'C', 'F', 'GB', 'm/s'. |
| to* | string | Target unit in the SAME category as 'from', e.g. 'mi', 'km', 'lb', 'F'. |
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-com-agishub-mcp","endpoint":"/convert_units","input":{"value":1,"from":"...","to":"..."}}'cli
npx cracked-ai run -p mcp-com-agishub-mcp -e /convert_units -i '{"value":1,"from":"...","to":"..."}'mcp
run_tool({ provider: "mcp-com-agishub-mcp", endpoint: "/convert_units", input: {"value":1,"from":"...","to":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.