active_storms
Pack: hurricanes · Endpoint: https://gateway.pipeworx.io/hurricanes/mcp
List currently active tropical cyclones (tropical storms / hurricanes) from the US National Hurricane Center — name, classification, Saffir-Simpson category, position, max winds, pressure, movement, and links to official advisories/forecast cone. Filter by basin. Keyless. Returns an empty list in the off-season.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
basin | string | no | Optional filter: “atlantic”, “eastern-pacific”, or “central-pacific”. |
Example call
curl -X POST https://gateway.pipeworx.io/hurricanes/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"active_storms","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"hurricanes": {
"url": "https://gateway.pipeworx.io/hurricanes/mcp"
}
}
}
See Getting Started for client-specific install steps.