United States Weather Data Access
get_hourly_forecast
Get hour-by-hour weather forecast for a location in the United States. Perfect for 'What's the hourly forecast?' or 'Will it rain this afternoon in [US location]?' questions. Provides detailed hourly conditions for up to 48 hours.
Remote hellokitty-v/smithery-mcp-servers
Other tools also called get_hourly_forecast?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"hours": {
"type": "number",
"default": 24,
"description": "Number of hours to forecast (1-48, default 24). Provides temperature, conditions, and precipitation probability for each hour."
},
"location": {
"type": "string",
"description": "US location as coordinates (lat,lng) in decimal degrees. Example: '40.7128,-74.0060' for New York City. Must be within US boundaries including states, territories (PR, VI, AS, GU, MP), and coastal waters."
}
}
}