solar-intel
ActiveTool of The Stall
Solar irradiance analysis and 7-day forecast for any location. Returns GHI (global horizontal irradiance), DNI (direct normal), DHI (diffuse), peak sun hours, cloud cover, sunrise/sunset, and panel yield estimate for a 1 kW system. Useful for rooftop solar feasibility, agricultural planning, EV charging optimization, and energy market analysis. Free upstream: Open-Meteo (no API key, no rate limits). Undercuts stableenrich.dev/api/google-maps/solar by 31%.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"latitude": {
"type": "number",
"description": "Latitude in decimal degrees (-90 to 90). Use with longitude instead of location name."
},
"location": {
"type": "string",
"description": "City, region, or address (e.g. 'Phoenix AZ', 'London', 'Sydney Australia'). Use this OR latitude+longitude."
},
"longitude": {
"type": "number",
"description": "Longitude in decimal degrees (-180 to 180). Use with latitude instead of location name."
},
"forecast_days": {
"type": "integer",
"description": "Number of forecast days (1–16). Default 7."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries