← ecoaloha.com

INDIVIDUAL MCP TOOL

list_destinations

List editorial gateway cities with their ids.

ecoaloha.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ecoaloha.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_destinations 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

ecoaloha.com

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

  • get_page_references — Read published parent, child and related editorial pages.
  • search_catalog — Search published destinations and collections by keyword.
  • list_collections — List published editorial collections.
  • get_collection — Read one published collection by slug, including its experience ids and optional destination guide with image credits and sources.
  • get_collection_experiences — Get reviewed physical offers for one published collection, including starting prices and affiliate booking links.
  • search_experiences — Search reviewed physical tours and admissions 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.