# VoltPlan Wiring Diagrams MCP server

Generate wiring diagrams and run electrical calculators for campers, boats, and off-grid setups.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-yuzu-hub-wiring-diagram-mcp
- Repository: https://github.com/YUZU-Hub/wiring-diagram-mcp
- Website: https://voltplan.app

## Install
- Command: `npx -y wiring-diagram-mcp`
- Endpoint: https://mcp.voltplan.app/mcp
- Auth: Not captured

## Setup notes
- Package: Npm wiring-diagram-mcp v0.2.1
- Environment variable: VOLTPLAN_API_URL
- Remote endpoint: https://mcp.voltplan.app/mcp

## Tools
- generate_wiring_diagram (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. Endpoint: https://mcp.voltplan.app/mcp
- list_component_types (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. Endpoint: https://mcp.voltplan.app/mcp
- calculate_wire_gauge (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). Endpoint: https://mcp.voltplan.app/mcp
- calculate_power_budget (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. Endpoint: https://mcp.voltplan.app/mcp
- calculate_battery_bank (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. Endpoint: https://mcp.voltplan.app/mcp
- calculate_solar_size (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. Endpoint: https://mcp.voltplan.app/mcp
- calculate_charging_time (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. Endpoint: https://mcp.voltplan.app/mcp
- calculate_inverter_size (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. Endpoint: https://mcp.voltplan.app/mcp
- calculate_battery_config (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. Endpoint: https://mcp.voltplan.app/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.YUZU-Hub
- Version: 0.2.1
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 8, 2026
- Source: https://registry.modelcontextprotocol.io
