storm_details
Pack: hurricanes · Endpoint: https://gateway.pipeworx.io/hurricanes/mcp
Full details for one active storm by id (e.g. “al052026”) or name (e.g. “Douglas”), including all advisory/forecast/cone/surge product links. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
storm | string | yes | Storm id or name. |
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":"storm_details","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.