By Hawaii’s Real-time API
Real-time conditions
for AI agents
exploring Hawaii
Real-time conditions
for AI agents
exploring Hawaii
π‘ Ping – Free health check to verify connectivity before paid calls.
π Surf Conditions – Wave height, period, direction & 3-day forecasts.
π€ Weather – Hyperlocal temp, UV, wind & 5-day forecasts per island.
π₯Ύ Trail Status – Live NPS alerts and state trail closures.
π Volcano Activity – KΔ«lauea eruption status & USGS notices.
π¨ Ocean Safety – Box jellyfish, rip currents & high surf advisories.
π½ Restaurants – poke, plate lunch, shave ice & hidden gems.
π Sunrise & Sunset – Daily times for every Hawaiian island. Free.
π Full Briefing – Weather, surf, trails, volcano & ocean in one call.
Add HawaiiConditions skills to any client
npx agentcash add https://hawaii-conditions.vercel.app
to install my MCP server on all AI Agents
Or connect directly via MCP endpoint
https://hawaii-conditions.vercel.app/api/mcp
Register and fund your account in one session
Step 1 β Register (free, returns your api_key)
curl -X POST https://hawaii-conditions.vercel.app/api/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"register_agent","arguments":{"display_name":"My Agent"}},"id":1}'
Step 2 β Add $5 (use your api_key from Step 1)
curl -X POST https://hawaii-conditions.vercel.app/api/mcp \
-H "Content-Type: application/json" \
-H "X-MCP-Account: mcp_live_YOUR_KEY" \
-d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"add_funds_5","arguments":{}},"id":2}'