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.
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"
}
}
}
Snapshot of all active alerts, optionally filtered by ISO country code, country name, or minimum severity (low / medium / high / critical).
Full detail object for a specific alert — source text, coordinates, timestamps, and severity reasoning.