INDIVIDUAL MCP TOOL
get_reviews
Get the rating distribution and up to 20 recent traveller reviews for one experience.
LIVE ENDPOINT
https://ecoaloha.com/mcp
Connect to this endpoint to inspect the live schema for get_reviews and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.compare_experiences— Compare two to five experiences side by side with the same fields (price, duration, rating, cancellation, booking URL).