Solar Sathi MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Solar Sathi MCP Serverestimate solar savings for a 3kW system in Mumbai"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Solar Sathi MCP Module
A comprehensive Model Context Protocol (MCP) server for solar energy feasibility analysis and ROI calculation in India.
Features
Solar Irradiance Lookup: Fetch real solar radiation data from Open-Meteo API
System Capacity Calculation: Recommend kW based on consumption and roof area
Installation Cost Estimation: Get cost ranges with subsidy deduction
PM Surya Ghar Subsidy: Tiered subsidy lookup (₹10K–₹18K/kW)
ROI Analysis: Payback period, 25-year savings, and ROI percentage
Environmental Impact: CO2 reduction and trees-saved equivalents
Homeowner Report: LLM-generated or template-based feasibility reports
Related MCP server: mcp-pvgis
Tools
1. get_solar_irradiance
Fetch average daily solar irradiance (kWh/m²/day) for a geographic location.
Inputs:
latitude(number): -90 to 90longitude(number): -180 to 180
Output: Daily irradiance, location, data source note
2. calculate_solar_capacity
Recommend solar system size based on monthly bill, tariff, and roof area.
Inputs:
monthly_bill(number): Monthly electricity bill (₹)tariff_per_kwh(number): Electricity tariff (₹/kWh)roof_area_sqft(number): Usable roof area (sqft)monthly_units(number, optional): Monthly consumption (kWh). If not provided, derived from bill/tariff.
Output: Capacity (kW), required roof area, roof-limited flag, monthly consumption
Logic:
Capacity = monthly_consumption / 120 (assuming 120 units/kW/year)
Required area = capacity × 100 sqft/kW
If required area > available roof, cap capacity to roof_area / 100 and set
roof_limited: true
3. estimate_installation_cost
Get installation cost estimate (all-inclusive: panels, inverter, BOP, labor, permits).
Inputs:
capacity_kw(number): System capacity (kW)cost_per_kw(number, optional): Cost per kW (₹). Default: ₹62,500
Output: Total cost, cost range (min/max), capacity
4. calculate_subsidy
Look up PM Surya Ghar subsidy using tiered table.
Inputs:
capacity_kw(number): System capacity (kW)
Output: Subsidy per kW, total subsidy, tier description
Tiers:
Capacity (kW) | Subsidy (₹/kW) | Category |
0–3 | 18,000 | Residential ≤3 kW |
3.01–10 | 15,000 | Residential 3–10 kW |
10.01–100 | 12,000 | Small Commercial/Industrial |
>100 | 10,000 | Large Scale |
5. calculate_roi
Calculate ROI metrics: payback period, annual/lifetime savings, and ROI percentage.
Inputs:
installation_cost(number): Total cost (₹)subsidy(number): Subsidy amount (₹)monthly_bill(number): Current monthly bill (₹)
Output:
Final cost after subsidy
Monthly/annual savings
Payback period (years)
25-year lifetime savings
ROI percentage
Logic:
Final cost = installation_cost - subsidy
Monthly savings = monthly_bill (assumed fully offset)
Annual savings = monthly_savings × 12
Payback = final_cost / annual_savings
Lifetime (25yr) = annual_savings × 25
ROI% = ((lifetime - final_cost) / final_cost) × 100
6. calculate_environmental_impact
Calculate CO2 reduction and equivalent trees saved.
Inputs:
capacity_kw(number): System capacity (kW)
Output:
Annual energy generation (kWh)
CO2 reduction (kg and tonnes)
Trees saved (equivalent)
Logic:
Annual energy = capacity × 120 × 12 (120 units/kW/year)
CO2 reduction = annual_energy × 0.82 kg/kWh
Trees saved = CO2_reduction / 21 kg/tree/year
Resources
solar://subsidy-table
PM Surya Ghar subsidy lookup table (JSON).
solar://state-tariffs
State-wise residential electricity tariffs (JSON).
solar://installation-costs
Default cost per kW and regional multipliers (JSON).
Prompts
generate_homeowner_report
Generate a comprehensive homeowner-friendly solar feasibility report.
Inputs: All tool outputs (irradiance, capacity, cost, subsidy, ROI, environmental)
Output: Plain-English report covering:
Feasibility assessment
System recommendation (on-grid/off-grid/hybrid)
Financial summary with payback period
Environmental impact (relatable language)
Action items (next steps)
Behavior:
Attempts to use OpenAI or Gemini API if keys are configured
Falls back to template-based report if no LLM key available
Environment Variables
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP server that enables AI assistants to look up solar permitting authorities, estimate solar production via PVWatts, and retrieve irradiance data. It streamlines the creation of solar-aware workflows by integrating industry-standard APIs like NREL.MIT
- Alicense-qualityCmaintenanceEnables querying PVGIS solar radiation and typical meteorological year data through natural language questions, using tools for monthly irradiation averages and hourly synthetic climate data.11MIT
- Flicense-qualityDmaintenanceEnables solar energy potential assessment by converting parcel centroid and acreage into annual/monthly generation estimates using the NREL PVWatts v8 API, suitable for revenue modeling and infographic headlines.
- FlicenseAqualityCmaintenanceEnables solar energy feasibility analysis and ROI calculation for Indian users, including irradiance lookup, system sizing, cost estimation, subsidy calculation, and environmental impact assessment.8
Related MCP Connectors
Free solar & home energy tools: estimates, incentives by ZIP, scores, installer routing.
One-call installer quote review plus energy incentives, estimates, scores, and routing for agents.
India shipping for AI agents: Shiprocket courier serviceability, create orders, track AWB.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Prajwal1103-hack/solar_sathi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server