General Tools
microgrid-iq.com
Provides microgrid electrical engineering calculations for energy, power, voltage drop, dwelling load, and utility billing.
ENDPOINT 1
https://microgrid-iq.com/mcp
MCP server metadata
- Name
- microgrid-iq-calculator
- Version
- 1.0.0
Use these deterministic calculators only when the caller supplies the required numeric inputs and units. Return assumptions and warnings with results. Do not treat planning estimates as code compliance, professional design, a tariff quote, or financial advice.
Known tools 7
microgrid_iq_energy_useCalculate energy in kWh, Wh, and Btu from constant real power in kW and duration in hours.
Inferred read-onlymicrogrid_iq_ac_powerCalculate real, apparent, and reactive power for a single-phase or balanced three-phase AC system from voltage, current, and power factor.
Inferred read-onlymicrogrid_iq_voltage_dropEstimate voltage drop for a listed copper conductor and identify the first table size meeting a caller-supplied drop limit.
Potential side effectsmicrogrid_iq_dwelling_loadEstimate a 240 V dwelling service load with the implemented traditional demand method.
Inferred read-onlymicrogrid_iq_utility_billCalculate a flat-rate monthly utility bill from caller-supplied energy use, rates, fixed charges, taxes, and optional demand charges.
Inferred read-onlymicrogrid_iq_battery_sizeEstimate minimum usable and nameplate battery energy capacity from a constant critical load, backup duration, depth of discharge, and safety margin.
Inferred read-onlymicrogrid_iq_cash_flowCalculate NPV, IRR, simple payback, and discounted payback from an explicit initial investment, annual cash flows, and discount rate.
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.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.
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.