General Tools
voltplan.app
This MCP server provides tools for designing and calculating electrical wiring diagrams and power systems for campers, boats, and off-grid setups.
ENDPOINT 1
https://mcp.voltplan.app/mcp
MCP server metadata
- Name
- wiring-diagram-mcp
- Version
- 0.2.1
Known tools 9
generate_wiring_diagramGenerate an electrical wiring diagram for campers, boats, or off-grid setups.
Inferred read-onlylist_component_typesList all available component types and example configurations for building wiring diagrams.
Inferred read-onlycalculate_wire_gaugeCalculate the recommended wire gauge / cable cross-section for a DC circuit.
Inferred read-onlycalculate_power_budgetCalculate total daily energy consumption from a list of electrical loads.
Inferred read-onlycalculate_battery_bankCalculate the recommended battery bank size based on daily energy consumption.
Inferred read-onlycalculate_solar_sizeCalculate the required solar panel wattage to cover daily energy consumption.
Inferred read-onlycalculate_charging_timeEstimate how long it takes to charge a battery bank from a given state of charge to a target level.
Potential side effectscalculate_inverter_sizeCalculate the recommended inverter size for running AC loads from a DC battery system.
Inferred read-onlycalculate_battery_configDetermine how to arrange batteries in series and/or parallel to achieve a target voltage and capacity.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.wiring-diagram-mcp]
url = "https://mcp.voltplan.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wiring-diagram-mcp": {
"type": "http",
"url": "https://mcp.voltplan.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wiring-diagram-mcp
Remote MCP URL: https://mcp.voltplan.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"wiring-diagram-mcp": {
"url": "https://mcp.voltplan.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wiring-diagram-mcp": {
"type": "http",
"url": "https://mcp.voltplan.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wiring-diagram-mcp",
"transport": "streamable-http",
"url": "https://mcp.voltplan.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.