INDIVIDUAL MCP TOOL
max_ev_charger
Answer 'what is the BIGGEST EV charger I can install without a panel upgrade?' Inverts the NEC 220.87 existing-load method: from the service size and the measured 12-month peak demand it returns the largest standard EVSE output that fits (the added charger enters the 220.87 service check at 100% of its 220.57 value, so headroom / voltage, floored to a standard rating; the 125% continuous factor sizes only its branch) plus the branch wire/breaker/ground.
LIVE ENDPOINT
https://www.intrysys.com/api/mcp
Connect to this endpoint to inspect the live schema for max_ev_charger 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.intry]
url = "https://www.intrysys.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"intry": {
"type": "http",
"url": "https://www.intrysys.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: intry
Remote MCP URL: https://www.intrysys.com/api/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": {
"intry": {
"url": "https://www.intrysys.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"intry": {
"type": "http",
"url": "https://www.intrysys.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "intry",
"transport": "streamable-http",
"url": "https://www.intrysys.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
voltage_drop— Compute voltage drop for a copper or aluminum branch/feeder run using the NEC K-factor method (VD = 2·K·I·L / CM, K=12.9 Cu / 21.2 Al).wire_size— Size a conductor for a load per NEC 310.16 with temperature correction (310.15(B)(1)), conduit-fill bundling (310.15(C)(1)), the 110.14(C) terminal cap, the 240.4(D) small-conductor limit, and the matching EGC (250.122).ev_charger— Size a Level 2 EV charger circuit per NEC Article 625: conductor and breaker at 125% continuous, EGC, GFCI requirement, receptacle vs hardwire, and a rule-of-thumb panel-capacity check.conduit_fill— Check conduit fill compliance per NEC Chapter 9 (53% one wire, 31% two, 40% three or more; 60% for a nipple ≤24").box_fill— Compute junction/device box fill per NEC 314.16: conductor volume allowances, the device yoke (2×), clamps (1×), grounds (1×), and support fittings.superheat_subcooling— Diagnose refrigerant charge from gauge readings: superheat = suction line temp minus saturation temp at suction pressure; subcooling = saturation temp at liquid pressure minus liquid line temp.mca_mocp— From an HVAC nameplate MCA and MOCP (or from compressor RLA + fan FLA in RLA mode), return the minimum wire size (NEC 310.16, copper and aluminum), the breaker (largest standard 240.6(A) rating not exceeding MOCP per 440.22), the ground (250.122), and voltage drop.line_set— Size the liquid and suction line set for R-454B, R-32, or R-410A by tonnage and length, and return a REUSE / FLUSH & REUSE / REPLACE verdict for an existing R-410A (or R-22) set, with the per-foot charge adjustment.