weather_forecast
ActiveTool of Weather & Geo Intel MCP
Get a multi-day weather forecast for a US location by latitude/longitude (National Weather Service). Returns named periods (Today, Tonight, ...) with temperature, wind, and a short + detailed forecast. Use geocode first if you only have an address.
Parameters schema
{
"type": "object",
"required": [
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"hourly": {
"type": "boolean",
"default": false,
"description": "If true, return the hourly forecast instead of daily periods."
}
}
}Parent server
Weather & Geo Intel MCP
https://github.com/selflabbs/weather-intel-mcp
1/7 registries