storm_reports
ActiveTool of Noaa Spc
declared in 0.1.0
Fetch NOAA SPC preliminary storm reports CSV for a given date (YYMMDD, default today UTC) filtered by kind: tornado, wind, hail, or filtered (combined). Returns raw CSV with time, location, magnitude, and remarks.
Parameters schema
{
"type": "object",
"examples": [
{
"date": "250115",
"kind": "tornado"
},
{
"kind": "hail"
}
],
"properties": {
"date": {
"type": "string",
"description": "YYMMDD (default today UTC)"
},
"kind": {
"type": "string",
"description": "tornado | wind | hail | filtered (default)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Noaa Spc
https://github.com/pipeworx-io/mcp-noaa-spc
1/7 registries