PluginBench
MCP Server

Avanan MSP (Legacy SmartAPI) MCP Server

io.github.wyre-technology/avanan-legacy-mcp

What is the Avanan MSP (Legacy SmartAPI) MCP server?

MCP server for the Avanan MSP SmartAPI — manage child MSPs, users, tenants, licenses, and usage.

How to install Avanan MSP (Legacy SmartAPI)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AVANAN_APP_ID
    required

    Application ID provided by Avanan Support (x-av-app-id)

  • AVANAN_TOKEN
    required
    secret

    Token from the Avanan auth handshake (x-av-token)

  • AVANAN_SECRET
    required
    secret

    Shared secret used to compute the x-av-sig HMAC

  • AVANAN_REGION

    API region: us, eu, ca, or ap (defaults to JWT region claim, then us)

  • MCP_TRANSPORT

    Transport mode: 'stdio' for local CLI use, 'http' for gateway hosting

  • MCP_HTTP_PORT

    HTTP transport listen port

  • LOG_LEVEL

    Log verbosity: debug, info, warn, error

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "avanan-legacy-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/avanan-legacy-mcp:v1.0.1"
      ],
      "env": {
        "AVANAN_APP_ID": "<YOUR_AVANAN_APP_ID>",
        "AVANAN_TOKEN": "<YOUR_AVANAN_TOKEN>",
        "AVANAN_SECRET": "<YOUR_AVANAN_SECRET>",
        "AVANAN_REGION": "<YOUR_AVANAN_REGION>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "avanan-legacy-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/avanan-legacy-mcp:v1.0.1"
      ],
      "env": {
        "AVANAN_APP_ID": "<YOUR_AVANAN_APP_ID>",
        "AVANAN_TOKEN": "<YOUR_AVANAN_TOKEN>",
        "AVANAN_SECRET": "<YOUR_AVANAN_SECRET>",
        "AVANAN_REGION": "<YOUR_AVANAN_REGION>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "avanan-legacy-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/avanan-legacy-mcp:v1.0.1"
      ],
      "env": {
        "AVANAN_APP_ID": "<YOUR_AVANAN_APP_ID>",
        "AVANAN_TOKEN": "<YOUR_AVANAN_TOKEN>",
        "AVANAN_SECRET": "<YOUR_AVANAN_SECRET>",
        "AVANAN_REGION": "<YOUR_AVANAN_REGION>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "avanan-legacy-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/avanan-legacy-mcp:v1.0.1"
      ],
      "env": {
        "AVANAN_APP_ID": "<YOUR_AVANAN_APP_ID>",
        "AVANAN_TOKEN": "<YOUR_AVANAN_TOKEN>",
        "AVANAN_SECRET": "<YOUR_AVANAN_SECRET>",
        "AVANAN_REGION": "<YOUR_AVANAN_REGION>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add avanan-legacy-mcp --env AVANAN_APP_ID=<YOUR_AVANAN_APP_ID> --env AVANAN_TOKEN=<YOUR_AVANAN_TOKEN> --env AVANAN_SECRET=<YOUR_AVANAN_SECRET> --env AVANAN_REGION=<YOUR_AVANAN_REGION> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env MCP_HTTP_PORT=<YOUR_MCP_HTTP_PORT> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/avanan-legacy-mcp:v1.0.1

Related MCP servers

MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.

View repository →

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

View repository →

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

View repository →

MCP server for Atera RMM — customers, tickets, and more.

View repository →

MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.

View repository →

MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.

View repository →