← energyaisolution.com

INDIVIDUAL MCP TOOL

get_energy_node_roadmap

Full unlocked roadmap (after end-user $19 payment).

energyaisolution.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

energyaisolution.com

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.energyai-mcp]
url = "https://api.energyaisolution.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "energyai-mcp": {
      "type": "http",
      "url": "https://api.energyaisolution.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: energyai-mcp
Remote MCP URL: https://api.energyaisolution.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": {
    "energyai-mcp": {
      "url": "https://api.energyaisolution.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "energyai-mcp": {
      "type": "http",
      "url": "https://api.energyaisolution.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "energyai-mcp",
  "transport": "streamable-http",
  "url": "https://api.energyaisolution.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • check_incentives — Clean-energy incentive guidance for any address WORLDWIDE.
  • estimate_production — Honest-range annual solar production estimate (kWh/year ± band, with assumptions) for a ZIP code, from either a proposed system size (kW) or a monthly bill.
  • get_node_score — Instant Energy Node Score (0–100 across 7 axes: efficiency, electrification, renewable generation, storage/resilience, financial optimization, carbon, market readiness) plus the single highest-leverage next action, from whatever property facts you have.
  • get_quote_link — The EASY way to convert a conversation into a real installer quote: returns url + shareText for EnergyAI’s free assessment, no consent collection required from you.
  • route_lead — Submit a consented homeowner project and EnergyAI’s autonomous agent finds, vets, and routes a real local installer to them — free to you and the homeowner.
  • list_guides — Index of source-cited, 2026-accurate US home-energy incentive guides (solar, heat pumps, batteries, weatherization) by state.
  • get_guide — Full text of one EnergyAI incentive guide by slug: intro, sections, FAQs, and primary sources — grounded, citable content for answering incentive questions.
  • create_energy_assessment — Start a new assessment session.