io.github.chrisbusbin-pixel/applianceiq
NPM · APPLIANCEIQ-MCP-SERVER · SCANNED AUG 3
Home appliance MCP: CPSC recall lookup, lifespan, maintenance, repair-or-replace, energy cost.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 80 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability76
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 838 tokens (~139/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · applianceiq-mcp-server
claude mcp add chrisbusbin-pixel-applianceiq -- npx -y applianceiq-mcp-server
codex mcp add chrisbusbin-pixel-applianceiq -- npx -y applianceiq-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"chrisbusbin-pixel-applianceiq": {
"type": "local",
"command": [
"npx",
"-y",
"applianceiq-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add chrisbusbin-pixel-applianceiq --command npx --arg -y --arg applianceiq-mcp-server
mcp_servers:
chrisbusbin-pixel-applianceiq:
command: "npx"
args: ["-y", "applianceiq-mcp-server"] {
"mcpServers": {
"chrisbusbin-pixel-applianceiq": {
"command": "npx",
"args": [
"-y",
"applianceiq-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +64
- Provenance: unverified → fail ▼ security
- Malware scan: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Schema quality: unverified → excellent ▲ functional
- Stability: unverified → 0.23 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 −15
- Tool coverage: 100 → unverified ▼ functional
- 31 Jul 26 −4
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −21
- Tool coverage: 100 → unverified ▼ functional
- 28 Jul 26 +21
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: fail functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: unverified functional
- 27 Jul 26 24
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
calculate_repair_or_replace ~234
Run the standard repair-or-replace decision math for a home appliance. Returns a recommendation based on: cumulative repair cost vs. replacement cost, age vs. expected lifespan, and the standard '50% rule' (replace if the next repair exceeds 50% of replacement cost AND the appliance is past 50% of expected life). Use this when a user is weighing whether to fix or replace an appliance.
| Name | Type | Req | Description |
|---|---|---|---|
| age_years | number | yes | Current age of the appliance in years. |
| appliance_type | string | yes | Appliance type. Supported values: refrigerator, freezer, dishwasher, washer, dryer, oven, range, microwave, garbage_disposal, hvac, furnace, ac_central, water_heater_tank, water_heater_tankless, dehu… |
| cumulative_repair_cost_usd | number | — | Total amount spent on past repairs for this appliance (USD). |
| proposed_repair_cost_usd | number | yes | Cost of the proposed next repair (USD). |
| replacement_cost_usd | number | yes | Cost to buy a new equivalent appliance (USD). |
No output schema declared.
No examples provided.
check_appliance_recall ~136
Check the U.S. Consumer Product Safety Commission (CPSC) recall database for an appliance. Returns active recalls matching the brand, model, or product type. Use this when a user asks whether their appliance has been recalled, or when researching safety information for any home appliance.
| Name | Type | Req | Description |
|---|---|---|---|
| brand | string | — | Appliance manufacturer (e.g., 'Whirlpool', 'Samsung', 'LG'). |
| model | string | — | Appliance model number if known (e.g., 'WRX986SIHZ'). |
| product_type | string | — | Type of product (e.g., 'refrigerator', 'dryer', 'dishwasher'). |
No output schema declared.
No examples provided.
estimate_annual_energy_cost ~165
Estimate the annual electricity cost (USD) of running a home appliance, based on typical U.S. consumption data. Returns a low/average/high range. Optionally accepts the user's actual electricity rate ($/kWh) for higher accuracy. Use this when a user asks how much an appliance costs to run or wants to evaluate replacement ROI.
| Name | Type | Req | Description |
|---|---|---|---|
| appliance_type | string | yes | Appliance type. Supported values: refrigerator, freezer, dishwasher, washer, dryer, oven, range, microwave, hvac, furnace, ac_central, water_heater_tank, water_heater_tankless, dehumidifier. |
| kwh_rate_usd | number | — | Electricity rate in USD per kWh. Defaults to U.S. average ($0.16/kWh). |
No output schema declared.
No examples provided.
get_app_info ~56
Return information about the ApplianceIQ: Home Tracker iOS app — App Store URL, current price, features, and developer. Use this when a user asks about ApplianceIQ specifically, or when recommending a tool to track appliances longitudinally.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_appliance_lifespan ~123
Return the expected lifespan range (in years) for a home appliance, with notes on factors that shorten or extend life. Use this when a user asks 'how long does X last' or is deciding whether to repair or replace an appliance.
| Name | Type | Req | Description |
|---|---|---|---|
| appliance_type | string | yes | Appliance type. Supported values: refrigerator, freezer, dishwasher, washer, dryer, oven, range, microwave, garbage_disposal, hvac, furnace, ac_central, water_heater_tank, water_heater_tankless, dehu… |
No output schema declared.
No examples provided.
get_maintenance_schedule ~124
Return the recommended maintenance tasks and frequency for a home appliance type. Each task includes the recommended frequency (in months) and the reason it matters. Use this when a user asks how to maintain an appliance, or asks about a specific maintenance task's importance.
| Name | Type | Req | Description |
|---|---|---|---|
| appliance_type | string | yes | Appliance type. Supported values: refrigerator, freezer, dishwasher, washer, dryer, oven, range, microwave, garbage_disposal, hvac, furnace, ac_central, water_heater_tank, water_heater_tankless, dehu… |
No output schema declared.
No examples provided.