← 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.

rainbowhome.spacenone authenticationAvailability not checked

LIVE ENDPOINT

https://rainbowhome.space/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for estimate_solar and invoke it with your own arguments.

Indexed 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 server

rainbowhome.space

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]
url = "https://rainbowhome.space/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rainbowhome": {
      "type": "http",
      "url": "https://rainbowhome.space/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rainbowhome
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": {
      "url": "https://rainbowhome.space/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rainbowhome": {
      "type": "http",
      "url": "https://rainbowhome.space/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rainbowhome",
  "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, 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_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.
  • 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.
  • estimate_install_timeline — Estimate how long a rooftop-solar or rainwater-harvesting installation typically takes, phase by phase, for a home or a small business.
  • book_appointment — Request a consultation/callback for solar or RWH on the user's behalf.