← Registry

General Tools

microgrid-iq.com

Provides microgrid electrical engineering calculations for energy, power, voltage drop, dwelling load, and utility billing.

1 endpoint7 known toolsFirst detected August 9, 2026Last detected August 9, 2026

ENDPOINT 1

https://microgrid-iq.com/mcp

No auth detected

MCP server metadata

Name
microgrid-iq-calculator
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_use

Calculate energy in kWh, Wh, and Btu from constant real power in kW and duration in hours.

Inferred read-only
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.

Inferred read-only
microgrid_iq_voltage_drop

Estimate voltage drop for a listed copper conductor and identify the first table size meeting a caller-supplied drop limit.

Potential side effects
microgrid_iq_dwelling_load

Estimate a 240 V dwelling service load with the implemented traditional demand method.

Inferred read-only
microgrid_iq_utility_bill

Calculate a flat-rate monthly utility bill from caller-supplied energy use, rates, fixed charges, taxes, and optional demand charges.

Inferred read-only
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.

Inferred read-only
microgrid_iq_cash_flow

Calculate NPV, IRR, simple payback, and discounted payback from an explicit initial investment, annual cash flows, and discount rate.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.