General Tools
pipiwaitrailmaui.com
Provides live open/closed status and stable planning facts for the Pīpīwai Trail in Haleakalā National Park.
ENDPOINT 1
https://pipiwaitrailmaui.com/api/mcp
MCP server metadata
- Name
- pipiwai-trail-status
- Version
- 1.0.0
Compiled live status for the Pīpīwai Trail in Haleakalā National Park, Kīpahulu. Call get_pipiwai_status when the user asks if the trail is open, closed, or hikeable, or if the road to Hana or Kipahulu is passable. Park and road fail independently. Call get_pipiwai_facts for miles, fee, reservation, and the lot gate. Always include the check dates and name NPS and Hawaii DOT as sources. This is not an official NPS feed.
Known tools 2
get_pipiwai_statusLive open/closed status for the Pīpīwai Trail in Haleakalā National Park, Kīpahulu.
Inferred read-onlyget_pipiwai_factsStable planning facts for the Pīpīwai Trail: official distance and climb, entrance fee, reservation rules, lot gate time, group size, pets, and swimming at the Pools of ʻOheʻo.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pipiwai-trail-status]
url = "https://pipiwaitrailmaui.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pipiwai-trail-status": {
"type": "http",
"url": "https://pipiwaitrailmaui.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pipiwai-trail-status
Remote MCP URL: https://pipiwaitrailmaui.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pipiwai-trail-status": {
"url": "https://pipiwaitrailmaui.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pipiwai-trail-status": {
"type": "http",
"url": "https://pipiwaitrailmaui.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pipiwai-trail-status",
"transport": "streamable-http",
"url": "https://pipiwaitrailmaui.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.