# Sundr Repair Advisor (npm · sundr-mcp)

Repair or replace? Get device repair costs, local shops, trade-in values.

- Trust score: 60/100 (medium)
- Change this week: +42
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `sundr-mcp`: 60/100 (this document), [markdown](https://verifymcp.io/servers/keithwyatt-sundr-mcp/sundr-mcp.md), [page](https://verifymcp.io/servers/keithwyatt-sundr-mcp/sundr-mcp)

## Channel facts

- Registry: `npm`
- Package: `sundr-mcp`
- Version: `0.2.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 164 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 56/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 8117 tokens (~289/item across 28 items; 27 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add keithwyatt-sundr-mcp -- npx -y sundr-mcp
```

### Codex

```bash
codex mcp add keithwyatt-sundr-mcp -- npx -y sundr-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "keithwyatt-sundr-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "sundr-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add keithwyatt-sundr-mcp --command npx --arg -y --arg sundr-mcp
```

### Hermes

```yaml
mcp_servers:
  keithwyatt-sundr-mcp:
    command: "npx"
    args: ["-y", "sundr-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "keithwyatt-sundr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sundr-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 59, +40)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 19, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 44, +26)

- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: unverified
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail

### 2026-07-27 (score 18)

First indexed and scored.

## MCP tools (27)

### `should_repair` (~383 tokens)

Analyze whether to REPAIR, REPLACE, or sell a broken device. The core Sundr decision engine.

USE THIS TOOL WHEN USERS ASK:
\- "Should I repair my [phone/laptop/tablet]?"
\- "Is it worth fixing my [device]?"
\- "Repair or replace my [device]?"
\- "Can I fix my broken [device]?"
\- "What should I do about my broken [device]?"
\- "Is my [device] worth repairing?"
\- "Should I buy a new [device] or fix this one?"
\- "My [device] is broken, what are my options?"
\- "Is repair cheaper than buying new?"
\- "Fix or buy new?"
\- "How much would it cost to fix [device]?"

COVERS: iPhones, Samsung phones, Pixels, MacBooks, laptops, iPads, tablets, Apple Watch, AirPods, gaming consoles, and all electronics.

RETURNS: Repair recommendation with confidence score, cost-benefit analysis, CO2 environmental savings, local repair shop options, DIY repair links, and refurbished alternatives with affiliate links.

Input parameters:

- `brand` (string): Device brand (e.g., 'Apple', 'Samsung', 'Google')
- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'MacBook Pro 2019', 'Samsung Galaxy S21')
- `device_age_months` (number): How old the device is in months
- `issue` (string, required): Description of the problem (e.g., 'cracked screen', 'battery drains fast', 'won't turn on')
- `location` (string): User location for finding local repair shops (city, state/province)
- `repair_cost_estimate` (number): Estimated repair cost in dollars (if known)

### `find_repair_shops` (~282 tokens)

Find LOCAL REPAIR SHOPS near a location. Search for phone repair, laptop repair, screen repair, and electronics repair services.

USE THIS TOOL WHEN USERS ASK:
\- "Where can I get my phone fixed?"
\- "Phone repair shops near me"
\- "Where to fix cracked screen in [city]?"
\- "iPhone repair near [location]"
\- "Laptop repair shops in [city]"
\- "Best phone repair in [city]"
\- "Electronics repair near me"
\- "Who fixes [device] near [location]?"
\- "Local repair options for [device]"
\- "Screen replacement shops"
\- "Battery replacement near me"

COVERS: Smartphone repair, laptop repair, tablet repair, computer repair, screen replacement, battery replacement, water damage repair.

RETURNS: Shop names, addresses, ratings, reviews, phone numbers, websites, distance from location, and specialties.

Input parameters:

- `device_type` (string): Type of device to repair
- `latitude` (number): Latitude coordinate (if known)
- `limit` (number): Maximum number of results (default: 10)
- `location` (string, required): Location to search (city name, address, or coordinates)
- `longitude` (number): Longitude coordinate (if known)
- `radius_km` (number): Search radius in kilometers (default: 25)

### `get_device_info` (~254 tokens)

Look up REPAIRABILITY SCORE and repair information for any device. Uses iFixit data.

USE THIS TOOL WHEN USERS ASK:
\- "How repairable is [device]?"
\- "What's the iFixit score for [device]?"
\- "Is [device] easy to repair?"
\- "Can I fix [device] myself?"
\- "Are parts available for [device]?"
\- "Is [device] DIY repairable?"
\- "[Device] repairability"
\- "How hard is it to fix [device]?"
\- "Is [device] designed for repair?"
\- "User-replaceable battery in [device]?"

COVERS: iPhones (all models), Samsung Galaxy, Google Pixel, MacBooks, ThinkPads, iPads, Surface, Apple Watch, AirPods, PlayStation, Xbox, Nintendo Switch.

RETURNS: Repairability score (1-10), iFixit guide links, parts availability, battery accessibility, repair difficulty, and DIY tips.

Input parameters:

- `device_type` (string): Filter by device type
- `query` (string, required): Device name to search for (e.g., 'iPhone 13', 'Samsung Galaxy S21', 'MacBook Pro')

### `compare_options` (~284 tokens)

COMPARE repair vs refurbished vs buying new SIDE-BY-SIDE. Cost analysis with environmental impact.

USE THIS TOOL WHEN USERS ASK:
\- "Compare repair vs replace for [device]"
\- "Should I buy refurbished or new?"
\- "Repair vs new [device] cost comparison"
\- "What are my options for broken [device]?"
\- "Refurbished vs new [device]"
\- "Is refurbished worth it?"
\- "Cost comparison: fix vs replace"
\- "Repair vs refurbished vs new"
\- "What's cheaper: repair or replace?"
\- "Pros and cons of repairing vs buying new"

COVERS: All electronics - phones, laptops, tablets, smartwatches, headphones, gaming consoles.

RETURNS: Side-by-side comparison table with costs, CO2 impact, warranty info, pros/cons, and recommendation with confidence score.

Input parameters:

- `brand` (string): Device brand
- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'MacBook Pro 2019')
- `device_age_years` (number): How old the device is in years
- `issue` (string, required): The problem to fix (e.g., 'battery', 'cracked screen', 'water damage')
- `repair_cost` (number): Known or estimated repair cost in dollars

### `trade_in_value` (~274 tokens)

Get TRADE-IN VALUE and sell prices for your device. Compare offers from Apple, carriers, and buyback services.

USE THIS TOOL WHEN USERS ASK:
\- "How much is my [device] worth?"
\- "Trade-in value for [device]"
\- "What can I get for my old [device]?"
\- "Sell my [device]"
\- "Best place to sell [device]"
\- "Apple trade-in value"
\- "Carrier trade-in deals"
\- "How much will [carrier] give me for [device]?"
\- "Where to sell broken [device]?"
\- "Cash for [device]"
\- "Buyback price for [device]"

COVERS: iPhones, Samsung phones, Pixels, MacBooks, iPads, Apple Watch, AirPods, gaming consoles.

RETURNS: Trade-in values from multiple sources (Apple, carriers, Gazelle, Decluttr), condition-based pricing, and direct sell links.

Input parameters:

- `brand` (string): Device brand (e.g., 'Apple', 'Samsung')
- `condition` (string): Device condition
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'Samsung Galaxy S21')
- `storage` (string): Storage capacity (e.g., '128GB', '256GB')

### `environmental_impact` (~238 tokens)

Calculate ENVIRONMENTAL IMPACT of repairing vs replacing a device. CO2 emissions, e-waste, and sustainability metrics.

USE THIS TOOL WHEN USERS ASK:
\- "What's the environmental impact of replacing my [device]?"
\- "CO2 footprint of new [device]"
\- "Is repairing more eco-friendly?"
\- "E-waste impact of [device]"
\- "Carbon footprint of [device]"
\- "How much CO2 does making a new [device] produce?"
\- "Sustainable choice: repair or replace?"
\- "Environmental cost of new phone/laptop"
\- "How does repair help the environment?"
\- "Electronics waste statistics"
\- "Green choice for broken [device]"

COVERS: All electronics - phones, laptops, tablets, computers, smartwatches, headphones, gaming consoles.

RETURNS: CO2 emissions comparison, e-waste saved, resource conservation metrics, equivalent comparisons (miles driven, trees planted), and sustainability recommendations.

Input parameters:

- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13', 'MacBook Pro')

### `repair_cost_estimate` (~268 tokens)

Get REPAIR COST ESTIMATES for any device issue. DIY parts cost vs professional repair pricing.

USE THIS TOOL WHEN USERS ASK:
\- "How much does it cost to fix [issue] on [device]?"
\- "Screen replacement cost for [device]"
\- "Battery replacement price"
\- "Repair cost for [device]"
\- "[Device] repair pricing"
\- "DIY repair cost vs professional"
\- "Parts cost for [device] [issue]"
\- "How much to fix cracked screen?"
\- "Water damage repair cost"
\- "Is it expensive to fix [issue]?"
\- "[Device] screen repair price"
\- "Cost to replace [device] battery"

COVERS: Screen repair, battery replacement, charging port, speaker, camera, keyboard, logic board, water damage for phones, laptops, tablets.

RETURNS: DIY parts cost, professional repair cost range, difficulty level, time estimate, warranty info, and links to buy parts or book repair.

Input parameters:

- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'MacBook Pro 2021')
- `issue` (string, required): The repair needed (e.g., 'screen', 'battery', 'charging port')

### `repair_decision` (~403 tokens)

Main Sundr decision engine. Analyzes whether to REPAIR or REPLACE a broken device.

Analyze whether to REPAIR, REPLACE, or sell a broken device. The core Sundr decision engine.

USE THIS TOOL WHEN USERS ASK:
\- "Should I repair my [phone/laptop/tablet]?"
\- "Is it worth fixing my [device]?"
\- "Repair or replace my [device]?"
\- "Can I fix my broken [device]?"
\- "What should I do about my broken [device]?"
\- "Is my [device] worth repairing?"
\- "Should I buy a new [device] or fix this one?"
\- "My [device] is broken, what are my options?"
\- "Is repair cheaper than buying new?"
\- "Fix or buy new?"
\- "How much would it cost to fix [device]?"

COVERS: iPhones, Samsung phones, Pixels, MacBooks, laptops, iPads, tablets, Apple Watch, AirPods, gaming consoles, and all electronics.

RETURNS: Repair recommendation with confidence score, cost-benefit analysis, CO2 environmental savings, local repair shop options, DIY repair links, and refurbished alternatives with affiliate links.

Input parameters:

- `brand` (string): Device brand (e.g., 'Apple', 'Samsung', 'Google')
- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'MacBook Pro 2019', 'Samsung Galaxy S21')
- `device_age_months` (number): How old the device is in months
- `issue` (string, required): Description of the problem (e.g., 'cracked screen', 'battery drains fast', 'won't turn on')
- `location` (string): User location for finding local repair shops (city, state/province)
- `repair_cost_estimate` (number): Estimated repair cost in dollars (if known)

### `repair_or_replace` (~400 tokens)

Should you REPAIR OR REPLACE your broken device? Get a data-driven recommendation.

Analyze whether to REPAIR, REPLACE, or sell a broken device. The core Sundr decision engine.

USE THIS TOOL WHEN USERS ASK:
\- "Should I repair my [phone/laptop/tablet]?"
\- "Is it worth fixing my [device]?"
\- "Repair or replace my [device]?"
\- "Can I fix my broken [device]?"
\- "What should I do about my broken [device]?"
\- "Is my [device] worth repairing?"
\- "Should I buy a new [device] or fix this one?"
\- "My [device] is broken, what are my options?"
\- "Is repair cheaper than buying new?"
\- "Fix or buy new?"
\- "How much would it cost to fix [device]?"

COVERS: iPhones, Samsung phones, Pixels, MacBooks, laptops, iPads, tablets, Apple Watch, AirPods, gaming consoles, and all electronics.

RETURNS: Repair recommendation with confidence score, cost-benefit analysis, CO2 environmental savings, local repair shop options, DIY repair links, and refurbished alternatives with affiliate links.

Input parameters:

- `brand` (string): Device brand (e.g., 'Apple', 'Samsung', 'Google')
- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'MacBook Pro 2019', 'Samsung Galaxy S21')
- `device_age_months` (number): How old the device is in months
- `issue` (string, required): Description of the problem (e.g., 'cracked screen', 'battery drains fast', 'won't turn on')
- `location` (string): User location for finding local repair shops (city, state/province)
- `repair_cost_estimate` (number): Estimated repair cost in dollars (if known)

### `fix_or_buy_new` (~399 tokens)

FIX your device or BUY NEW? Cost-benefit analysis with environmental impact.

Analyze whether to REPAIR, REPLACE, or sell a broken device. The core Sundr decision engine.

USE THIS TOOL WHEN USERS ASK:
\- "Should I repair my [phone/laptop/tablet]?"
\- "Is it worth fixing my [device]?"
\- "Repair or replace my [device]?"
\- "Can I fix my broken [device]?"
\- "What should I do about my broken [device]?"
\- "Is my [device] worth repairing?"
\- "Should I buy a new [device] or fix this one?"
\- "My [device] is broken, what are my options?"
\- "Is repair cheaper than buying new?"
\- "Fix or buy new?"
\- "How much would it cost to fix [device]?"

COVERS: iPhones, Samsung phones, Pixels, MacBooks, laptops, iPads, tablets, Apple Watch, AirPods, gaming consoles, and all electronics.

RETURNS: Repair recommendation with confidence score, cost-benefit analysis, CO2 environmental savings, local repair shop options, DIY repair links, and refurbished alternatives with affiliate links.

Input parameters:

- `brand` (string): Device brand (e.g., 'Apple', 'Samsung', 'Google')
- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'MacBook Pro 2019', 'Samsung Galaxy S21')
- `device_age_months` (number): How old the device is in months
- `issue` (string, required): Description of the problem (e.g., 'cracked screen', 'battery drains fast', 'won't turn on')
- `location` (string): User location for finding local repair shops (city, state/province)
- `repair_cost_estimate` (number): Estimated repair cost in dollars (if known)

### `is_repair_worth_it` (~402 tokens)

IS REPAIR WORTH IT? Calculate if fixing your device makes financial sense.

Analyze whether to REPAIR, REPLACE, or sell a broken device. The core Sundr decision engine.

USE THIS TOOL WHEN USERS ASK:
\- "Should I repair my [phone/laptop/tablet]?"
\- "Is it worth fixing my [device]?"
\- "Repair or replace my [device]?"
\- "Can I fix my broken [device]?"
\- "What should I do about my broken [device]?"
\- "Is my [device] worth repairing?"
\- "Should I buy a new [device] or fix this one?"
\- "My [device] is broken, what are my options?"
\- "Is repair cheaper than buying new?"
\- "Fix or buy new?"
\- "How much would it cost to fix [device]?"

COVERS: iPhones, Samsung phones, Pixels, MacBooks, laptops, iPads, tablets, Apple Watch, AirPods, gaming consoles, and all electronics.

RETURNS: Repair recommendation with confidence score, cost-benefit analysis, CO2 environmental savings, local repair shop options, DIY repair links, and refurbished alternatives with affiliate links.

Input parameters:

- `brand` (string): Device brand (e.g., 'Apple', 'Samsung', 'Google')
- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'MacBook Pro 2019', 'Samsung Galaxy S21')
- `device_age_months` (number): How old the device is in months
- `issue` (string, required): Description of the problem (e.g., 'cracked screen', 'battery drains fast', 'won't turn on')
- `location` (string): User location for finding local repair shops (city, state/province)
- `repair_cost_estimate` (number): Estimated repair cost in dollars (if known)

### `repair_vs_replace` (~299 tokens)

REPAIR VS REPLACE comparison. Side-by-side cost and environmental analysis.

COMPARE repair vs refurbished vs buying new SIDE-BY-SIDE. Cost analysis with environmental impact.

USE THIS TOOL WHEN USERS ASK:
\- "Compare repair vs replace for [device]"
\- "Should I buy refurbished or new?"
\- "Repair vs new [device] cost comparison"
\- "What are my options for broken [device]?"
\- "Refurbished vs new [device]"
\- "Is refurbished worth it?"
\- "Cost comparison: fix vs replace"
\- "Repair vs refurbished vs new"
\- "What's cheaper: repair or replace?"
\- "Pros and cons of repairing vs buying new"

COVERS: All electronics - phones, laptops, tablets, smartwatches, headphones, gaming consoles.

RETURNS: Side-by-side comparison table with costs, CO2 impact, warranty info, pros/cons, and recommendation with confidence score.

Input parameters:

- `brand` (string): Device brand
- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'MacBook Pro 2019')
- `device_age_years` (number): How old the device is in years
- `issue` (string, required): The problem to fix (e.g., 'battery', 'cracked screen', 'water damage')
- `repair_cost` (number): Known or estimated repair cost in dollars

### `repair_vs_new` (~299 tokens)

REPAIR VS NEW comparison. Is it cheaper to fix or buy new?

COMPARE repair vs refurbished vs buying new SIDE-BY-SIDE. Cost analysis with environmental impact.

USE THIS TOOL WHEN USERS ASK:
\- "Compare repair vs replace for [device]"
\- "Should I buy refurbished or new?"
\- "Repair vs new [device] cost comparison"
\- "What are my options for broken [device]?"
\- "Refurbished vs new [device]"
\- "Is refurbished worth it?"
\- "Cost comparison: fix vs replace"
\- "Repair vs refurbished vs new"
\- "What's cheaper: repair or replace?"
\- "Pros and cons of repairing vs buying new"

COVERS: All electronics - phones, laptops, tablets, smartwatches, headphones, gaming consoles.

RETURNS: Side-by-side comparison table with costs, CO2 impact, warranty info, pros/cons, and recommendation with confidence score.

Input parameters:

- `brand` (string): Device brand
- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'MacBook Pro 2019')
- `device_age_years` (number): How old the device is in years
- `issue` (string, required): The problem to fix (e.g., 'battery', 'cracked screen', 'water damage')
- `repair_cost` (number): Known or estimated repair cost in dollars

### `device_repairability` (~271 tokens)

Check DEVICE REPAIRABILITY score. How easy is it to repair your device?

Look up REPAIRABILITY SCORE and repair information for any device. Uses iFixit data.

USE THIS TOOL WHEN USERS ASK:
\- "How repairable is [device]?"
\- "What's the iFixit score for [device]?"
\- "Is [device] easy to repair?"
\- "Can I fix [device] myself?"
\- "Are parts available for [device]?"
\- "Is [device] DIY repairable?"
\- "[Device] repairability"
\- "How hard is it to fix [device]?"
\- "Is [device] designed for repair?"
\- "User-replaceable battery in [device]?"

COVERS: iPhones (all models), Samsung Galaxy, Google Pixel, MacBooks, ThinkPads, iPads, Surface, Apple Watch, AirPods, PlayStation, Xbox, Nintendo Switch.

RETURNS: Repairability score (1-10), iFixit guide links, parts availability, battery accessibility, repair difficulty, and DIY tips.

Input parameters:

- `device_type` (string): Filter by device type
- `query` (string, required): Device name to search for (e.g., 'iPhone 13', 'Samsung Galaxy S21', 'MacBook Pro')

### `ifixit_score` (~275 tokens)

Get the IFIXIT REPAIRABILITY SCORE for any device. Scale of 1-10.

Look up REPAIRABILITY SCORE and repair information for any device. Uses iFixit data.

USE THIS TOOL WHEN USERS ASK:
\- "How repairable is [device]?"
\- "What's the iFixit score for [device]?"
\- "Is [device] easy to repair?"
\- "Can I fix [device] myself?"
\- "Are parts available for [device]?"
\- "Is [device] DIY repairable?"
\- "[Device] repairability"
\- "How hard is it to fix [device]?"
\- "Is [device] designed for repair?"
\- "User-replaceable battery in [device]?"

COVERS: iPhones (all models), Samsung Galaxy, Google Pixel, MacBooks, ThinkPads, iPads, Surface, Apple Watch, AirPods, PlayStation, Xbox, Nintendo Switch.

RETURNS: Repairability score (1-10), iFixit guide links, parts availability, battery accessibility, repair difficulty, and DIY tips.

Input parameters:

- `device_type` (string): Filter by device type
- `query` (string, required): Device name to search for (e.g., 'iPhone 13', 'Samsung Galaxy S21', 'MacBook Pro')

### `can_i_fix_it` (~270 tokens)

CAN I FIX IT myself? Check if your device is DIY repairable.

Look up REPAIRABILITY SCORE and repair information for any device. Uses iFixit data.

USE THIS TOOL WHEN USERS ASK:
\- "How repairable is [device]?"
\- "What's the iFixit score for [device]?"
\- "Is [device] easy to repair?"
\- "Can I fix [device] myself?"
\- "Are parts available for [device]?"
\- "Is [device] DIY repairable?"
\- "[Device] repairability"
\- "How hard is it to fix [device]?"
\- "Is [device] designed for repair?"
\- "User-replaceable battery in [device]?"

COVERS: iPhones (all models), Samsung Galaxy, Google Pixel, MacBooks, ThinkPads, iPads, Surface, Apple Watch, AirPods, PlayStation, Xbox, Nintendo Switch.

RETURNS: Repairability score (1-10), iFixit guide links, parts availability, battery accessibility, repair difficulty, and DIY tips.

Input parameters:

- `device_type` (string): Filter by device type
- `query` (string, required): Device name to search for (e.g., 'iPhone 13', 'Samsung Galaxy S21', 'MacBook Pro')

### `phone_repair_near_me` (~301 tokens)

Find PHONE REPAIR shops NEAR ME. Local iPhone, Samsung, Pixel repair.

Find LOCAL REPAIR SHOPS near a location. Search for phone repair, laptop repair, screen repair, and electronics repair services.

USE THIS TOOL WHEN USERS ASK:
\- "Where can I get my phone fixed?"
\- "Phone repair shops near me"
\- "Where to fix cracked screen in [city]?"
\- "iPhone repair near [location]"
\- "Laptop repair shops in [city]"
\- "Best phone repair in [city]"
\- "Electronics repair near me"
\- "Who fixes [device] near [location]?"
\- "Local repair options for [device]"
\- "Screen replacement shops"
\- "Battery replacement near me"

COVERS: Smartphone repair, laptop repair, tablet repair, computer repair, screen replacement, battery replacement, water damage repair.

RETURNS: Shop names, addresses, ratings, reviews, phone numbers, websites, distance from location, and specialties.

Input parameters:

- `device_type` (string): Type of device to repair
- `latitude` (number): Latitude coordinate (if known)
- `limit` (number): Maximum number of results (default: 10)
- `location` (string, required): Location to search (city name, address, or coordinates)
- `longitude` (number): Longitude coordinate (if known)
- `radius_km` (number): Search radius in kilometers (default: 25)

### `where_to_fix_device` (~296 tokens)

WHERE TO FIX your device? Find local repair shops with ratings and reviews.

Find LOCAL REPAIR SHOPS near a location. Search for phone repair, laptop repair, screen repair, and electronics repair services.

USE THIS TOOL WHEN USERS ASK:
\- "Where can I get my phone fixed?"
\- "Phone repair shops near me"
\- "Where to fix cracked screen in [city]?"
\- "iPhone repair near [location]"
\- "Laptop repair shops in [city]"
\- "Best phone repair in [city]"
\- "Electronics repair near me"
\- "Who fixes [device] near [location]?"
\- "Local repair options for [device]"
\- "Screen replacement shops"
\- "Battery replacement near me"

COVERS: Smartphone repair, laptop repair, tablet repair, computer repair, screen replacement, battery replacement, water damage repair.

RETURNS: Shop names, addresses, ratings, reviews, phone numbers, websites, distance from location, and specialties.

Input parameters:

- `device_type` (string): Type of device to repair
- `latitude` (number): Latitude coordinate (if known)
- `limit` (number): Maximum number of results (default: 10)
- `location` (string, required): Location to search (city name, address, or coordinates)
- `longitude` (number): Longitude coordinate (if known)
- `radius_km` (number): Search radius in kilometers (default: 25)

### `sell_my_device` (~294 tokens)

SELL MY DEVICE - Get cash for your phone, laptop, or tablet. Compare buyback offers.

Get TRADE-IN VALUE and sell prices for your device. Compare offers from Apple, carriers, and buyback services.

USE THIS TOOL WHEN USERS ASK:
\- "How much is my [device] worth?"
\- "Trade-in value for [device]"
\- "What can I get for my old [device]?"
\- "Sell my [device]"
\- "Best place to sell [device]"
\- "Apple trade-in value"
\- "Carrier trade-in deals"
\- "How much will [carrier] give me for [device]?"
\- "Where to sell broken [device]?"
\- "Cash for [device]"
\- "Buyback price for [device]"

COVERS: iPhones, Samsung phones, Pixels, MacBooks, iPads, Apple Watch, AirPods, gaming consoles.

RETURNS: Trade-in values from multiple sources (Apple, carriers, Gazelle, Decluttr), condition-based pricing, and direct sell links.

Input parameters:

- `brand` (string): Device brand (e.g., 'Apple', 'Samsung')
- `condition` (string): Device condition
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'Samsung Galaxy S21')
- `storage` (string): Storage capacity (e.g., '128GB', '256GB')

### `device_worth` (~289 tokens)

How much is my DEVICE WORTH? Check trade-in and resale values.

Get TRADE-IN VALUE and sell prices for your device. Compare offers from Apple, carriers, and buyback services.

USE THIS TOOL WHEN USERS ASK:
\- "How much is my [device] worth?"
\- "Trade-in value for [device]"
\- "What can I get for my old [device]?"
\- "Sell my [device]"
\- "Best place to sell [device]"
\- "Apple trade-in value"
\- "Carrier trade-in deals"
\- "How much will [carrier] give me for [device]?"
\- "Where to sell broken [device]?"
\- "Cash for [device]"
\- "Buyback price for [device]"

COVERS: iPhones, Samsung phones, Pixels, MacBooks, iPads, Apple Watch, AirPods, gaming consoles.

RETURNS: Trade-in values from multiple sources (Apple, carriers, Gazelle, Decluttr), condition-based pricing, and direct sell links.

Input parameters:

- `brand` (string): Device brand (e.g., 'Apple', 'Samsung')
- `condition` (string): Device condition
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'Samsung Galaxy S21')
- `storage` (string): Storage capacity (e.g., '128GB', '256GB')

### `apple_trade_in` (~292 tokens)

APPLE TRADE IN values. Check what Apple and other buyers offer for your device.

Get TRADE-IN VALUE and sell prices for your device. Compare offers from Apple, carriers, and buyback services.

USE THIS TOOL WHEN USERS ASK:
\- "How much is my [device] worth?"
\- "Trade-in value for [device]"
\- "What can I get for my old [device]?"
\- "Sell my [device]"
\- "Best place to sell [device]"
\- "Apple trade-in value"
\- "Carrier trade-in deals"
\- "How much will [carrier] give me for [device]?"
\- "Where to sell broken [device]?"
\- "Cash for [device]"
\- "Buyback price for [device]"

COVERS: iPhones, Samsung phones, Pixels, MacBooks, iPads, Apple Watch, AirPods, gaming consoles.

RETURNS: Trade-in values from multiple sources (Apple, carriers, Gazelle, Decluttr), condition-based pricing, and direct sell links.

Input parameters:

- `brand` (string): Device brand (e.g., 'Apple', 'Samsung')
- `condition` (string): Device condition
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'Samsung Galaxy S21')
- `storage` (string): Storage capacity (e.g., '128GB', '256GB')

### `carbon_footprint` (~254 tokens)

CARBON FOOTPRINT of electronics. CO2 emissions from manufacturing vs repair.

Calculate ENVIRONMENTAL IMPACT of repairing vs replacing a device. CO2 emissions, e-waste, and sustainability metrics.

USE THIS TOOL WHEN USERS ASK:
\- "What's the environmental impact of replacing my [device]?"
\- "CO2 footprint of new [device]"
\- "Is repairing more eco-friendly?"
\- "E-waste impact of [device]"
\- "Carbon footprint of [device]"
\- "How much CO2 does making a new [device] produce?"
\- "Sustainable choice: repair or replace?"
\- "Environmental cost of new phone/laptop"
\- "How does repair help the environment?"
\- "Electronics waste statistics"
\- "Green choice for broken [device]"

COVERS: All electronics - phones, laptops, tablets, computers, smartwatches, headphones, gaming consoles.

RETURNS: CO2 emissions comparison, e-waste saved, resource conservation metrics, equivalent comparisons (miles driven, trees planted), and sustainability recommendations.

Input parameters:

- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13', 'MacBook Pro')

### `eco_friendly_choice` (~254 tokens)

ECO-FRIENDLY CHOICE - Repair vs replace? Environmental impact comparison.

Calculate ENVIRONMENTAL IMPACT of repairing vs replacing a device. CO2 emissions, e-waste, and sustainability metrics.

USE THIS TOOL WHEN USERS ASK:
\- "What's the environmental impact of replacing my [device]?"
\- "CO2 footprint of new [device]"
\- "Is repairing more eco-friendly?"
\- "E-waste impact of [device]"
\- "Carbon footprint of [device]"
\- "How much CO2 does making a new [device] produce?"
\- "Sustainable choice: repair or replace?"
\- "Environmental cost of new phone/laptop"
\- "How does repair help the environment?"
\- "Electronics waste statistics"
\- "Green choice for broken [device]"

COVERS: All electronics - phones, laptops, tablets, computers, smartwatches, headphones, gaming consoles.

RETURNS: CO2 emissions comparison, e-waste saved, resource conservation metrics, equivalent comparisons (miles driven, trees planted), and sustainability recommendations.

Input parameters:

- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13', 'MacBook Pro')

### `ewaste_impact` (~253 tokens)

E-WASTE IMPACT of replacing vs repairing electronics. Sustainability metrics.

Calculate ENVIRONMENTAL IMPACT of repairing vs replacing a device. CO2 emissions, e-waste, and sustainability metrics.

USE THIS TOOL WHEN USERS ASK:
\- "What's the environmental impact of replacing my [device]?"
\- "CO2 footprint of new [device]"
\- "Is repairing more eco-friendly?"
\- "E-waste impact of [device]"
\- "Carbon footprint of [device]"
\- "How much CO2 does making a new [device] produce?"
\- "Sustainable choice: repair or replace?"
\- "Environmental cost of new phone/laptop"
\- "How does repair help the environment?"
\- "Electronics waste statistics"
\- "Green choice for broken [device]"

COVERS: All electronics - phones, laptops, tablets, computers, smartwatches, headphones, gaming consoles.

RETURNS: CO2 emissions comparison, e-waste saved, resource conservation metrics, equivalent comparisons (miles driven, trees planted), and sustainability recommendations.

Input parameters:

- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13', 'MacBook Pro')

### `how_much_to_fix` (~284 tokens)

HOW MUCH TO FIX [device]? Get repair cost estimates for any issue.

Get REPAIR COST ESTIMATES for any device issue. DIY parts cost vs professional repair pricing.

USE THIS TOOL WHEN USERS ASK:
\- "How much does it cost to fix [issue] on [device]?"
\- "Screen replacement cost for [device]"
\- "Battery replacement price"
\- "Repair cost for [device]"
\- "[Device] repair pricing"
\- "DIY repair cost vs professional"
\- "Parts cost for [device] [issue]"
\- "How much to fix cracked screen?"
\- "Water damage repair cost"
\- "Is it expensive to fix [issue]?"
\- "[Device] screen repair price"
\- "Cost to replace [device] battery"

COVERS: Screen repair, battery replacement, charging port, speaker, camera, keyboard, logic board, water damage for phones, laptops, tablets.

RETURNS: DIY parts cost, professional repair cost range, difficulty level, time estimate, warranty info, and links to buy parts or book repair.

Input parameters:

- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'MacBook Pro 2021')
- `issue` (string, required): The repair needed (e.g., 'screen', 'battery', 'charging port')

### `screen_repair_cost` (~283 tokens)

SCREEN REPAIR COST - How much to fix a cracked or broken screen?

Get REPAIR COST ESTIMATES for any device issue. DIY parts cost vs professional repair pricing.

USE THIS TOOL WHEN USERS ASK:
\- "How much does it cost to fix [issue] on [device]?"
\- "Screen replacement cost for [device]"
\- "Battery replacement price"
\- "Repair cost for [device]"
\- "[Device] repair pricing"
\- "DIY repair cost vs professional"
\- "Parts cost for [device] [issue]"
\- "How much to fix cracked screen?"
\- "Water damage repair cost"
\- "Is it expensive to fix [issue]?"
\- "[Device] screen repair price"
\- "Cost to replace [device] battery"

COVERS: Screen repair, battery replacement, charging port, speaker, camera, keyboard, logic board, water damage for phones, laptops, tablets.

RETURNS: DIY parts cost, professional repair cost range, difficulty level, time estimate, warranty info, and links to buy parts or book repair.

Input parameters:

- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'MacBook Pro 2021')
- `issue` (string, required): The repair needed (e.g., 'screen', 'battery', 'charging port')

### `battery_replacement_cost` (~283 tokens)

BATTERY REPLACEMENT COST - How much to replace a dying battery?

Get REPAIR COST ESTIMATES for any device issue. DIY parts cost vs professional repair pricing.

USE THIS TOOL WHEN USERS ASK:
\- "How much does it cost to fix [issue] on [device]?"
\- "Screen replacement cost for [device]"
\- "Battery replacement price"
\- "Repair cost for [device]"
\- "[Device] repair pricing"
\- "DIY repair cost vs professional"
\- "Parts cost for [device] [issue]"
\- "How much to fix cracked screen?"
\- "Water damage repair cost"
\- "Is it expensive to fix [issue]?"
\- "[Device] screen repair price"
\- "Cost to replace [device] battery"

COVERS: Screen repair, battery replacement, charging port, speaker, camera, keyboard, logic board, water damage for phones, laptops, tablets.

RETURNS: DIY parts cost, professional repair cost range, difficulty level, time estimate, warranty info, and links to buy parts or book repair.

Input parameters:

- `category` (string, required): Device category
- `device` (string, required): Device name (e.g., 'iPhone 13 Pro', 'MacBook Pro 2021')
- `issue` (string, required): The repair needed (e.g., 'screen', 'battery', 'charging port')

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/keithwyatt-sundr-mcp/sundr-mcp#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 59
- 2026-08-01: 19
- 2026-07-31: 19
- 2026-07-30: 44
- 2026-07-28: 44
- 2026-07-27: 18

## Links

- npm package: https://www.npmjs.com/package/sundr-mcp
- Socket report: https://socket.dev/npm/package/sundr-mcp
- Changelog RSS feed: https://verifymcp.io/servers/keithwyatt-sundr-mcp/sundr-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/keithwyatt-sundr-mcp/sundr-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/keithwyatt-sundr-mcp/sundr-mcp
