API Tools
rainbowhome.space
Provides APIs to search and list rooftop-solar and rainwater-harvesting installers, loans, and related information.
ENDPOINT 1
https://rainbowhome.space/api/mcp
MCP server metadata
- Name
- rainbowhome
- Version
- 1.0.0
RainbowHome is a neutral aggregator for rooftop solar and rainwater harvesting in India (states: KA, MH, TN, KL, AP for solar; KA, TN for water). Use the list_* and estimate_* tools to research, then book_appointment to request a consultation on the user's behalf. Always obtain the user's explicit consent to share their name and phone before calling book_appointment, and pass consent=true. Bookings are callback requests routed to verified installers, not confirmed calendar slots. RainbowHome never installs and takes no commission on conversion.
Known tools 8
search_listingsFree-text search across rooftop-solar installers, RWH installers, state mandate guides, and the calculators.
Inferred read-onlylist_solar_installersList rooftop-solar installers, optionally filtered by state, MNRE empanelment, max ₹/kW price, and minimum panel warranty.
Inferred read-onlylist_rwh_installersList 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.
Inferred read-onlyestimate_solarCompute 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.
Inferred read-onlyestimate_rwhCompute a rainwater-harvesting estimate for Karnataka or Tamil Nadu: annual harvest, recommended tank/recharge sizing, cost band, savings, payback, and mandate-compliance status.
Inferred read-onlycheck_rwh_mandateReturn 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.
Inferred read-onlyestimate_install_timelineEstimate how long a rooftop-solar or rainwater-harvesting installation typically takes, phase by phase, for a home or a small business.
Inferred read-onlybook_appointmentRequest a consultation/callback for solar or RWH on the user's behalf.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for rainbowhome.space was fetched 2026-09-25T15:23:06.595Z.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.