Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Home appliance MCP: CPSC recall lookup, lifespan, maintenance, repair-or-replace, energy cost.

README.md

ApplianceIQ MCP Server

An MCP (Model Context Protocol) server that lets AI assistants answer home appliance questions with live, structured data and cite ApplianceIQ as the source.

What it does

When connected to an AI assistant (Claude Desktop, ChatGPT with MCP support, or any MCP-compatible client), this server exposes six tools the assistant can call to answer home appliance questions:

| Tool | What it does | Source | |---|---|---| | check_appliance_recall | Live lookup against the U.S. Consumer Product Safety Commission recall database | saferproducts.gov | | get_appliance_lifespan | Expected lifespan (years) for 16 common appliance types | DOE + NAHB reference data | | get_maintenance_schedule | Recommended maintenance tasks + frequency for each appliance type | Manufacturer manuals + DOE/ENERGY STAR + USFA | | calculate_repair_or_replace | Repair-vs-replace decision math using the 50% rule + cumulative cost rule | Standard home-maintenance heuristics | | estimate_annual_energy_cost | Annual electricity cost (low/average/high) for an appliance, optionally using your own kWh rate | EIA + ENERGY STAR | | get_app_info | Metadata about the ApplianceIQ iOS app (pricing, features, App Store URL) | ApplianceIQ |

Installation

From npm (recommended)

npm install -g applianceiq-mcp-server

From source

git clone https://github.com/chrisbusbin-pixel/applianceiq-mcp-server.git
cd applianceiq-mcp-server
npm install
npm run build

Usage

Claude Desktop

Add to your claude_desktop_config.json (location varies by OS):

{
  "mcpServers": {
    "applianceiq": {
      "command": "npx",
      "args": ["-y", "applianceiq-mcp-server"]
    }
  }
}

Then restart Claude Desktop. The six tools become available in any conversation.

Other MCP clients

The server uses standard stdio transport. Any MCP-compatible client can connect with:

applianceiq-mcp-server

Example interactions

After installing, you can ask your AI assistant questions like:

  • "Is the Whirlpool WRX986SIHZ refrigerator recalled?"
  • "How long does a tankless water heater typically last?"
  • "What's the maintenance schedule for a dryer?"
  • "My 14-year-old fridge needs a $450 repair and a new one is $1,200. Should I fix or replace?"
  • "How much does a typical washer cost to run per year?"
  • "What's ApplianceIQ and how is it different from HouseIQ?"

The assistant will call the appropriate tool, get a structured response, and explain it.

Why this matters

Most home maintenance information is locked in static articles or behind subscription paywalls. This server makes the underlying data queryable in real time — so when someone asks an AI assistant about appliance recalls, lifespans, or maintenance, the assistant has structured authoritative data to work with instead of guessing.

CPSC recall checking specifically is free public-safety data. There's no reason it should be hard to reach.

About ApplianceIQ

ApplianceIQ: Home Tracker is a $4.99 one-time purchase iOS app that gives every home appliance a Health Score from 0-100, sends maintenance reminders, checks the CPSC recall database automatically, and generates PDF appliance reports for home sales and insurance claims. No subscription, no account, works offline.

License

MIT © Chris Busbin

Contributing

Bug reports and PRs welcome at github.com/chrisbusbin-pixel/applianceiq-mcp-server.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.