ApplianceIQ MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ApplianceIQ MCP ServerIs the Whirlpool WRX986SIHZ refrigerator recalled?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Live lookup against the U.S. Consumer Product Safety Commission recall database | |
| Expected lifespan (years) for 16 common appliance types | DOE + NAHB reference data |
| Recommended maintenance tasks + frequency for each appliance type | Manufacturer manuals + DOE/ENERGY STAR + USFA |
| Repair-vs-replace decision math using the 50% rule + cumulative cost rule | Standard home-maintenance heuristics |
| Annual electricity cost (low/average/high) for an appliance, optionally using your own kWh rate | EIA + ENERGY STAR |
| Metadata about the ApplianceIQ iOS app (pricing, features, App Store URL) | ApplianceIQ |
Related MCP server: matter-controller-mcp
Installation
From npm (recommended)
npm install -g applianceiq-mcp-serverFrom source
git clone https://github.com/chrisbusbin-pixel/applianceiq-mcp-server.git
cd applianceiq-mcp-server
npm install
npm run buildUsage
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-serverExample 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrisbusbin-pixel/applianceiq-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server