Live · polling every 5 minutes

Travel Alerts MCP

Real-time travel safety alerts served as Model Context Protocol tools for LLM clients. Aggregates natural disasters from GDACS and country-level travel advisories from the US State Department into a unified, queryable schema.

Connect

MCP SSE endpoint:

https://travel-mcp.james-gault.com/sse

Example Claude Desktop / compatible-client config:

{
  "mcpServers": {
    "travel-alerts": {
      "url": "https://travel-mcp.james-gault.com/sse"
    }
  }
}

Tools

list_active_alerts(country?, severity?)

Snapshot of all active alerts, optionally filtered by ISO country code, country name, or minimum severity (low / medium / high / critical).

fetch_alert_details(alert_id)

Full detail object for a specific alert — source text, coordinates, timestamps, and severity reasoning.

Sources