weather-research-brief
InactiveTool of The Stall
Weather-contextualized research intelligence — pulls historical weather for any location (ERA5 reanalysis via Open-Meteo) and multi-source research on any topic (Hacker News, OpenAlex academic papers, Reddit, arXiv, DuckDuckGo), then synthesizes them into a unified brief showing how weather conditions amplify or inform the research findings. Ideal for agricultural commodity analysis, climate/energy positioning, supply chain risk, insurance/actuarial, and environmental due diligence.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"days": {
"type": "integer",
"description": "Days of weather history to analyse (default 14, max 30). ERA5 data lags ~5 days, so the period ends 5 days before today."
},
"query": {
"type": "string",
"description": "Research topic to investigate (e.g. 'drought impact on corn yields', 'extreme heat energy demand', 'hurricane insurance market risk', 'climate adaptation agriculture'). Omit for a default climate-markets report."
},
"location": {
"type": "string",
"description": "City or region for weather history (default \"Chicago\"). Accepts city names like \"Kansas City\", \"Miami\", \"Phoenix\", \"Des Moines\"."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries