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
ghcr.io/wyre-technology/avanan-legacy-mcp:v1.0.1
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:
stdioTransport mode: 'stdio' for local CLI use, 'http' for gateway hosting
MCP_HTTP_PORT(str)
Default:
8080HTTP transport listen port
LOG_LEVEL(str)
Default:
infoLog verbosity: debug, info, warn, error