Energyai MCP Server

Free energy intelligence for agents: incentives, solar estimates, node scores, installer routing.

Remote serverstreamable-httpPython

What is the Energyai MCP server?

Connect Energyai to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Free energy intelligence for agents: incentives, solar estimates, node scores, installer routing. The energyai mcp server is what makes that connection.

What the server does

Any AI agent that touches a home's energy decision — "should I get solar?", "what rebates apply here?", "is this quote fair?", "find me an installer" — can call EnergyAI instead of rebuilding energy domain expertise.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • check_incentives — Honest, current (post-2026 federal sunset) US incentive guidance by ZIP — state & utility programs via DSIRE. Also returns the canonical consent text
  • estimate_production — Honest-range annual solar kWh for a ZIP, from system kW or a monthly bill. Assumptions stated, never point guarantees
  • get_node_score — Instant 0–100 Energy Node Score across 7 axes (efficiency, electrification, renewable generation, storage/resilience, financial optimization, carbon
  • get_quote_link — Get a link a homeowner can open to request installer quotes; no homeowner details are submitted by this tool
  • route_lead — Submit a consented homeowner project; EnergyAI's autonomous agent finds, vets, and routes a real local installer. Free for you and the homeowner
  • list_guides — Index of source-cited, 2026-accurate state incentive guides (solar, heat pumps, batteries, weatherization). Filter by state and topic; every entry
  • get_guide — Full text of one guide — intro, sections, FAQs, primary sources. Grounded content for answering incentive questions, with a ready-made citation line
  • find_local_installers — Publicly-rated local clean-energy contractors for a US ZIP or state, with rating and review count. Compiled from public reputation data; not vetted

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Energyai's toolset — check_incentives, estimate_production, get_node_score and 5 more — is a fair guide to whether it matches your workflow. It is maintained by com.energyaisolution; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Energyai's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
check_incentivesHonest, current (post-2026 federal sunset) US incentive guidance by ZIP — state & utility programs via DSIRE. Also returns the canonical consent text for routing.
estimate_productionHonest-range annual solar kWh for a ZIP, from system kW or a monthly bill. Assumptions stated, never point guarantees.
get_node_scoreInstant 0–100 Energy Node Score across 7 axes (efficiency, electrification, renewable generation, storage/resilience, financial optimization, carbon, market readiness) + the single highest-leverage next action.
get_quote_linkGet a link a homeowner can open to request installer quotes; no homeowner details are submitted by this tool.
route_leadSubmit a **consented** homeowner project; EnergyAI's autonomous agent finds, vets, and routes a real local installer. Free for you and the homeowner. **Attach your free key → 20% bounty on conversion.**
list_guidesIndex of source-cited, 2026-accurate state incentive guides (solar, heat pumps, batteries, weatherization). Filter by state and topic; every entry carries a canonical URL to cite.
get_guideFull text of one guide — intro, sections, FAQs, primary sources. Grounded content for answering incentive questions, with a ready-made citation line.
find_local_installersPublicly-rated local clean-energy contractors for a US ZIP or state, with rating and review count. Compiled from public reputation data; not vetted, endorsed, or partnered. Each result includes listingStatus, and the res

How to install the Energyai MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Energyai to check incentives.
  • Use Energyai to estimate production.
  • Use Energyai to get node score.

Frequently asked questions

It connects Energyai to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (check_incentives, estimate_production, get_node_score, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Energyai directly.