Loading MCP server directory, please wait...
MCP server for the Avanan MSP SmartAPI — manage child MSPs, users, tenants, licenses, and usage.
npx @getmcp/cli add io.github.wyre-technology/avanan-legacy-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
AVANAN_APP_IDApplication ID provided by Avanan Support (x-av-app-id)
AVANAN_TOKENToken from the Avanan auth handshake (x-av-token)
AVANAN_SECRETShared secret used to compute the x-av-sig HMAC
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/avanan-legacy-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AVANAN_APP_ID",
"-e",
"AVANAN_TOKEN",
"-e",
"AVANAN_SECRET",
"-e",
"AVANAN_REGION",
"-e",
"MCP_TRANSPORT",
"-e",
"MCP_HTTP_PORT",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/avanan-legacy-mcp:v1.0.1"
],
"env": {
"AVANAN_APP_ID": "",
"AVANAN_TOKEN": "",
"AVANAN_SECRET": "",
"AVANAN_REGION": "",
"MCP_TRANSPORT": "stdio",
"MCP_HTTP_PORT": "8080",
"LOG_LEVEL": "info"
}
}
}
}