← Back to browse

Avanan MSP (Legacy SmartAPI)

Indexed by io.github.wyre-technology

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAVANAN_APP_ID AVANAN_TOKEN AVANAN_SECRET AVANAN_REGION MCP_TRANSPORT MCP_HTTP_PORT LOG_LEVEL
Claude Code
claude mcp add --env AVANAN_APP_ID= --env AVANAN_TOKEN= --env AVANAN_SECRET= --env AVANAN_REGION= --env MCP_TRANSPORT= --env MCP_HTTP_PORT= --env LOG_LEVEL= avanan-legacy-mcp -- docker ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"avanan-legacy-mcp","command":"docker","args":["ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0"],"env":{"AVANAN_APP_ID":"","AVANAN_TOKEN":"","AVANAN_SECRET":"","AVANAN_REGION":"","MCP_TRANSPORT":"","MCP_HTTP_PORT":"","LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "avanan-legacy-mcp": {
      "command": "docker",
      "args": [
        "ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0"
      ],
      "env": {
        "AVANAN_APP_ID": "",
        "AVANAN_TOKEN": "",
        "AVANAN_SECRET": "",
        "AVANAN_REGION": "",
        "MCP_TRANSPORT": "",
        "MCP_HTTP_PORT": "",
        "LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.