Back to Browse

Ecoaloha Agents MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Search and compare outdoor experiences. Public keyless API; booking and payment happen on Viator.

About

Search and compare outdoor experiences. Public keyless API; booking and payment happen on Viator.

Remote endpoints: streamable-http: https://ecoaloha.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

11 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-arneffm-ecoaloha": {
      "url": "https://ecoaloha.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

EcoAloha agent integrations

Official integration resources for EcoAloha. Read the developer portal and OpenAPI specification.

Connect with MCP

Use Streamable HTTP at https://ecoaloha.com/mcp. No API key is required. Find the official EcoAloha listing on Smithery. The separate documentation server is https://ecoaloha.com/mcp/docs. The server card lists the product tools. Verified listing: official MCP Registry.

Install skills

npx skills add ArneFfm/ecoaloha-agents

The root plugin.json and mcp.json also form an Agent Plugin.

SDKs and CLI

Download installable packages from release 0.1.0. The JavaScript SDK and CLI are published as @ecoaloha/sdk on npm.

npm install @ecoaloha/sdk
npx --package=@ecoaloha/sdk ecoaloha --sandbox destinations

The Python SDK is published as ecoaloha on PyPI. Python 3.10 or later is required.

python3 -m pip install ecoaloha

You can also install from this checkout:

npm install ./packages/sdk-js
python3 -m pip install ./packages/sdk-python
node packages/sdk-js/cli.js --sandbox destinations

The Go SDK uses the standard library:

go get github.com/ArneFfm/ecoaloha-agents/packages/sdk-go@v0.1.0

See the Go guide.

See the JavaScript guide and Python guide.

Safety and scope

The API is public and keyless. Respect rate limits and Retry-After. Live data requires partner entitlement. Do not retry or bypass AGENT_ACCESS_NOT_APPROVED. Use fictional fixtures at https://ecoaloha.com/api/sandbox/v1 for read-only testing. Booking and payment happen on Viator. Prices are indicative. Disclose affiliate links.

Publishing

Manual workflows publish the MCP listing and SDK packages separately. Package versions are immutable after publication. Publisher accounts must be configured first. For PyPI, register a pending trusted publisher for project ecoaloha, owner ArneFfm, repository ecoaloha-agents, workflow publish-pypi.yml. For npm, publish the first release with an account that owns @ecoaloha, then configure workflow publish-npm.yml as a trusted publisher.

The manual publish-go.yml workflow tests and publishes an immutable Go module tag.

Reviews

No reviews yet

Be the first to review this server!