Analytics
solarquoteanalyzer.com
Analyzes residential solar proposals for clarity and completeness using a fixed scoring methodology, and supports specific California regions.
ENDPOINT 1
https://solarquoteanalyzer.com/api/mcp
MCP server metadata
- Name
- solar-quote-audit
- Version
- 1.0.0
Solar Quote Audit exposes an independent second-opinion review of residential solar proposals for California homeowners. Call analyze_solar_quote with fields from a quote to receive a clarity score, red flags, and questions to ask before signing. Results are illustrative educational decision-support only and do not guarantee savings or system performance.
Known tools 3
analyze_solar_quoteAnalyze a residential solar proposal for clarity and completeness before a homeowner signs.
Inferred read-onlyget_scoring_methodologyReturn 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.
Inferred read-onlyget_supported_regionsReturn the California city editions the Solar Quote Audit supports, including each city name and its primary electric utility.
Inferred read-onlyCONNECT 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.solar-quote-audit]
url = "https://solarquoteanalyzer.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"solar-quote-audit": {
"type": "http",
"url": "https://solarquoteanalyzer.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: solar-quote-audit
Remote MCP URL: https://solarquoteanalyzer.com/api/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": {
"solar-quote-audit": {
"url": "https://solarquoteanalyzer.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"solar-quote-audit": {
"type": "http",
"url": "https://solarquoteanalyzer.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "solar-quote-audit",
"transport": "streamable-http",
"url": "https://solarquoteanalyzer.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.