weather
ActiveTool of The Stall
Current weather conditions and 7-day daily forecast for any location worldwide. Input a city name, coordinates, or address. Returns temperature (°C), humidity, wind speed, precipitation, weather code, and a forecast with high/low temps and precipitation totals. Free upstream: Open-Meteo (no API key, no rate limits). Useful for DeFi agents tracking energy markets (cold → heating demand → gas prices), agricultural commodity prediction markets, or natural disaster risk assessment for on-chain insurance.
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 name, region, or address (e.g. 'New York', 'London UK', 'Tokyo'). 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