# Hawaii Conditions MCP Server (remote · hawaii-conditions.vercel.app)

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

- Trust score: 63/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `hawaii-conditions.vercel.app`: 63/100 (this document), [markdown](https://verifymcp.io/servers/spacemandomains-hawaii-conditions/api-mcp.md), [page](https://verifymcp.io/servers/spacemandomains-hawaii-conditions/api-mcp)

## Channel facts

- Endpoint: `https://hawaii-conditions.vercel.app/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.12`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 20 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 919 tokens (~45/item across 20 items; 20 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 95% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http spacemandomains-hawaii-conditions https://hawaii-conditions.vercel.app/api/mcp
```

### Codex

```toml
[mcp_servers.spacemandomains-hawaii-conditions]
url = "https://hawaii-conditions.vercel.app/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "spacemandomains-hawaii-conditions": {
      "type": "remote",
      "url": "https://hawaii-conditions.vercel.app/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add spacemandomains-hawaii-conditions --url https://hawaii-conditions.vercel.app/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  spacemandomains-hawaii-conditions:
    url: "https://hawaii-conditions.vercel.app/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "spacemandomains-hawaii-conditions": {
      "type": "http",
      "url": "https://hawaii-conditions.vercel.app/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 62, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 59, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 58)

First indexed and scored.

## MCP tools (20)

### `ping` (~16 tokens)

Health check — returns server status. Free.

### `register_agent` (~62 tokens)

Create a prepaid account. Returns api_key (format: mcp_live_…). Store it immediately — shown only once. Free.

Input parameters:

- `agent_id` (string): Optional unique identifier for this agent
- `display_name` (string): Human-readable name for this agent

### `get_balance` (~43 tokens)

Returns current balance, original load amount, and low-balance flag. Free.

Input parameters:

- `api_key` (string): Optional api key. Prefer X-MCP-Account header.

### `create_wallet_setup` (~24 tokens)

Initialise Stripe SetupIntent — returns client_secret for saving a card. Free.

### `save_payment_method` (~45 tokens)

Attach a Stripe payment method (pm_…) to your account for autonomous top-ups. Free.

Input parameters:

- `payment_method_id` (string, required): Stripe payment method ID (pm_…)

### `link_stripe_customer` (~41 tokens)

Link an existing Stripe customer ID (cus_…) to your account. Free.

Input parameters:

- `customer_id` (string, required): Stripe customer ID (cus_…)

### `recent_transactions` (~60 tokens)

View recent credits and debits (default 20, max 50). Free.

Input parameters:

- `api_key` (string): Optional api key. Prefer X-MCP-Account header.
- `limit` (number): Number of transactions to return (max 50)

### `add_funds_5` (~29 tokens)

Charge your saved card $5 — balance credited after Stripe payment confirmation. Free to call.

### `add_funds_10` (~29 tokens)

Charge your saved card $10 — balance credited after Stripe payment confirmation. Free to call.

### `add_funds_20` (~29 tokens)

Charge your saved card $20 — balance credited after Stripe payment confirmation. Free to call.

### `get_sun_times` (~49 tokens)

Sunrise, sunset, and daylight duration by island (HST). Free.

Input parameters:

- `date` (string): Date in YYYY-MM-DD format (defaults to today)
- `island` (string)

### `get_moon_phase` (~51 tokens)

Current moon phase, illumination percentage, moonrise/moonset times, and days to next full/new moon. Free.

Input parameters:

- `date` (string): Date in YYYY-MM-DD format (defaults to today)

### `get_weather` (~54 tokens)

5-day forecast, UV index, wind, sunrise/sunset. Cost: $0.10.

Input parameters:

- `island` (string, required): Island name (e.g. oahu, maui, kauai, big-island)

### `get_surf_conditions` (~54 tokens)

Wave height, period, direction + 3-day forecast. Cost: $0.10.

Input parameters:

- `island` (string, required): Island name (e.g. oahu, maui, kauai, big-island)

### `get_trail_status` (~50 tokens)

NPS alerts and state trail closures. Cost: $0.25.

Input parameters:

- `island` (string, required): Island name (e.g. oahu, maui, kauai, big-island)

### `get_volcano_status` (~30 tokens)

Live Kīlauea status from USGS HVO. Cost: $0.25.

### `get_ocean_safety` (~54 tokens)

Box jellyfish, rip currents, NOAA marine alerts. Cost: $0.50.

Input parameters:

- `island` (string, required): Island name (e.g. oahu, maui, kauai, big-island)

### `get_full_briefing` (~61 tokens)

All five data sources combined — weather, surf, trails, volcano, ocean safety. Best value at $2.00.

Input parameters:

- `island` (string, required): Island name (e.g. oahu, maui, kauai, big-island)

### `search_restaurants` (~92 tokens)

Find restaurants by location, cuisine, price range, open-now filter. Cost: $0.25.

Input parameters:

- `cuisine` (string): Cuisine type (e.g. Hawaiian, Japanese, Mexican)
- `location` (string, required): Location to search (e.g. Waikiki, Kailua, Lahaina)
- `open_now` (boolean): Filter for currently open restaurants
- `price` (string): Price range

### `get_restaurant_details` (~46 tokens)

Full hours, reviews, photos for a restaurant by place_id. Cost: $0.15.

Input parameters:

- `place_id` (string, required): Google place_id returned from search_restaurants

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/spacemandomains-hawaii-conditions/api-mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 62
- 2026-07-31: 62
- 2026-07-30: 61
- 2026-07-29: 60
- 2026-07-28: 60
- 2026-07-27: 59
- 2026-07-26: 58

## Links

- Remote endpoint: https://hawaii-conditions.vercel.app/api/mcp
- Repository: https://github.com/spacemandomains/2_hawaii_conditions_mcp_server
- Website: https://hawaii-conditions.vercel.app/
- Changelog RSS feed: https://verifymcp.io/servers/spacemandomains-hawaii-conditions/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/spacemandomains-hawaii-conditions/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/spacemandomains-hawaii-conditions/api-mcp
