{
  "name": "Global Entry Alerts",
  "description": "Real-time Global Entry interview wait times and appointment availability at 130+ enrollment centers across the US.",
  "schema": "/openapi/mcp.yaml",
  "auth": {
    "type": "none"
  },
  "mcp": {
    "transport": "streamable-http",
    "url": "https://globalentryalerts.com/mcp/server"
  },
  "endpoints": [
    {"method": "GET", "path": "/mcp/locations", "description": "All enrollment centers with current wait times"},
    {"method": "GET", "path": "/mcp/locations/{location_id}/wait-times", "description": "30-day wait time history for a center"}
  ]
}
