C
calculators
/paint_calculator
Paint Calculator: How Much Paint Do I Need?
Paint Calculator: How Much Paint Do I Need? — Calculate exactly how much paint you need for any room. Enter room dimensions, number of coats, doors, windows, an
liveunknown~5s typical
mcpcalculators
$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-calcfleet-calculators /paint_calculator for me.
Input
| Field | Type | Description |
|---|---|---|
| roomLengthM* | number | |
| roomWidthM* | number | |
| wallHeightM* | number | |
| coats* | integer | |
| doors* | integer | |
| windows* | integer | |
| coveragePerLiterM2* | number | |
| includeCeiling* | boolean |
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-calcfleet-calculators","endpoint":"/paint_calculator","input":{"roomLengthM":1,"roomWidthM":1,"wallHeightM":1,"coats":1,"doors":1,"windows":1,"coveragePerLiterM2":1,"includeCeiling":true}}'cli
npx cracked-ai run -p mcp-com-calcfleet-calculators -e /paint_calculator -i '{"roomLengthM":1,"roomWidthM":1,"wallHeightM":1,"coats":1,"doors":1,"windows":1,"coveragePerLiterM2":1,"includeCeiling":true}'mcp
run_tool({ provider: "mcp-com-calcfleet-calculators", endpoint: "/paint_calculator", input: {"roomLengthM":1,"roomWidthM":1,"wallHeightM":1,"coats":1,"doors":1,"windows":1,"coveragePerLiterM2":1,"includeCeiling":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.