au-hot-water-payback
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

FieldTypeDescription
postcode*stringAU postcode — rebate eligibility is postcode-gated
current_system*string (gas_storage | gas_instant | electric_resistance | none)what you have now
peoplenumberhousehold size (drives hot water demand)
gas_only_for_hot_waterbooleantrue if hot water is your last gas appliance, so the daily supply charge can be avoided
replacement_duebooleantrue if the existing system is failing and you were replacing it anyway
owner_occupierbooleantenure — gates the means-tested state rebates
household_incomenumbercombined owner taxable income, for means-tested schemes (Solar Victoria caps at $150,000)
property_valuenumberproperty value — Solar Victoria requires under $3,000,000
system_age_yearsnumberage of the system being replaced; Solar Victoria requires at least 3 years
building_age_yearsnumberage of the building; Victorian Energy Upgrades requires at least 2 years
locally_madebooleanan 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.