INDIVIDUAL MCP TOOL
microgrid_iq_dwelling_load
Estimate a 240 V dwelling service load with the implemented traditional demand method.
LIVE ENDPOINT
https://microgrid-iq.com/mcp
Connect to this endpoint to inspect the live schema for microgrid_iq_dwelling_load and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.microgrid-iq-calculator]
url = "https://microgrid-iq.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"microgrid-iq-calculator": {
"type": "http",
"url": "https://microgrid-iq.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: microgrid-iq-calculator
Remote MCP URL: https://microgrid-iq.com/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": {
"microgrid-iq-calculator": {
"url": "https://microgrid-iq.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"microgrid-iq-calculator": {
"type": "http",
"url": "https://microgrid-iq.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "microgrid-iq-calculator",
"transport": "streamable-http",
"url": "https://microgrid-iq.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
microgrid_iq_energy_use— Calculate energy in kWh, Wh, and Btu from constant real power in kW and duration in hours.microgrid_iq_ac_power— Calculate real, apparent, and reactive power for a single-phase or balanced three-phase AC system from voltage, current, and power factor.microgrid_iq_voltage_drop— Estimate voltage drop for a listed copper conductor and identify the first table size meeting a caller-supplied drop limit.microgrid_iq_utility_bill— Calculate a flat-rate monthly utility bill from caller-supplied energy use, rates, fixed charges, taxes, and optional demand charges.microgrid_iq_battery_size— Estimate minimum usable and nameplate battery energy capacity from a constant critical load, backup duration, depth of discharge, and safety margin.microgrid_iq_cash_flow— Calculate NPV, IRR, simple payback, and discounted payback from an explicit initial investment, annual cash flows, and discount rate.