recent_disruptions
Pack: imf-portwatch · Endpoint: https://gateway.pipeworx.io/imf-portwatch/mcp
Port-affecting disruption events tracked by PortWatch — tropical cyclones, floods, earthquakes, conflict events — with start/end dates, alert level (GREEN/ORANGE/RED), severity, affected port count, and impacted population. Filter by country, alert level, or year. Use for “what disrupted shipping in the last month”, “which port closures hit our supply chain”, or to validate a bet on whether a current disruption is escalating.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
country | string | no | Filter to a single country name (e.g. “Mozambique”) |
alert_level | string | no | RED | ORANGE | GREEN — minimum alert level to include |
year | number | no | Filter to events from this calendar year |
limit | number | no | Max events to return (default 25, max 100) |
Example call
curl -X POST https://gateway.pipeworx.io/imf-portwatch/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"recent_disruptions","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"imf-portwatch": {
"url": "https://gateway.pipeworx.io/imf-portwatch/mcp"
}
}
}
See Getting Started for client-specific install steps.