INDIVIDUAL MCP TOOL
create_share_list
Create a public shortlist URL of 1 to 20 experiences that expires after 30 days.
LIVE ENDPOINT
https://ecoaloha.com/mcp
Connect to this endpoint to inspect the live schema for create_share_list and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.ecoaloha]
url = "https://ecoaloha.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ecoaloha": {
"type": "http",
"url": "https://ecoaloha.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ecoaloha
Remote MCP URL: https://ecoaloha.com/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": {
"ecoaloha": {
"url": "https://ecoaloha.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ecoaloha": {
"type": "http",
"url": "https://ecoaloha.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ecoaloha",
"transport": "streamable-http",
"url": "https://ecoaloha.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_catalog— Search published destinations and collections by keyword.list_destinations— List the approved city destinations with their ids.nearest_destination— Find the nearest enabled gateway city to a coordinate.list_collections— List published editorial collections of hand-picked experiences.get_collection— Read one published collection by slug, including its experience ids.search_experiences— Search live bookable nature, outdoor and adventure experiences near one gateway city.get_experience— Get full detail for one experience: current starting price, duration, rating, reviews, inclusions, meeting point, cancellation policy and booking URL.get_reviews— Get the rating distribution and up to 20 recent traveller reviews for one experience.