io.github.wyre-technology

avanan-legacy-mcp

Avanan MSP (Legacy SmartAPI)

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

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

AVANAN_APP_ID(str)
Required

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

AVANAN_TOKEN(str)
RequiredSecret

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

AVANAN_SECRET(str)
RequiredSecret

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

AVANAN_REGION(str)

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

MCP_TRANSPORT(str)
Default:stdio

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

MCP_HTTP_PORT(str)
Default:8080

HTTP transport listen port

LOG_LEVEL(str)
Default:info

Log verbosity: debug, info, warn, error