← Back to Plugins
MCP Server MCP

Avanan MSP (Legacy SmartAPI)

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Application ID provided by Avanan Support (x-av-app-id)",
          "isRequired": true,
          "format": "string",
          "name": "AVANAN_APP_ID"
        },
        {
          "description": "Token from the Avanan auth handshake (x-av-token)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AVANAN_TOKEN"
        },
        {
          "description": "Shared secret used to compute the x-av-sig HMAC",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AVANAN_SECRET"
        },
        {
          "description": "API region: us, eu, ca, or ap (defaults to JWT region claim, then us)",
          "format": "string",
          "name": "AVANAN_REGION"
        },
        {
          "description": "Transport mode: 'stdio' for local CLI use, 'http' for gateway hosting",
          "format": "string",
          "default": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "HTTP transport listen port",
          "format": "string",
          "default": "8080",
          "name": "MCP_HTTP_PORT"
        },
        {
          "description": "Log verbosity: debug, info, warn, error",
          "format": "string",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...