# VoltPlan Wiring Diagrams (npm · wiring-diagram-mcp)

Generate 12V/24V/48V wiring diagrams and size wires, fuses, batteries, solar, and inverters.

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

## Components

- remote · `mcp.voltplan.app`: 66/100, [markdown](https://verifymcp.io/servers/yuzu-hub-wiring-diagram-mcp/mcp.md), [page](https://verifymcp.io/servers/yuzu-hub-wiring-diagram-mcp/mcp)
- npm · `wiring-diagram-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/yuzu-hub-wiring-diagram-mcp/wiring-diagram-mcp.md), [page](https://verifymcp.io/servers/yuzu-hub-wiring-diagram-mcp/wiring-diagram-mcp)

## Channel facts

- Registry: `npm`
- Package: `wiring-diagram-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**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 96), 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 (95 of 96), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 55 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1411 tokens (~156/item across 9 items; 9 tools + 0 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 yuzu-hub-wiring-diagram-mcp -- npx -y wiring-diagram-mcp
```

### Codex

```bash
codex mcp add yuzu-hub-wiring-diagram-mcp -- npx -y wiring-diagram-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add yuzu-hub-wiring-diagram-mcp --command npx --arg -y --arg wiring-diagram-mcp
```

### Hermes

```yaml
mcp_servers:
  yuzu-hub-wiring-diagram-mcp:
    command: "npx"
    args: ["-y", "wiring-diagram-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "yuzu-hub-wiring-diagram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wiring-diagram-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 68, +4)

- [functional improvement] Stability: unverified → 0.27

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

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 24, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 19, +13)

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

### 2026-07-30 (score 6, −38)

- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

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

First indexed and scored.

## MCP tools (9)

### `generate_wiring_diagram` (~153 tokens)

Generate Wiring Diagram

Generate an electrical wiring diagram for campers, boats, or off-grid setups. Returns a complete schematic with batteries, chargers, protection components, and loads. Protection components (shunt, main switch, low-voltage cutoff) are auto-generated when both batteries and loads are provided.

Input parameters:

- `batteries` (array): Batteries in the system
- `chargers` (array): Chargers with their power sources
- `format` (string): Output format: svg (recommended, renders inline) or png (base64-encoded image, may not display in all clients)
- `loads` (array): Electrical loads / consumers
- `systemName` (string, required): Name of the electrical system (e.g. "My Camper Van")

### `list_component_types` (~38 tokens)

List Component Types

List all available component types and example configurations for building wiring diagrams. Use this to understand what parameters are needed before calling generate_wiring_diagram.

### `calculate_wire_gauge` (~238 tokens)

Cable Cross-Section & Resistance Calculator

Calculate the recommended wire gauge / cable cross-section for a DC circuit. Considers both ampacity (current carrying capacity) and voltage drop to recommend the optimal cable size. Also returns total resistance, power loss, and a fuse recommendation. Supports copper conductors from 0.75 mm² (18 AWG) to 240 mm² (300 MCM).

Input parameters:

- `cableLengthM` (number, required): One-way cable length in meters
- `current` (number): Load current in amps. Provide either current or power.
- `isRoundTrip` (boolean): Account for both positive and negative conductor (default: true). Set to false for chassis-ground returns.
- `maxVoltageDropPercent` (number): Maximum acceptable voltage drop in percent (default: 3%)
- `power` (number): Load power in watts. Will be converted to current using the voltage. Provide either current or power.
- `temperatureCelsius` (number): Ambient temperature in °C (default: 20°C). Affects copper resistance.
- `voltage` (number, required): System voltage in volts (e.g. 12, 24, 48)

### `calculate_power_budget` (~111 tokens)

Power Budget / Energy Audit

Calculate total daily energy consumption from a list of electrical loads. Each load specifies its power draw, how many hours per day it runs, and quantity. Returns total daily energy (Wh and Ah), peak power draw, and average power. This is typically the first step in sizing a battery bank and solar system.

Input parameters:

- `loads` (array, required): List of electrical loads to include in the budget
- `systemVoltage` (number, required): System voltage in volts (e.g. 12, 24, 48)

### `calculate_battery_bank` (~222 tokens)

Battery Bank Sizing Calculator

Calculate the recommended battery bank size based on daily energy consumption. Accounts for days of autonomy (how many days without charging) and depth of discharge. Returns required capacity, number of batteries, and wiring configuration.

Input parameters:

- `dailyConsumptionWh` (number, required): Daily energy consumption in watt-hours (from calculate_power_budget)
- `daysOfAutonomy` (number): Days the system should run without any charging (default: 2)
- `depthOfDischargePercent` (number): Usable percentage of battery capacity. LiFePO4: 80-90%, AGM: 50%, Gel: 50% (default: 80)
- `singleBatteryAh` (number, required): Capacity of a single battery in amp-hours (e.g. 100, 200)
- `singleBatteryVoltage` (number, required): Voltage of a single battery (e.g. 12.8 for LiFePO4, 12 for lead-acid)
- `systemVoltage` (number, required): Target system voltage in volts (e.g. 12, 24, 48)

### `calculate_solar_size` (~164 tokens)

Solar Panel Sizing Calculator

Calculate the required solar panel wattage to cover daily energy consumption. Accounts for peak sun hours at the location and system efficiency losses (MPPT conversion, wiring, temperature derating). Returns required wattage and common panel configurations.

Input parameters:

- `dailyConsumptionWh` (number, required): Daily energy consumption in watt-hours (from calculate_power_budget)
- `peakSunHours` (number, required): Average daily peak sun hours for the location. Examples: Northern Europe winter 1-2h, summer 4-6h. Southern US 5-6h. Equatorial regions 5-7h.
- `systemEfficiency` (number): Overall system efficiency factor (default: 0.85). Accounts for MPPT losses, wiring losses, temperature derating, and panel soiling.

### `calculate_charging_time` (~218 tokens)

Charging Time Calculator

Estimate how long it takes to charge a battery bank from a given state of charge to a target level. Accounts for the bulk charging phase (constant current, up to ~80% SoC) and the slower absorption phase (tapering current, 80-100% SoC). Works for any charging source: solar, shore power, alternator.

Input parameters:

- `batteryCapacityAh` (number, required): Total battery bank capacity in amp-hours
- `batteryVoltage` (number, required): Battery bank voltage (e.g. 12, 24, 48)
- `chargeCurrentAmps` (number): Maximum charge current in amps (if limited by the charger or battery BMS). If omitted, calculated from power and voltage.
- `chargePowerWatts` (number, required): Charger output power in watts
- `currentStateOfChargePercent` (number, required): Current state of charge in percent (e.g. 20 for 20%)
- `targetStateOfChargePercent` (number): Target state of charge in percent (default: 100)

### `calculate_inverter_size` (~112 tokens)

Inverter Sizing Calculator

Calculate the recommended inverter size for running AC loads from a DC battery system. Accounts for continuous power, startup surge power (motors typically surge 2-3x), and includes a 25% headroom for the continuous rating. Returns the recommended inverter wattage and the DC current draw at system voltage.

Input parameters:

- `loads` (array, required): List of AC loads that will run through the inverter
- `systemVoltage` (number, required): DC system voltage (e.g. 12, 24, 48)

### `calculate_battery_config` (~155 tokens)

Battery Configuration Calculator

Determine how to arrange batteries in series and/or parallel to achieve a target voltage and capacity. Returns the number of batteries needed, the wiring configuration (e.g. 2S3P), and step-by-step wiring instructions.

Input parameters:

- `singleBatteryAh` (number, required): Capacity of one battery in amp-hours
- `singleBatteryVoltage` (number, required): Nominal voltage of one battery (e.g. 12.8 for LiFePO4, 12 for lead-acid, 3.2 for LiFePO4 cells)
- `targetCapacityAh` (number, required): Desired total capacity in amp-hours
- `targetVoltage` (number, required): Desired system voltage (e.g. 12, 24, 48)

## Diagnostics

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

## Score history

- 2026-08-03: 68
- 2026-08-02: 64
- 2026-08-01: 24
- 2026-07-31: 19
- 2026-07-30: 6
- 2026-07-28: 44
- 2026-07-27: 44

## Links

- npm package: https://www.npmjs.com/package/wiring-diagram-mcp
- Socket report: https://socket.dev/npm/package/wiring-diagram-mcp
- Repository: https://github.com/YUZU-Hub/wiring-diagram-mcp
- Website: https://voltplan.app/
- Changelog RSS feed: https://verifymcp.io/servers/yuzu-hub-wiring-diagram-mcp/wiring-diagram-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/yuzu-hub-wiring-diagram-mcp/wiring-diagram-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/yuzu-hub-wiring-diagram-mcp/wiring-diagram-mcp
