{
  "name": "voltplan",
  "displayName": "VoltPlan Wiring Diagram MCP",
  "description": "Model Context Protocol server for VoltPlan. Lets AI assistants generate 12V/24V/48V wiring diagrams, size wires and fuses, calculate battery banks, inverters, solar arrays, and charging times for campers, boats, and off-grid systems.",
  "vendor": {
    "name": "VoltPlan",
    "url": "https://voltplan.app"
  },
  "homepage": "https://voltplan.app",
  "documentation": "https://github.com/YUZU-Hub/wiring-diagram-mcp",
  "repository": "https://github.com/YUZU-Hub/wiring-diagram-mcp",
  "license": "MIT",
  "transport": "stdio",
  "install": {
    "npx": "npx -y @voltplan/wiring-diagram-mcp",
    "claudeDesktop": {
      "mcpServers": {
        "voltplan": {
          "command": "npx",
          "args": ["-y", "@voltplan/wiring-diagram-mcp"]
        }
      }
    }
  },
  "capabilities": {
    "tools": [
      {
        "name": "generate_wiring_diagram",
        "description": "Generate a complete 12V/24V/48V wiring diagram from a list of components (batteries, loads, chargers, solar panels, inverters). Returns PNG or SVG."
      },
      {
        "name": "calculate_wire_gauge",
        "description": "Calculate the correct wire gauge (AWG and mm²), voltage drop, and fuse size for a DC circuit given voltage, current, and cable length."
      },
      {
        "name": "calculate_battery_bank",
        "description": "Size a battery bank for a given daily energy demand, days of autonomy, and depth of discharge."
      },
      {
        "name": "calculate_battery_config",
        "description": "Work out a series/parallel configuration of individual cells or batteries for a target system voltage and capacity."
      },
      {
        "name": "calculate_charging_time",
        "description": "Estimate battery charging time from a given charger or solar array."
      },
      {
        "name": "calculate_inverter_size",
        "description": "Recommend an inverter size based on AC load profile, surge requirements, and system voltage."
      },
      {
        "name": "calculate_power_budget",
        "description": "Build a 24h power budget from loads to size batteries, solar, and wiring."
      },
      {
        "name": "calculate_solar_size",
        "description": "Size a solar array based on daily energy needs, location / sun hours, and system voltage."
      },
      {
        "name": "list_component_types",
        "description": "List the component types VoltPlan knows about (batteries, chargers, loads, inverters, panels, etc.)."
      }
    ]
  },
  "keywords": [
    "12v",
    "24v",
    "48v",
    "wiring diagram",
    "camper",
    "rv",
    "boat",
    "marine",
    "off-grid",
    "solar",
    "battery",
    "inverter",
    "fuse sizing",
    "wire gauge",
    "awg",
    "voltage drop"
  ]
}
