← rainbowhome.space
INDIVIDUAL MCP TOOL
estimate_solar
Compute a rooftop-solar savings estimate from a state + monthly electricity bill: system size, total cost, government subsidy, net cost, annual savings, payback period, 25-year savings.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.rainbowhome-space]
url = "https://rainbowhome.space/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rainbowhome-space": {
"type": "http",
"url": "https://rainbowhome.space/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rainbowhome-space
Remote MCP URL: https://rainbowhome.space/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": {
"rainbowhome-space": {
"url": "https://rainbowhome.space/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rainbowhome-space": {
"type": "http",
"url": "https://rainbowhome.space/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rainbowhome-space",
"transport": "streamable-http",
"url": "https://rainbowhome.space/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_listings— Free-text search across rooftop-solar installers, RWH installers, solar/RWH loans, state mandate guides, and the calculators.list_solar_installers— List rooftop-solar installers, optionally filtered by state, MNRE empanelment, max ₹/kW price, and minimum panel warranty.list_solar_loans— List rooftop-solar financing options (banks / NBFCs / fintech), optionally filtered by state, lender kind, PM Surya Ghar alignment, and max interest rate.list_rwh_installers— List rainwater-harvesting (RWH) installers in Karnataka or Tamil Nadu, optionally filtered by IS 15797 compliance, BWSSB certification, society capability, system type, and max ₹/sqm price.list_rwh_loans— List home-improvement loans usable for rainwater harvesting, optionally filtered by state, lender kind, explicit RWH eligibility, and max interest rate.estimate_rwh— Compute a rainwater-harvesting estimate for Karnataka or Tamil Nadu: annual harvest, recommended tank/recharge sizing, cost band, savings, payback, and mandate-compliance status.check_rwh_mandate— Return the rainwater-harvesting legal mandate for Karnataka or Tamil Nadu: enforcement body, building-size thresholds, penalties, storage requirements, compliance steps, and a sourced verification link + date.book_appointment— Request a consultation/callback for solar or RWH on the user's behalf.