A
au-hot-water-payback
/check_hot_water_switch
check hot water switch
Use when someone asks whether a heat pump hot water system is worth it in Australia, which rebates they can stack, how much a heat pump costs after rebates, or
liveverifiedunknown~5s typical
mcpprobedau-hot-water-payback
$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-ai-sourcemill-au-hot-water-payback /check_hot_water_switch for me.
Input
| Field | Type | Description |
|---|---|---|
| postcode* | string | AU postcode — rebate eligibility is postcode-gated |
| current_system* | string (gas_storage | gas_instant | electric_resistance | none) | what you have now |
| people | number | household size (drives hot water demand) |
| gas_only_for_hot_water | boolean | true if hot water is your last gas appliance, so the daily supply charge can be avoided |
| replacement_due | boolean | true if the existing system is failing and you were replacing it anyway |
| owner_occupier | boolean | tenure — gates the means-tested state rebates |
| household_income | number | combined owner taxable income, for means-tested schemes (Solar Victoria caps at $150,000) |
| property_value | number | property value — Solar Victoria requires under $3,000,000 |
| system_age_years | number | age of the system being replaced; Solar Victoria requires at least 3 years |
| building_age_years | number | age of the building; Victorian Energy Upgrades requires at least 2 years |
| locally_made | boolean | an eligible locally made unit, which raises the Victorian caps |
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-ai-sourcemill-au-hot-water-payback","endpoint":"/check_hot_water_switch","input":{"postcode":"...","current_system":"gas_storage"}}'cli
npx cracked-ai run -p mcp-ai-sourcemill-au-hot-water-payback -e /check_hot_water_switch -i '{"postcode":"...","current_system":"gas_storage"}'mcp
run_tool({ provider: "mcp-ai-sourcemill-au-hot-water-payback", endpoint: "/check_hot_water_switch", input: {"postcode":"...","current_system":"gas_storage"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.