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/solar-home-incentives

REMOTE · API.ENERGYAISOLUTION.COM · SCANNED SEP 22

Solar and home energy discovery: estimates, incentive sources, guides and contractor options.

0 this week 82 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 Usability81
  • 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 3911 tokens (~300/item across 13 items; 12 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 Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 92% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 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/solar-home-incentives MCP server?

com.energyaisolution/solar-home-incentives is a hosted endpoint at https://api.energyaisolution.com/mcp/solar, 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-solar-home-incentives 'https://api.energyaisolution.com/mcp/solar'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-energyaisolution-solar-home-incentives": {
      "url": "https://api.energyaisolution.com/mcp/solar"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-energyaisolution-solar-home-incentives": {
      "type": "http",
      "url": "https://api.energyaisolution.com/mcp/solar"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-energyaisolution-solar-home-incentives]
url = "https://api.energyaisolution.com/mcp/solar"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-energyaisolution-solar-home-incentives": {
      "type": "remote",
      "url": "https://api.energyaisolution.com/mcp/solar",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-energyaisolution-solar-home-incentives --url 'https://api.energyaisolution.com/mcp/solar' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-energyaisolution-solar-home-incentives:
    url: "https://api.energyaisolution.com/mcp/solar"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-energyaisolution-solar-home-incentives": {
      "Transport": "http",
      "Url": "https://api.energyaisolution.com/mcp/solar"
    }
  }
}
# add to Vellum
assistant mcp add com-energyaisolution-solar-home-incentives -t streamable-http -u 'https://api.energyaisolution.com/mcp/solar'
// mcp.json
{
  "mcpServers": {
    "com-energyaisolution-solar-home-incentives": {
      "type": "http",
      "url": "https://api.energyaisolution.com/mcp/solar"
    }
  }
}

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
    • Schema quality: 243 → 300 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
    • The server now declares the “resources” capability functional
    • First check of Schema quality: 100 functional
    • Schema quality: excellent → good functional
    • New resource “EnergyAI energy jobs and first calls” functional
    • Server version: 1.2.0 → 1.3.0 functional
  • 2 Sept 26 0
    • Tool “route_lead” rewrote its description, which is the text the model reads security
  • 30 Aug 26 0
    • Stability: 0.97 → pass security
  • 29 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Schema quality: 2679 → 3128 functional
    • Stability: pass → 0.97 functional
    • Server version: 1.0.4 → 1.2.0 functional
    • New tool “get_power_passport_link” functional
    • New tool “get_power_service_quote” functional
  • 26 Aug 26 0
    • 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
    • Stability: 0.97 → pass security
  • 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 22 Sept 2026 · Probed https://api.energyaisolution.com/mcp/solar

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/solar Verified 200
http (plaintext) http://api.energyaisolution.com/mcp/solar HTTPS enforced 308 https://api.energyaisolution.com/mcp/solar
MCP tools · 12 exposed · ~3,685 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
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"}
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"}
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"}
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_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_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.

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"}
Common questions

What is the com.energyaisolution/solar-home-incentives MCP server?

com.energyaisolution/solar-home-incentives is an MCP server listed in the public MCP registry as com.energyaisolution/solar-home-incentives. Solar and home energy discovery: estimates, incentive sources, guides and contractor options. This page covers its hosted endpoint (https://api.energyaisolution.com/mcp/solar).

Is the com.energyaisolution/solar-home-incentives MCP server safe to use?

com.energyaisolution/solar-home-incentives scores 82 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/solar-home-incentives MCP server expose?

com.energyaisolution/solar-home-incentives exposes 12 tools: check_incentives, estimate_production, get_node_score, get_quote_link, get_power_passport_link, and 7 more. Their descriptions and schemas cost roughly 3,685 tokens of context every time the server is loaded.

Does the com.energyaisolution/solar-home-incentives MCP server require authentication?

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

Is the com.energyaisolution/solar-home-incentives MCP server still maintained?

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