# Hawaii Conditions MCP Server MCP server

Real-time surf, weather, trail status, volcano, ocean safety, and restaurants for Hawaii.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-spacemandomains-hawaii-conditions
- Repository: https://github.com/spacemandomains/2_hawaii_conditions_mcp_server
- Website: https://hawaii-conditions.vercel.app

## Install
- Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://hawaii-conditions.vercel.app/api/mcp

## Tools
- ping - Health check — returns server status. Free. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- register_agent - Create a prepaid account. Returns api_key (format: mcp_live_…). Store it immediately — shown only once. Free. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- get_balance - Returns current balance, original load amount, and low-balance flag. Free. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- create_wallet_setup - Initialise Stripe SetupIntent — returns client_secret for saving a card. Free. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- save_payment_method - Attach a Stripe payment method (pm_…) to your account for autonomous top-ups. Free. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- link_stripe_customer - Link an existing Stripe customer ID (cus_…) to your account. Free. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- recent_transactions - View recent credits and debits (default 20, max 50). Free. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- add_funds_5 - Charge your saved card $5 — balance credited after Stripe payment confirmation. Free to call. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- add_funds_10 - Charge your saved card $10 — balance credited after Stripe payment confirmation. Free to call. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- add_funds_20 - Charge your saved card $20 — balance credited after Stripe payment confirmation. Free to call. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- get_sun_times - Sunrise, sunset, and daylight duration by island (HST). Free. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- get_moon_phase - Current moon phase, illumination percentage, moonrise/moonset times, and days to next full/new moon. Free. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- get_weather - 5-day forecast, UV index, wind, sunrise/sunset. Cost: $0.10. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- get_surf_conditions - Wave height, period, direction + 3-day forecast. Cost: $0.10. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- get_trail_status - NPS alerts and state trail closures. Cost: $0.25. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- get_volcano_status - Live Kīlauea status from USGS HVO. Cost: $0.25. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- get_ocean_safety - Box jellyfish, rip currents, NOAA marine alerts. Cost: $0.50. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- get_full_briefing - All five data sources combined — weather, surf, trails, volcano, ocean safety. Best value at $2.00. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- search_restaurants - Find restaurants by location, cuisine, price range, open-now filter. Cost: $0.25. Endpoint: https://hawaii-conditions.vercel.app/api/mcp
- get_restaurant_details - Full hours, reviews, photos for a restaurant by place_id. Cost: $0.15. Endpoint: https://hawaii-conditions.vercel.app/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Spacemandomains
- Version: 1.0.5
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
