# Solar Quote Audit — Check Before You Sign (remote · solarquoteanalyzer.com)

Free independent solar proposal review tool for California homeowners. Audit your solar quote for pr

- Trust score: 67/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `solarquoteanalyzer.com`: 67/100 (this document), [markdown](https://verifymcp.io/servers/janoliverautomation-stack-solarquoteanalyzer-com/api-mcp.md), [page](https://verifymcp.io/servers/janoliverautomation-stack-solarquoteanalyzer-com/api-mcp)

## Channel facts

- Endpoint: `https://solarquoteanalyzer.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 867 tokens (~289/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 53/100
  - Stability observed for 16 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### How do I install the Solar Quote Audit — Check Before You Sign MCP server?

Solar Quote Audit — Check Before You Sign is a hosted endpoint at https://solarquoteanalyzer.com/api/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.

### Claude

```bash
claude mcp add --transport http janoliverautomation-stack-solarquoteanalyzer-com 'https://solarquoteanalyzer.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "janoliverautomation-stack-solarquoteanalyzer-com": {
      "url": "https://solarquoteanalyzer.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "janoliverautomation-stack-solarquoteanalyzer-com": {
      "type": "http",
      "url": "https://solarquoteanalyzer.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.janoliverautomation-stack-solarquoteanalyzer-com]
url = "https://solarquoteanalyzer.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "janoliverautomation-stack-solarquoteanalyzer-com": {
      "type": "remote",
      "url": "https://solarquoteanalyzer.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add janoliverautomation-stack-solarquoteanalyzer-com --url 'https://solarquoteanalyzer.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  janoliverautomation-stack-solarquoteanalyzer-com:
    url: "https://solarquoteanalyzer.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "janoliverautomation-stack-solarquoteanalyzer-com": {
      "Transport": "http",
      "Url": "https://solarquoteanalyzer.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add janoliverautomation-stack-solarquoteanalyzer-com -t streamable-http -u 'https://solarquoteanalyzer.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "janoliverautomation-stack-solarquoteanalyzer-com": {
      "type": "http",
      "url": "https://solarquoteanalyzer.com/api/mcp"
    }
  }
}
```

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-05 (score 60, +1)

- [functional improvement] Stability: unverified → 0.03

## MCP tools (3)

### `analyze_solar_quote` (~720 tokens)

Analyze a residential solar proposal for clarity and completeness before a homeowner signs. Accepts the pricing, financing, system/battery, and installer details from a quote and returns a structured second-opinion review: a Quote Clarity Score (0-100) across four dimensions (Price Transparency /25, Financing & Contract Clarity /30, System & Battery Evidence /25, Installer & Protection Readiness /20), an overall rating, plain-language red flags, missing information, specific questions to ask the installer, and a recommended next step. Illustrative educational decision support only — not legal, tax, financial, or engineering advice, does not guarantee savings or system performance, does not endorse any installer, and takes no consequential action.

Input parameters:

- `annualProductionEstimate` (number): Quoted annual production estimate in kWh.
- `annualUsageAvailable` (boolean): True if the installer confirmed sizing against your actual annual kWh usage.
- `apr` (number): Annual percentage rate for financing.
- `batteryCount` (number): Number of battery units.
- `batteryIncluded` (boolean): True if a battery is included in the proposal.
- `batteryModel` (string): Battery brand and model.
- `batteryPriceSeparate` (number): Battery cost as a separate line item in USD.
- `batteryUsableCapacityKwh` (number): Battery usable capacity in kWh.
- `bondInsuranceShown` (boolean): True if bond/insurance documentation is shown.
- `buyoutLanguageShown` (boolean): True if lease/PPA buyout language is present.
- `cancellationInfoShown` (boolean): True if cancellation/rescission rights are shown.
- `cashPrice` (number): Total cash price for the system in USD.
- `crewType` (string): Installation crew model.
- `downPayment` (number): Down payment in USD.
- `earlyPayoffTermsShown` (boolean): True if early payoff terms are disclosed.
- `escalatorPct` (number): Annual payment escalator percentage (0 if none).
- `financeType` (string): How the system is paid for.
- `financedPrice` (number): Total financed price in USD, if different from cash.
- `installTimelineShown` (boolean): True if an install timeline is shown.
- `installerAddressShown` (boolean): True if a physical installer address is shown.
- `installerName` (string): Installer company name.
- `licenseNumber` (string): Contractor (CSLB) license number.
- `monthlyPayment` (number): Monthly payment in USD.
- `otherAddonsCost` (number): Other itemized add-on costs in USD.
- `panelCount` (number): Number of solar panels.
- `panelModel` (string): Solar panel brand and model.
- `panelUpgradeCost` (number): Electrical panel upgrade cost in USD.
- `ptoResponsibilityShown` (boolean): True if PTO/interconnection responsibility is stated.
- `roofPenetrationWarranty` (boolean): True if a roof penetration warranty is stated.
- `roofingCost` (number): Roofing add-on cost in USD.
- `systemSizeKw` (number): System size in kilowatts (kW).
- `termYears` (number): Financing term in years.
- `totalPayments` (number): Total of all payments over the term in USD.
- `transferLanguageShown` (boolean): True if contract transfer terms are disclosed.
- `warrantyRegistrationExplained` (boolean): True if warranty registration is explained.
- `workmanshipWarrantyYears` (number): Workmanship warranty duration in years.

### `get_scoring_methodology` (~50 tokens)

Return the fixed, published scoring methodology used by the Solar Quote Audit: the four scoring dimensions, their point weights, the individual rules within each dimension, and the rating thresholds. Takes no arguments.

### `get_supported_regions` (~34 tokens)

Return the California city editions the Solar Quote Audit supports, including each city name and its primary electric utility. Takes no arguments.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/janoliverautomation-stack-solarquoteanalyzer-com/api-mcp#diagnostics

## Score history

- 2026-09-20: 67
- 2026-09-19: 66
- 2026-09-18: 66
- 2026-09-17: 65
- 2026-09-16: 65
- 2026-09-15: 64
- 2026-09-14: 64
- 2026-09-13: 64
- 2026-09-12: 63
- 2026-09-11: 63
- 2026-09-10: 62
- 2026-09-09: 62
- 2026-09-08: 61
- 2026-09-07: 61
- 2026-09-06: 60
- 2026-09-05: 60
- 2026-09-04: 59

## Common questions

### What is the Solar Quote Audit — Check Before You Sign MCP server?

Solar Quote Audit — Check Before You Sign is an MCP server listed in the public MCP registry as io.github.janoliverautomation-stack/solarquoteanalyzer-com. Free independent solar proposal review tool for California homeowners. Audit your solar quote for pr. This page covers its hosted endpoint (https://solarquoteanalyzer.com/api/mcp).

### Is the Solar Quote Audit — Check Before You Sign MCP server safe to use?

Solar Quote Audit — Check Before You Sign scores 67 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 Solar Quote Audit — Check Before You Sign MCP server expose?

Solar Quote Audit — Check Before You Sign exposes 3 tools: analyze_solar_quote, get_scoring_methodology, get_supported_regions. Their descriptions and schemas cost roughly 804 tokens of context every time the server is loaded.

### Does the Solar Quote Audit — Check Before You Sign MCP server require authentication?

No. We connected to Solar Quote Audit — Check Before You Sign without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Solar Quote Audit — Check Before You Sign MCP server still maintained?

Solar Quote Audit — Check Before You Sign is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://solarquoteanalyzer.com/api/mcp
- Website: https://solarquoteanalyzer.com/
- Changelog RSS feed: https://verifymcp.io/servers/janoliverautomation-stack-solarquoteanalyzer-com/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/janoliverautomation-stack-solarquoteanalyzer-com/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/janoliverautomation-stack-solarquoteanalyzer-com/api-mcp
