Skip to main content
ClaudeWave
WYRE-AI avatar
WYRE-AI

avanan-legacy-mcp

View on GitHub

MCP server for the Avanan MSP SmartAPI (legacy tenant management)

MCP ServersOfficial Registry0 stars0 forksTypeScriptApache-2.0Updated yesterday
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/27/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/WYRE-AI/avanan-legacy-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "avanan-legacy-mcp": {
      "command": "node",
      "args": ["/path/to/avanan-legacy-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/WYRE-AI/avanan-legacy-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# avanan-legacy-mcp

MCP server for the **Avanan MSP SmartAPI** (the "legacy" Avanan MSP tenant management
API — distinct from `avanan-mcp`, which targets the Checkpoint Harmony Email & Collaboration
HEC API).

Implements the Jan 2024 Avanan MSP SmartAPI Reference Guide:

| Group | Tools |
| --- | --- |
| Child MSPs | `avanan_list_msp_partners`, `avanan_create_msp_partner`, `avanan_delete_msp_partner` |
| MSP users | `avanan_list_msp_users`, `avanan_get_msp_user`, `avanan_create_msp_user`, `avanan_update_msp_user`, `avanan_delete_msp_user` |
| Customer tenants | `avanan_list_tenants`, `avanan_get_tenant`, `avanan_create_tenant`, `avanan_delete_tenant` |
| Licenses | `avanan_list_licenses`, `avanan_list_addons`, `avanan_assign_license` |
| Usage | `avanan_get_monthly_usage`, `avanan_get_daily_usage` |

## Features

- **Interactive tenant card (MCP Apps, SEP-1865)**: `avanan_get_tenant` renders as an
  interactive card in MCP Apps hosts (Claude Desktop/web) showing domain, status,
  deployment mode, license package, protected users, PoC dates, and add-ons. The card is
  read-only, neutral by default, and brandable via `window.__BRAND__` injection or
  `MCP_BRAND_*` env vars (`MCP_BRAND_NAME`, `MCP_BRAND_LOGO_URL`, `MCP_BRAND_PRIMARY_COLOR`,
  `MCP_BRAND_ACCENT_COLOR`, `MCP_BRAND_BG`, `MCP_BRAND_TEXT`). Plain-JSON behavior is
  unchanged in other hosts. Rebuild the embedded card HTML after editing `ui/` with
  `npm run build:ui`.

## Configuration

| Env var | Required | Description |
| --- | --- | --- |
| `AVANAN_APP_ID` | yes | Application ID provided by Avanan Support (`x-av-app-id`). |
| `AVANAN_TOKEN` | yes | Token from the Avanan auth handshake (`x-av-token`). |
| `AVANAN_SECRET` | yes | Shared secret used to compute the `x-av-sig` HMAC. |
| `AVANAN_REGION` | no | `us` \| `eu` \| `ca` \| `ap`. Defaults to JWT region claim, then `us`. |
| `MCP_TRANSPORT` | no | `stdio` (default) or `http`. |
| `MCP_HTTP_PORT` | no | HTTP transport port (default 8080). |
| `LOG_LEVEL` | no | `debug` \| `info` \| `warn` \| `error` (default `info`). |

In **gateway mode**, credentials are taken per-request from headers:
`X-Avanan-App-Id`, `X-Avanan-Token`, `X-Avanan-Secret`, optionally `X-Avanan-Region`.

## Status

> [!IMPORTANT]
> The `x-av-sig` signing algorithm is implemented as a **best-guess HMAC-SHA256**
> because the MSP SmartAPI guide defers signing details to the parent Avanan API
> Reference Guide. Replace the body of `signRequest()` in
> [`src/utils/client.ts`](src/utils/client.ts) with the exact algorithm before
> production use. The function is isolated so no other code needs to change.

## Build

```bash
npm install
npm run build
npm start
```

## Regional endpoints

| Region | Base |
| --- | --- |
| US | `https://smart-api-production-1-us.avanan.net` |
| EU | `https://smart-api-production-1-eu.avanan.net` |
| CA | `https://smart-api-production-1-ca.avanan.net` |
| AP | `https://smart-api-production-5-ap.avanan.net` |

All endpoints sit under `/v1.0/msp/...`.

What people ask about avanan-legacy-mcp

What is WYRE-AI/avanan-legacy-mcp?

+

WYRE-AI/avanan-legacy-mcp is mcp servers for the Claude AI ecosystem. MCP server for the Avanan MSP SmartAPI (legacy tenant management) It has 0 GitHub stars and its last recorded update is dated 2026-08-25.

How do I install avanan-legacy-mcp?

+

You can install avanan-legacy-mcp by cloning the repository (https://github.com/WYRE-AI/avanan-legacy-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is WYRE-AI/avanan-legacy-mcp safe to use?

+

Our security agent has analyzed WYRE-AI/avanan-legacy-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains WYRE-AI/avanan-legacy-mcp?

+

WYRE-AI/avanan-legacy-mcp is maintained by WYRE-AI. The last recorded GitHub activity is dated 2026-08-25, with 1 open issues.

Are there alternatives to avanan-legacy-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy avanan-legacy-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: WYRE-AI/avanan-legacy-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/wyre-ai-avanan-legacy-mcp)](https://claudewave.com/repo/wyre-ai-avanan-legacy-mcp)
<a href="https://claudewave.com/repo/wyre-ai-avanan-legacy-mcp"><img src="https://claudewave.com/api/badge/wyre-ai-avanan-legacy-mcp" alt="Featured on ClaudeWave: WYRE-AI/avanan-legacy-mcp" width="320" height="64" /></a>

More MCP Servers

avanan-legacy-mcp alternatives