Connects to NOAA's Storm Prediction Center through Pipeworx's gateway to pull convective outlooks, severe weather watches, and storm reports. The specifics aren't documented here, but you're likely getting access to SPC's categorical day 1-3 outlooks, mesoscale discussions, tornado and severe thunderstorm watches, and the filtered storm report database. Useful when you need to check current severe weather threats, analyze historical storm data, or build weather monitoring workflows. Part of Pipeworx's larger catalog of 250+ data sources, so you can either hit this specific endpoint or connect to the full gateway. Includes an ask_pipeworx natural language interface that routes questions to the right tools automatically.
NOAA SPC MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"noaa-spc": {
"url": "https://gateway.pipeworx.io/noaa-spc/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Noaa Spc data" })
The gateway picks the right tool and fills the arguments automatically.
MIT