This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
get_forecast
InactiveTool of Noaa
declared in 0.1.0
Get a multi-day NOAA NWS weather forecast for a US location. US ONLY (50 states + territories) — for non-US coordinates use the "weather" pack instead. Returns temperature, precipitation, wind, and conditions per period.
Parameters schema
{
"type": "object",
"examples": [
{
"lat": 37.7749,
"lon": -122.4194
},
{
"lat": 40.7128,
"lon": -74.006
}
],
"required": [
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude of the location (e.g. 37.7749)"
},
"lon": {
"type": "number",
"description": "Longitude of the location (e.g. -122.4194)"
}
}
}Parent server
Noaa
https://github.com/pipeworx-io/mcp-noaa
1/7 registries