MCP Server
Active
MIT
com.energyaisolution/solar-home-incentives MCP Server
com.energyaisolution/solar-home-incentives
What is the com.energyaisolution/solar-home-incentives MCP server?
Free solar & home energy tools: estimates, incentives by ZIP, scores, installer routing.
How to install com.energyaisolution/solar-home-incentives
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationsecretOPTIONAL. Informational tools include 20 anonymous calls/caller/24h, then 100 calls/key/30d. Without a key, get_builder_upgrade_link returns a one-screen human activation path. A new key includes three commercial trials; Builder is $19/month with $20 monthly tool credit. Authenticated Quote Guardian links can earn 20% non-cash tool credit after verified payment.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"solar-home-incentives": {
"url": "https://api.energyaisolution.com/mcp/solar"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"solar-home-incentives": {
"serverUrl": "https://api.energyaisolution.com/mcp/solar"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"solar-home-incentives": {
"type": "http",
"url": "https://api.energyaisolution.com/mcp/solar"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"solar-home-incentives": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.energyaisolution.com/mcp/solar"
]
}
}
}Claude Code
claude mcp add --transport http solar-home-incentives https://api.energyaisolution.com/mcp/solarRelated MCP servers
One-call installer quote review plus energy incentives, estimates, scores, and routing for agents.
0
View repository →MIT