Avanan MSP (Legacy SmartAPI) MCP Server
io.github.wyre-technology/avanan-legacy-mcp
What is the Avanan MSP (Legacy SmartAPI) MCP server?
MCP server for the Avanan MSP SmartAPI — manage child MSPs, users, tenants, licenses, and usage.
How to install Avanan MSP (Legacy SmartAPI)
Copy-paste configuration for popular MCP clients.
AVANAN_APP_IDrequiredApplication ID provided by Avanan Support (x-av-app-id)
AVANAN_TOKENrequiredsecretToken from the Avanan auth handshake (x-av-token)
AVANAN_SECRETrequiredsecretShared secret used to compute the x-av-sig HMAC
AVANAN_REGIONAPI region: us, eu, ca, or ap (defaults to JWT region claim, then us)
MCP_TRANSPORTTransport mode: 'stdio' for local CLI use, 'http' for gateway hosting
MCP_HTTP_PORTHTTP transport listen port
LOG_LEVELLog verbosity: debug, info, warn, error
{
"mcpServers": {
"avanan-legacy-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/avanan-legacy-mcp:v1.0.1"
],
"env": {
"AVANAN_APP_ID": "<YOUR_AVANAN_APP_ID>",
"AVANAN_TOKEN": "<YOUR_AVANAN_TOKEN>",
"AVANAN_SECRET": "<YOUR_AVANAN_SECRET>",
"AVANAN_REGION": "<YOUR_AVANAN_REGION>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"avanan-legacy-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/avanan-legacy-mcp:v1.0.1"
],
"env": {
"AVANAN_APP_ID": "<YOUR_AVANAN_APP_ID>",
"AVANAN_TOKEN": "<YOUR_AVANAN_TOKEN>",
"AVANAN_SECRET": "<YOUR_AVANAN_SECRET>",
"AVANAN_REGION": "<YOUR_AVANAN_REGION>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"avanan-legacy-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/avanan-legacy-mcp:v1.0.1"
],
"env": {
"AVANAN_APP_ID": "<YOUR_AVANAN_APP_ID>",
"AVANAN_TOKEN": "<YOUR_AVANAN_TOKEN>",
"AVANAN_SECRET": "<YOUR_AVANAN_SECRET>",
"AVANAN_REGION": "<YOUR_AVANAN_REGION>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"avanan-legacy-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/avanan-legacy-mcp:v1.0.1"
],
"env": {
"AVANAN_APP_ID": "<YOUR_AVANAN_APP_ID>",
"AVANAN_TOKEN": "<YOUR_AVANAN_TOKEN>",
"AVANAN_SECRET": "<YOUR_AVANAN_SECRET>",
"AVANAN_REGION": "<YOUR_AVANAN_REGION>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add avanan-legacy-mcp --env AVANAN_APP_ID=<YOUR_AVANAN_APP_ID> --env AVANAN_TOKEN=<YOUR_AVANAN_TOKEN> --env AVANAN_SECRET=<YOUR_AVANAN_SECRET> --env AVANAN_REGION=<YOUR_AVANAN_REGION> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env MCP_HTTP_PORT=<YOUR_MCP_HTTP_PORT> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/avanan-legacy-mcp:v1.0.1Related MCP servers
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
View repository →Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
View repository →MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
View repository →MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
View repository →MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
View repository →