# aloha.fyi Hawaii (remote · mcp-server-nani-v3-20.up.railway.app)

Hawaii MCP: tours, events, weather, restaurants, and day-plan itineraries across 4 islands.

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

## Components

- remote · `mcp-server-nani-v3-20.up.railway.app`: 74/100 (this document), [markdown](https://verifymcp.io/servers/baphometnxg-aloha-fyi-mcp/mcp-server-nani-v3-20.md), [page](https://verifymcp.io/servers/baphometnxg-aloha-fyi-mcp/mcp-server-nani-v3-20)

## Channel facts

- Endpoint: `https://mcp-server-nani-v3-20.up.railway.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.0`

## 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-04.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 76/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 733 tokens (~122/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http baphometnxg-aloha-fyi-mcp https://mcp-server-nani-v3-20.up.railway.app/mcp
```

### Codex

```toml
[mcp_servers.baphometnxg-aloha-fyi-mcp]
url = "https://mcp-server-nani-v3-20.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "baphometnxg-aloha-fyi-mcp": {
      "type": "remote",
      "url": "https://mcp-server-nani-v3-20.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add baphometnxg-aloha-fyi-mcp --url https://mcp-server-nani-v3-20.up.railway.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  baphometnxg-aloha-fyi-mcp:
    url: "https://mcp-server-nani-v3-20.up.railway.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "baphometnxg-aloha-fyi-mcp": {
      "type": "http",
      "url": "https://mcp-server-nani-v3-20.up.railway.app/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-03 (score 74, +1)

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

### 2026-08-01 (score 73, +1)

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

### 2026-07-31 (score 72, +2)

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

### 2026-07-30 (score 70, +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 69, +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 68, +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 67)

First indexed and scored.

## MCP tools (6)

### `search_hawaii_tours` (~151 tokens)

Search Hawaii Tours

Search 1,500+ bookable Hawaii tours and activities by keyword, island, price range. Returns tours from Viator, GetYourGuide, Klook, and Groupon with affiliate booking links. Use this when users ask about Hawaii tours, activities, or things to do.

Input parameters:

- `island` (string): Which Hawaiian island
- `limit` (number): Number of results (max 20)
- `max_price_dollars` (number): Maximum price per person in USD
- `query` (string, required): What to search for, e.g. 'snorkeling', 'helicopter tour', 'luau', 'family activities'
- `source` (string): Filter by booking platform

### `get_hawaii_deals` (~104 tokens)

Hawaii Budget Deals

Find budget deals and discounts for Hawaii activities. Returns Groupon deals and low-price options sorted cheapest first. Use when users want affordable Hawaii experiences or budget travel tips.

Input parameters:

- `activity` (string, required): Type of activity, e.g. 'snorkeling', 'helicopter', 'luau', 'food tour'
- `limit` (number): Number of deals (max 20)
- `max_price_dollars` (number): Maximum price per person in USD

### `search_hawaii_events` (~96 tokens)

Hawaii Events & Concerts

Find upcoming events, concerts, festivals, and nightlife across the Hawaiian islands, refreshed weekly from venue and promoter calendars. Use when users ask what's happening in Hawaii or want entertainment options.

Input parameters:

- `days_ahead` (number): How many days ahead to search
- `island` (string)
- `query` (string): Type of event, e.g. 'live music', 'luau', 'concert', 'food festival'

### `get_hawaii_weather` (~97 tokens)

Hawaii Weather & Surf Conditions

Current weather, forecast, and surf/wind conditions for any Hawaiian island. Use this when users ask 'what's the weather in Maui this week' or 'is it good surf conditions on the North Shore today'. Returns temperature, precipitation, wind speed, UV index, and a 3-day forecast.

Input parameters:

- `days` (number): Days of forecast to return (1-7)
- `island` (string, required): Which Hawaiian island

### `find_hawaii_restaurants` (~164 tokens)

Hawaii Restaurants & Food

Find restaurants, coffee shops, poke bars, ramen, bakeries, and food trucks in Waikiki and across Oahu. 450+ curated spots across fine dining, casual, local plates, and specialty categories. Use when users ask 'where should I eat in Waikiki', 'best poke on Oahu', 'where to grab coffee', or 'cheap eats near me'.

Input parameters:

- `category` (string): Filter by category
- `limit` (number): Number of results (max 15)
- `neighborhood` (string): Filter by neighborhood, e.g. 'waikiki', 'kaimuki'
- `query` (string): What to look for, e.g. 'poke', 'sushi', 'breakfast', 'local plate lunch'

### `plan_hawaii_day` (~121 tokens)

Plan a Hawaii Day

Build a same-day or trip itinerary for a Hawaiian island. Returns a morning activity, lunch spot, afternoon activity, and dinner spot — picked from our live catalog of tours, food, and experiences. Use when users ask 'plan my day in Oahu', 'what should I do Saturday in Maui', or 'family itinerary for Kauai'.

Input parameters:

- `island` (string): Which island
- `max_budget_per_person` (number): Max total budget per person for paid activities in USD
- `vibe` (string): The overall vibe of the day

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/baphometnxg-aloha-fyi-mcp/mcp-server-nani-v3-20#diagnostics

## Score history

- 2026-08-04: 74
- 2026-08-03: 74
- 2026-08-02: 73
- 2026-08-01: 73
- 2026-07-31: 72
- 2026-07-30: 70
- 2026-07-29: 69
- 2026-07-28: 69
- 2026-07-27: 68
- 2026-07-26: 67

## Links

- Remote endpoint: https://mcp-server-nani-v3-20.up.railway.app/mcp
- Repository: https://github.com/baphometnxg/aloha-fyi-mcp
- Website: https://aloha.fyi/
- Changelog RSS feed: https://verifymcp.io/servers/baphometnxg-aloha-fyi-mcp/mcp-server-nani-v3-20/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/baphometnxg-aloha-fyi-mcp/mcp-server-nani-v3-20/changelog.json
- HTML version of this page: https://verifymcp.io/servers/baphometnxg-aloha-fyi-mcp/mcp-server-nani-v3-20
