{
  "name": "HawaiiConditions",
  "description": "Real-time Hawaii conditions data for AI agents — surf, weather, trails, volcano, ocean safety, restaurants.",
  "url": "https://hawaii-conditions.vercel.app",
  "mcp_endpoint": "https://hawaii-conditions.vercel.app/mcp",
  "transport": "streamable-http",
  "capabilities": [
    "weather",
    "surf_conditions",
    "trail_status",
    "volcano_status",
    "ocean_safety",
    "restaurant_search",
    "sun_times"
  ],
  "supported_islands": ["oahu", "maui", "big island", "kauai", "molokai", "lanai"],
  "data_sources": ["NOAA", "USGS HVO", "NPS", "Open-Meteo", "Google Places"],
  "auth": {
    "type": "prepaid_bearer",
    "register": "call register_agent tool at mcp_endpoint (free, no credentials needed)"
  },
  "contact": "https://hawaii-conditions.vercel.app/health"
}
