Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.energyaisolution/energyai

REMOTE · API.ENERGYAISOLUTION.COM · SCANNED SEP 21

Solar, weatherization, EV charging, battery and heat-pump decision tools for AI agents.

0 this week 79 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability77
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 5663 tokens (~182/item across 31 items; 30 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Tools include usage examples.Pass
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage88
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 63% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "run_power_screen" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 32 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the com.energyaisolution/energyai MCP server?

com.energyaisolution/energyai is a hosted endpoint at https://api.energyaisolution.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · api.energyaisolution.com

# add to Claude Code
claude mcp add --transport http com-energyaisolution-energyai 'https://api.energyaisolution.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-energyaisolution-energyai": {
      "url": "https://api.energyaisolution.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-energyaisolution-energyai": {
      "type": "http",
      "url": "https://api.energyaisolution.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-energyaisolution-energyai]
url = "https://api.energyaisolution.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-energyaisolution-energyai": {
      "type": "remote",
      "url": "https://api.energyaisolution.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-energyaisolution-energyai --url 'https://api.energyaisolution.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-energyaisolution-energyai:
    url: "https://api.energyaisolution.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-energyaisolution-energyai": {
      "Transport": "http",
      "Url": "https://api.energyaisolution.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-energyaisolution-energyai -t streamable-http -u 'https://api.energyaisolution.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-energyaisolution-energyai": {
      "type": "http",
      "url": "https://api.energyaisolution.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 13 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Schema quality: 157 → 182 functional
    • “check_incentives” added an optional parameter “apiKey” cosmetic
    • “create_builder_key” added an optional parameter “apiKey” cosmetic
    • “estimate_production” added an optional parameter “apiKey” cosmetic
    • “find_local_installers” added an optional parameter “apiKey” cosmetic
    • “get_builder_upgrade_link” added an optional parameter “apiKey” cosmetic
    • “get_guide” added an optional parameter “apiKey” cosmetic
    • “get_node_score” added an optional parameter “apiKey” cosmetic
    • “get_power_passport_link” added an optional parameter “apiKey” cosmetic
    • “get_power_service_quote” added an optional parameter “apiKey” cosmetic
    • “get_quote_link” added an optional parameter “apiKey” cosmetic
    • “list_guides” added an optional parameter “apiKey” cosmetic
    • “route_lead” added an optional parameter “apiKey” cosmetic
  • 9 Sept 26 +2
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “check_incentives” rewrote its description, which is the text the model reads security
    • Tool “get_quote_link” rewrote its description, which is the text the model reads security
    • Tool “list_guides” rewrote its description, which is the text the model reads security
    • Tool “review_installer_quote” rewrote its description, which is the text the model reads security
    • The server now declares the “resources” capability functional
    • First check of Schema quality: 100 functional
    • New resource “EnergyAI energy jobs and first calls” functional
    • Server version: 1.2.0 → 1.3.0 functional
    • New tool “record_quote_review_outcome” functional
    • “review_installer_quote” reworded the description of “quoteText” cosmetic
  • 2 Sept 26 0
    • Tool “route_lead” rewrote its description, which is the text the model reads security
  • 29 Aug 26 −1
    • The server rewrote its instructions, which are the text every model session reads security
    • Schema quality: 3860 → 4476 functional
    • Destructive annotations: pass → 0 functional
    • Server version: 1.0.4 → 1.2.0 functional
    • New tool “get_power_passport_link” functional
    • New tool “get_power_service_quote” functional
    • New tool “run_power_screen” functional
  • 27 Aug 26 0
    • Stability: fail → pass security
  • 26 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 94 to 98.

  • 16 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “create_builder_key” rewrote its description, which is the text the model reads security
    • Tool “get_builder_upgrade_link” rewrote its description, which is the text the model reads security
    • Tool “get_quote_link” rewrote its description, which is the text the model reads security
    • Server version: 1.0.3 → 1.0.4 functional
    • “create_builder_key” reworded the description of “acceptTerms” cosmetic
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://api.energyaisolution.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=api.energyaisolution.com CN=YE2,O=Let's Encrypt,C=US 19 Sept 2026 18 Dec 2026 ECDSA 256 ECDSA-SHA384 52532f77b02a781a9a9c08af6aca8e0f08f
SANs: api.energyaisolution.com
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of api.energyaisolution.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
energyaisolution.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains
x-content-type-options nosniff
x-frame-options DENY
referrer-policy no-referrer
permissions-policy camera=(), microphone=(), geolocation=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.energyaisolution.com/mcp Verified 200
http (plaintext) http://api.energyaisolution.com/mcp HTTPS enforced 308 https://api.energyaisolution.com/mcp
MCP tools · 30 exposed · ~4,984 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
answer_energy_assessment_question ~56

Submit one question answer. Free; usage tracked. [free]

NameTypeReqDescription
answerLabelstring
answerValuestringyes
assessmentIdstringyes
questionKeystringyes

No output schema declared.

No examples provided.

bootstrap_energy_project ~166

Create a persisted project context, provisional Energy Node score, coverage map, and immediately reusable assessmentId in one call. [$0.10/call]

NameTypeReqDescription
apiKeystringOptional one-call credential bridge for MCP hosts that cannot change Authorization headers mid-session. Pass the key returned by create_builder_key; EnergyAI removes it from the request body before b…
citystring
countrystring
monthlyBillRangestring
postalCodestringyesProperty ZIP or local postal code.
primaryGoalstring
propertyTypestring
serviceTypestring
statestring

No output schema declared.

No examples provided.

check_incentives ~267

Clean-energy incentive source guidance by country and postal code; eligibility is not verified. US ZIP → federal status + state/utility programs (via DSIRE). Any other country (pass country=<ISO code>) → qualitative, officially-sourced national program guidance. Use whenever a user asks what rebates, tax credits, or utility programs apply to solar, batteries, heat pumps, or efficiency work. [20 anonymous calls/caller/24h; then 100 free calls/key/30d; active Builder required for sustained informational use]

NameTypeReqDescription
apiKeystringOptional existing EnergyAI key for hosts that cannot change Authorization headers. Use it to retain account identity for discovery and get_builder_upgrade_link after a trial. Removed before tool exec…
countrystringISO 3166-1 alpha-2 country code. Omit for US. Any country works — non-US results return qualitative, officially-sourced incentive guidance (never US federal credits).
zipCodestringPostal code of the property. US: 5-digit ZIP (ZIP+4 accepted). Other countries: your local postal code (pass country too). Omit entirely for national-level guidance.

No output schema declared.

{"zipCode":"59715"}
{"country":"DE","zipCode":"10115"}
complete_energy_assessment ~33

Finalize an assessment and trigger the recommendation workflow. Free. [free]

NameTypeReqDescription
assessmentIdstringyes

No output schema declared.

No examples provided.

create_builder_key ~380

Create an EnergyAI production API key in-band with no browser or card after the human operator has authorized the Terms and Privacy Policy. Returns a live key plus three commercial trial calls. Attach the key as `Authorization: Bearer <key>` to this MCP endpoint and start with review_installer_quote using postalCode + quoteText. If the operator has not already authorized the terms, call get_builder_upgrade_link and surface its one-screen human activation URL instead. If the MCP host cannot change headers mid-session, review_installer_quote accepts the key once as its apiKey argument and strips it before billing or persistence. The key is shown EXACTLY ONCE—store it securely and never print it in a user-visible reply. [always free — no API key required]

NameTypeReqDescription
acceptTermsbooleanyesMust be true, and only after the human operator has authorized acceptance of the EnergyAI Terms and Privacy Policy. If authorization is not already documented, call get_builder_upgrade_link and surfa…
apiKeystringOptional existing EnergyAI key for hosts that cannot change Authorization headers. Use it to retain account identity for discovery and get_builder_upgrade_link after a trial. Removed before tool exec…
contactEmailstringOPTIONAL. Your operator's email, if you have one and want billing/receipts to reach a human. Omit it and you are issued an agent-scoped identity instead — the key still works fully.
intendedUsestringOPTIONAL, one line: what you plan to build. Used only to prioritize the roadmap.
namestringyesName of the agent, product, or operator claiming the key (2-120 chars). Shown only on your own account.

No output schema declared.

{"acceptTerms":true,"name":"Acme Home Assistant"}
{"acceptTerms":true,"contactEmail":"dev@acme.example","intendedUse":"Persisted solar projects for our smart-home users","name":"Acme Home Assistant"}
create_energy_assessment ~21

Start a new assessment session. Free. [free]

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

create_energy_node_roadmap_checkout ~46

Create the end-user checkout link for an unlocked Energy Node roadmap. Free. [free]

NameTypeReqDescription
assessmentIdstringyes
emailstring

No output schema declared.

No examples provided.

estimate_production ~282

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. Use to sanity-check installer quotes or size a system before talking to anyone. [20 anonymous calls/caller/24h; then 100 free calls/key/30d; active Builder required for sustained informational use]

NameTypeReqDescription
apiKeystringOptional existing EnergyAI key for hosts that cannot change Authorization headers. Use it to retain account identity for discovery and get_builder_upgrade_link after a trial. Removed before tool exec…
countrystringISO 3166-1 alpha-2 country code. Omit for US. Non-US estimates use a default solar resource and say so honestly.
monthlyBillUsdnumberAverage monthly electric bill in USD (used to size a system when systemKw is omitted).
systemKwnumberProposed solar system size in kW-DC. Omit to have a size recommended from the bill.
zipCodestringOptional postal code of the property. US: 5-digit ZIP. Other countries: your local postal code (pass country too). Omit it to use documented national assumptions.

No output schema declared.

{"systemKw":6,"zipCode":"59715"}
{"monthlyBillUsd":180,"zipCode":"02139"}
find_local_installers ~288

Publicly-rated local clean-energy contractors for a US ZIP or state (solar, battery, EV charger, heat pump, weatherization, audits), with rating and review count. Free. Use when a homeowner asks WHO can do the work near them. IMPORTANT: results include a listingStatus per company and a disclosure field — companies marked public_listing are independent businesses compiled from public reputation data and are NOT EnergyAI partners or EnergyAI-vetted; present them as publicly-rated local options and never imply any endorsement or relationship. Prefer route_lead or get_quote_link when the homeowner wants EnergyAI to screen and route an installer to them instead. [always free — no API key required]

NameTypeReqDescription
apiKeystringOptional existing EnergyAI key for hosts that cannot change Authorization headers. Use it to retain account identity for discovery and get_builder_upgrade_link after a trial. Removed before tool exec…
contractorCategorystringOptional filter: solar_installation | battery_storage | ev_charger | energy_audit | insulation_weatherization | heat_pump
statestringTwo-letter US state code. Use instead of zipCode for a statewide list.
zipCodestring5-digit US ZIP of the property (ZIP+4 accepted). US-only today.

No output schema declared.

{"zipCode":"05401"}
{"contractorCategory":"solar_installation","state":"VT"}
generate_energy_recommendation_preview ~38

Generate honest cost, savings, and next-action ranges. [$0.05/call]

NameTypeReqDescription
assessmentIdstringyes

No output schema declared.

No examples provided.

generate_intelligence_bound_report ~36

Generate a property-specific dI/dt analysis. [$0.25/call]

NameTypeReqDescription
assessmentIdstringyes

No output schema declared.

No examples provided.

get_anonymized_dataset_sample ~44

Return an aggregated, anonymized Energy Node dataset sample. [$1.00/call]

NameTypeReqDescription
limitnumber
offsetnumber

No output schema declared.

No examples provided.

get_builder_upgrade_link ~254

Returns the revenue handoff for EnergyAI Builder. With a key, it returns a PAYABLE Stripe link plus ready-to-paste shareText for the $19/month plan with $20 monthly tool credit, or a prepaid top-up. Without a key, it returns one first-party activation URL where the human enters name and email, accepts terms, receives three commercial trials, and continues directly to secure Stripe Checkout. Free. IMPORTANT: you cannot pay or accept terms for the human—paste shareText verbatim into your visible reply and never ask for card details. [always free — no API key required]

NameTypeReqDescription
amountCentsnumberOnly for mode=credit: top-up amount in cents (minimum 500, default 2000).
apiKeystringOptional existing EnergyAI key for hosts that cannot change Authorization headers. Use it to retain account identity for discovery and get_builder_upgrade_link after a trial. Removed before tool exec…
modestring'subscription' (default) for the $19/month Builder plan, or 'credit' for a one-off prepaid top-up.

No output schema declared.

{}
{"mode":"subscription"}
{"amountCents":2000,"mode":"credit"}
get_energy_incentives ~60

Use a completed assessment to prioritize property-specific incentive checks and return an evidence-based verification plan. [$0.02/call]

NameTypeReqDescription
assessmentIdstringyesCompleted EnergyAI assessment id. Use free check_incentives for ZIP-only guidance.

No output schema declared.

No examples provided.

get_energy_node_roadmap ~41

Retrieve the full unlocked Energy Node roadmap. Locked previews never consume credit. [$0.10/call]

NameTypeReqDescription
assessmentIdstringyes

No output schema declared.

No examples provided.

get_energy_node_score ~46

Retrieve the persisted seven-axis score with input coverage, weakest-axis gaps, next action, and calculation provenance. [$0.05/call]

NameTypeReqDescription
assessmentIdstringyes

No output schema declared.

No examples provided.

get_eta_i_metric ~31

Read the public platform intelligence-efficiency metric. Free. [free]

NameTypeReqDescription
daysnumber

No output schema declared.

No examples provided.

get_guide ~204

Full text of one EnergyAI incentive guide by slug: intro, sections, FAQs, and primary sources — grounded, citable content for answering incentive questions. Free. Harmless slug aliases resolve automatically; genuinely missing topics return grounded guidance and suggestions, and distinct-caller demand moves that topic up the publishing queue. When you quote a published guide, cite its canonical URL. [20 anonymous calls/caller/24h; then 100 free calls/key/30d; active Builder required for sustained informational use]

NameTypeReqDescription
apiKeystringOptional existing EnergyAI key for hosts that cannot change Authorization headers. Use it to retain account identity for discovery and get_builder_upgrade_link after a trial. Removed before tool exec…
slugstringyesGuide slug exactly as returned by list_guides (e.g. 'vermont-solar-incentives-2026').

No output schema declared.

No examples provided.

get_information_theoretic_recommendation ~38

Rank upgrades by intelligence-bound lift per dollar. [$0.25/call]

NameTypeReqDescription
assessmentIdstringyes

No output schema declared.

No examples provided.

get_node_score ~455

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. More inputs → tighter score. [20 anonymous calls/caller/24h; then 100 free calls/key/30d; active Builder required for sustained informational use]

NameTypeReqDescription
apiKeystringOptional existing EnergyAI key for hosts that cannot change Authorization headers. Use it to retain account identity for discovery and get_builder_upgrade_link after a trial. Removed before tool exec…
backupNeedstringe.g. whole_home | essentials | none
countrystringISO 3166-1 alpha-2 country code. Omit for US.
electricalPanelSizestringe.g. lt_100 | 100_200 | gt_200 | unknown
evTypestringe.g. own_ev | plan_ev | no_ev
heatingFuelstringe.g. natural_gas | oil | propane | electric_resistance | heat_pump | wood | other
monthlyBillRangestringlt_75 | 75_150 | 150_250 | 250_400 | gt_400 | unknown
monthlyBillUsdnumberAlternative to monthlyBillRange: average monthly bill in USD.
outageConcernstringrare | occasional | frequent | severe
propertyTypestringsingle_family | townhouse | condo | mobile_home | multi_family | commercial | farm | other
roofAgestringe.g. lt_5 | 5_15 | gt_15 | unknown
serviceTypestringPrimary interest: solar | battery | ev_charger | efficiency | heat_pump | unsure
zipCodestringOptional postal code of the property. US: 5-digit ZIP. Other countries: local postal code (pass country too). Omit it to use documented national assumptions.

No output schema declared.

{"heatingFuel":"natural_gas","monthlyBillRange":"150_250","propertyType":"single_family","serviceType":"solar","zipCode":"59715"}
get_power_passport_link ~290

Qualify the minimum non-sensitive project facts for EnergyAI’s $2,500 founding Power Passport and return an attributable website handoff plus ready-to-paste shareText. Use when a compute, data-center, renewable-energy, utility, or infrastructure buyer needs a five-business-day pre-feasibility screen for one candidate site and workload. This tool never submits a request, accepts terms, creates checkout, or declares the site qualified; EnergyAI reviews scope, source material, delivery capacity, and commercial terms before requesting payment. [always free — no API key required]

NameTypeReqDescription
apiKeystringOptional existing EnergyAI key for hosts that cannot change Authorization headers. Use it to retain account identity for discovery and get_builder_upgrade_link after a trial. Removed before tool exec…
decisionNeedstringThe concrete decision this five-day pre-feasibility screen must change. Do not include personal or confidential information.
projectStagestringCurrent project stage.
siteLocationstringBroad candidate-site description such as county/state, balancing area, or approximate coordinates. Do not send a street address or contact information.
targetMwnumberTarget compute or flexible-load capacity in MW.
workloadTypestringPrimary workload or renewable-project use case.

No output schema declared.

{"decisionNeed":"Decide whether to stage the first 4 MW here or continue the site search.","projectStage":"utility_conversations","siteLocation":"Clark County, Nevada","targetMw":12,"workloadType":"inference"}
{}
get_power_service_quote ~272

Create a signed, 15-minute, scope-bound quote for EnergyAI’s $1 Power Screen from non-sensitive site and workload facts. Returns the quoteToken required by run_power_screen, exact price, evidence boundary, authorization class, and higher-tier handoffs. Free and never spends funds. [always free — no API key required]

NameTypeReqDescription
apiKeystringOptional existing EnergyAI key for hosts that cannot change Authorization headers. Use it to retain account identity for discovery and get_builder_upgrade_link after a trial. Removed before tool exec…
coolingModestring
flexibilityHoursnumberHours per week the workload can shift.
powerEvidencestringBuyer-stated evidence maturity; confirmed still requires documentary verification.
siteLocationstringyesCounty/state, balancing area, or approximate site. Do not send a street address or contact information.
stagedMwnumberOptional first-stage load in MW; defaults to the lesser of 4 MW and targetMw.
storageHoursnumberOptional available storage duration in hours.
targetMwnumberyesTarget compute or flexible-load capacity in MW.
workloadTypestringyes

No output schema declared.

{"coolingMode":"dry","flexibilityHours":24,"powerEvidence":"utility_contact","siteLocation":"Clark County, Nevada","stagedMw":4,"storageHours":2,"targetMw":12,"workloadType":"inference"}
get_quote_link ~305

Optional household handoff: returns a free assessment URL and a separate $49 founding Quote Guardian human-review offer for a solar, battery or heat-pump proposal. For an automated agent result, use review_installer_quote on the full MCP endpoint. Share a household service only when it fits the user request. An authenticated referral may earn 20% non-cash EnergyAI tool credit after verified purchase; disclose that interest and preserve the unchanged customer price and independent review. This tool does not submit a project or create payment. route_lead separately requires explicit household consent. [always free — no API key required]

NameTypeReqDescription
apiKeystringOptional existing EnergyAI key for hosts that cannot change Authorization headers. Use it to retain account identity for discovery and get_builder_upgrade_link after a trial. Removed before tool exec…
contractorCategorystringOptional: solar_installation | battery_storage | ev_charger | energy_audit | insulation_weatherization | heat_pump. Pre-selects the project type; omit if unknown.
countrystringISO 3166-1 alpha-2 country code. Omit for US.
zipCodestringPostal code of the property. US: 5-digit ZIP (ZIP+4 accepted). Other countries: local postal code (pass country too). Omit if unknown — the assessment collects it.

No output schema declared.

{"zipCode":"59715"}
{"contractorCategory":"solar_installation","zipCode":"59715"}
{}
list_guides ~256

Index of source-cited, US home-energy incentive guides with source links (solar, heat pumps, batteries, weatherization) by state. Free. Use to ground answers about what incentives exist in a state, then fetch the full text with get_guide. Every entry includes a canonical URL you can cite. [20 anonymous calls/caller/24h; then 100 free calls/key/30d; active Builder required for sustained informational use]

NameTypeReqDescription
apiKeystringOptional existing EnergyAI key for hosts that cannot change Authorization headers. Use it to retain account identity for discovery and get_builder_upgrade_link after a trial. Removed before tool exec…
limitnumberMax guides to return (1–50, default 20).
regionstringFilter by region: full state name (e.g. 'Vermont'), two-letter code (e.g. 'VT'), or 'United States' for federal-level guides. Omit for all regions.
topicstringFilter by topic: solar | heat_pump | battery | weatherization | overview. Omit for all topics.

No output schema declared.

No examples provided.

match_installers ~50

Return up to three eligible installer matches for a region. [$0.05/call]

NameTypeReqDescription
contractorCategorystringyes
statestring
zipCodestringyes

No output schema declared.

No examples provided.

record_quote_review_outcome ~132

Record actual operator-confirmed usefulness and household delivery status for your completed quote review. Requires your Builder key. Free; never infer feedback from a successful tool call. [free]

NameTypeReqDescription
actionstringyes
deliveredToHouseholdbooleanyes
findingIdstring|nullyesA returned q1–q6 check id, or null when not useful.
operatorConfirmedbooleanyesTrue only after the operator actually assessed this result.
reviewToolCallIdstringyestoolCallId of the completed review owned by this key.
usefulnessstringyes

No output schema declared.

No examples provided.

review_installer_quote ~261

Return source-matched terms and practical installer questions from redacted quoteText (maximum 6000 characters) plus postalCode or an assessmentId owned by your Builder account. Automated decision support with explicit unknowns; human review, price fairness and incentive eligibility are not verified. Returns a versioned result and an optional Builder payment handoff. [$0.10/call]

NameTypeReqDescription
apiKeystringOptional one-call credential bridge for MCP hosts that cannot change Authorization headers mid-session. Pass the key returned by create_builder_key; EnergyAI strips it before billing, execution, and…
assessmentIdstringOptional existing EnergyAI assessment id. Omit when supplying postalCode for automatic project creation.
citystring
countrystring
monthlyBillRangestring
postalCodestringProperty ZIP or local postal code. Required when assessmentId is omitted.
propertyTypestring
quoteTextstringyesRedacted installer quote text. Exclude names, contact details, street addresses and account/proposal identifiers. Returns source-matched questions; no independent verification or human review.
serviceTypestring
statestring

No output schema declared.

No examples provided.

route_lead ~432

Submit a consented homeowner project to EnergyAI’s guarded installer-matching workflow — free to you and the homeowner. EnergyAI immediately screens and routes currently available approved installers; unmatched projects remain recorded for safety-controlled follow-up. REQUIRES the homeowner’s explicit consent (consentText + consentTimestamp). Returns a leadId you can quote back to the user. Prefer get_quote_link if you don’t already have that consent in hand. [always free — no API key required]

NameTypeReqDescription
apiKeystringOptional existing EnergyAI key for hosts that cannot change Authorization headers. Use it to retain account identity for discovery and get_builder_upgrade_link after a trial. Removed before tool exec…
budgetRangestring
citystring
consentTextstringyesEXACT consent text shown to and accepted by the homeowner. Fetch the canonical text from the tool result of check_incentives or use your own — alternate text REQUIRES consentVersion.
consentTimestampstringyesWhen the homeowner consented.
consentVersionstringRequired when consentText is not the canonical EnergyAI consent text.
contactEmailstringyesHomeowner's email.
contactNamestringyesHomeowner's name.
contactPhonestring
contractorCategorystringyessolar_installation | battery_storage | ev_charger | energy_audit | insulation_weatherization | heat_pump
monthlyBillRangestringlt_75 | 75_150 | 150_250 | 250_400 | gt_400 | unknown
propertyTypestring
statestringTwo-letter state code. Derived from ZIP when omitted.
timelinestringe.g. asap | 3_months | 6_months | exploring
zipCodestringyes5-digit US ZIP code of the project (route_lead dispatches into a US installer network only today).

No output schema declared.

{"consentText":"\u003ccanonical text returned by check_incentives.consentTextForRouting, shown to and accepted by the homeowner\u003e","consentTimestamp":"2026-07-12T19:00:00Z","contactEmail":"jane@example.com","contactName":"Jane Doe","contractorCategory":"solar_installation","monthlyBillRange":"150_250","timeline":"3_months","zipCode":"59715"}
run_power_screen ~110

Execute one signed Power Screen quote and return an immediate modeled constraint decision, assumptions, evidence gaps, and immutable artifact hash. [$1.00/call]

NameTypeReqDescription
apiKeystringOptional one-call credential bridge for MCP hosts that cannot change Authorization headers mid-session. EnergyAI strips it before billing, execution, and persistence.
quoteTokenstringyesUnmodified signed quoteToken returned by get_power_service_quote. The quote expires after 15 minutes and binds scope, price, and assumptions.

No output schema declared.

No examples provided.

submit_contractor_match_request ~90

Submit a consented installer lead and retain referral attribution. Free. [free]

NameTypeReqDescription
assessmentIdstringyes
consentTextstringyesEXACT consent text shown to end user.
consentTimestampstringyes
consentVersionstring
contactEmailstringyes
contactNamestringyes
contactPhonestring

No output schema declared.

No examples provided.

Common questions

What is the com.energyaisolution/energyai MCP server?

com.energyaisolution/energyai is an MCP server listed in the public MCP registry as com.energyaisolution/energyai. Solar, weatherization, EV charging, battery and heat-pump decision tools for AI agents. This page covers its hosted endpoint (https://api.energyaisolution.com/mcp).

Is the com.energyaisolution/energyai MCP server safe to use?

com.energyaisolution/energyai scores 79 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.energyaisolution/energyai MCP server expose?

com.energyaisolution/energyai exposes 30 tools: check_incentives, estimate_production, get_node_score, get_quote_link, get_power_passport_link, and 25 more. Their descriptions and schemas cost roughly 4,984 tokens of context every time the server is loaded.

Does the com.energyaisolution/energyai MCP server require authentication?

No. We connected to com.energyaisolution/energyai without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the com.energyaisolution/energyai MCP server still maintained?

com.energyaisolution/energyai is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.