Skip to content

arneffm/ecoaloha

v1.0.0

Find outdoor experiences and integrate the EcoAloha API.

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

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.