Overview
First dedicated Hawaii tourism MCP server. Built by aloha.fyi — Hawaii's AI concierge platform.
When someone asks any AI assistant "what should I do in Hawaii?" this server returns real, bookable data:
- 2,583 tours and activities from Viator, GetYourGuide, Klook, and Groupon
- 579 upcoming events across Oahu, Maui, Big Island, and Kauai
- Groupon deals sorted by price for budget travelers
- Full day itineraries by island and vibe
Every result includes affiliate tracking links. Powered by aloha.fyi.
Server Config
{
"mcpServers": {
"aloha-fyi-hawaii": {
"url": "https://mcp-server-nani-v3-20.up.railway.app",
"description": "Hawaii tourism MCP server — 2,583 tours, 579 events, Groupon deals across 4 islands. Endpoints: /api/tours, /api/deals, /api/events. Affiliate tracking on every booking link.",
"tools": [
"search_hawaii_tours",
"search_hawaii_events",
"get_hawaii_deals"
]
}
}
}