mcpserver.lol
registry/wiring-diagram-mcp
Connection check verified live · 26h ago

wiring-diagram-mcp

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

Tools 9
GitHub stars
Installs / wk
Licence MIT
Transport streamable-http, stdio
Last checked 26h ago

Tools & capabilities

9 tools

Read from the running server on 26h ago.

calculate_battery_bank systemVoltage*daysOfAutonomysingleBatteryAh*dailyConsumptionWh*singleBatteryVoltage*depthOfDischargePercent
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 requir…
calculate_battery_config targetVoltage*singleBatteryAh*targetCapacityAh*singleBatteryVoltage*
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),…
calculate_charging_time batteryVoltage*chargePowerWatts*batteryCapacityAh*chargeCurrentAmpstargetStateOfChargePercentcurrentStateOfChargePercent*
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…
calculate_inverter_size loads*systemVoltage*
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 include…
calculate_power_budget loads*systemVoltage*
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 ener…
calculate_solar_size peakSunHours*systemEfficiencydailyConsumptionWh*
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, tem…
calculate_wire_gauge powercurrentvoltage*isRoundTripcableLengthM*temperatureCelsius +1
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 siz…
generate_wiring_diagram loadsformatchargersbatteriessystemName*
Generate an electrical wiring diagram for campers, boats, or off-grid setups. Returns a complete schematic with batteries, chargers, protection components, and loads. Protection co…
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…