Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Avanan MSP (Legacy SmartAPI)

OCI · GHCR.IO/WYRE-TECHNOLOGY/AVANAN-LEGACY-MCP:V1.1.0 · SCANNED SEP 21

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

0 this week 45 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency6
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1114 tokens (~61/item across 18 items; 17 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "avanan_delete_msp_partner" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Avanan MSP (Legacy SmartAPI) MCP server?

Avanan MSP (Legacy SmartAPI) runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

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

# add to Claude Code
claude mcp add wyre-technology-avanan-legacy-mcp -- docker run --rm -i ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0
// .cursor/mcp.json
{
  "mcpServers": {
    "wyre-technology-avanan-legacy-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wyre-technology-avanan-legacy-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wyre-technology-avanan-legacy-mcp -- docker run --rm -i ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-technology-avanan-legacy-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-technology-avanan-legacy-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wyre-technology-avanan-legacy-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "wyre-technology-avanan-legacy-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 19 Sept 26 0
    • Stability: 0.97 → pass security
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 14 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 12 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 11 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed oci/ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 17 exposed · ~1,095 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
avanan_assign_license ~113

Assign a license (and optional add-ons) to an existing customer tenant.

NameTypeReqDescription
addonIdListarrayOptional list of add-on IDs from avanan_list_addons.
licenseCodeNamestringyesCode name of the desired license from avanan_list_licenses (e.g. 'complete_malware').
maxLicensedUsersintegerOptional maximum number of users for the tenant under this license.
tenant_idintegeryesAvanan tenant ID to assign the license to.

No output schema declared.

No examples provided.

avanan_create_msp_partner ~36

Create a new child MSP partner under the current MSP.

NameTypeReqDescription
namestringyesName of the new MSP partner.

No output schema declared.

No examples provided.

avanan_create_msp_user ~143

Create a new MSP user.

NameTypeReqDescription
directLoginbooleanyesAllow password login to the MSP portal.
emailstringyesUser email address.
firstNamestringyesUser first name.
lastNamestringyesUser last name.
receiveWeeklyReportsbooleanyesSend weekly reports from customer tenants to this user.
rolestringyesUser role.
samlLoginbooleanyesAllow SAML login to the MSP portal.
sendAlertsbooleanyesSend customer tenant alerts to this user.
viewPrivateDatabooleanyesAllow the user to view private data on customer portals.

No output schema declared.

No examples provided.

avanan_create_tenant ~111

Create a new customer tenant under the current MSP.

NameTypeReqDescription
adminEmailstringyesTenant administrator email.
adminNamestringyesTenant administrator's first and last name.
companyNamestringyesName of the company associated with the tenant.
phonestringyesTenant administrator phone number (10 digits).
tenantNamestringyesTenant name (used in the customer portal domain).
tenantRegionstringyesCountry code for tenant creation region (lowercase).

No output schema declared.

No examples provided.

avanan_delete_msp_partner ~48

Delete a child MSP partner by ID. WARNING: all tenants associated with this MSP are also deleted.

NameTypeReqDescription
msp_idintegeryesID of the MSP partner to delete.

No output schema declared.

No examples provided.

avanan_delete_msp_user ~30

Delete an MSP user by ID.

NameTypeReqDescription
user_idintegeryesMSP user ID.

No output schema declared.

No examples provided.

avanan_delete_tenant ~41

Delete a customer tenant by ID. WARNING: this deletes the tenant and all its data.

NameTypeReqDescription
tenant_idintegeryesAvanan tenant ID.

No output schema declared.

No examples provided.

avanan_get_daily_usage ~64

Get daily usage details across all customer tenants for a specific year/month/day.

NameTypeReqDescription
dayintegeryesDay of month.
monthintegeryesMonth, 1-12.
yearintegeryesYear, e.g. 2024.

No output schema declared.

No examples provided.

avanan_get_monthly_usage ~72

Get monthly usage details across all customer tenants for a given year/month. Returns per-day, per-tenant rows with user count, daily price, and cost.

NameTypeReqDescription
monthintegeryesMonth, 1-12.
yearintegeryesYear, e.g. 2024.

No output schema declared.

No examples provided.

avanan_get_msp_user ~31

Get a single MSP user by ID.

NameTypeReqDescription
user_idintegeryesMSP user ID.

No output schema declared.

No examples provided.

avanan_get_tenant ~48

Get details of a single customer tenant by ID, including license, PoC/paid dates, user count, and expiration.

NameTypeReqDescription
tenant_idintegeryesAvanan tenant ID.

No output schema declared.

No examples provided.

avanan_list_addons ~35

List all available license add-ons (id, name). Add-on IDs are used when assigning a license to a tenant.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

avanan_list_licenses ~37

List all available license packages (id, codeName, displayName). Use the codeName when assigning a license to a tenant.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

avanan_list_msp_partners ~33

List all associated child MSP partners under the current MSP. Returns id and name for each child MSP.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

avanan_list_msp_users ~32

List all MSP users.

NameTypeReqDescription
scrollIdstringPagination scroll ID from a previous response.

No output schema declared.

No examples provided.

avanan_list_tenants ~56

List all customer tenants associated with the current MSP. Each tenant entry includes domain, deployment mode, user counts, status, license package and add-ons.

NameTypeReqDescription
scrollIdstringPagination scroll ID from a previous response.

No output schema declared.

No examples provided.

avanan_update_msp_user ~165

Update an MSP user by ID. All fields are required per the SmartAPI spec.

NameTypeReqDescription
directLoginbooleanyesAllow password login to the MSP portal.
emailstringyesUser email address.
firstNamestringyesUser first name.
lastNamestringyesUser last name.
receiveWeeklyReportsbooleanyesSend weekly reports from customer tenants to this user.
rolestringyesUser role.
samlLoginbooleanyesAllow SAML login to the MSP portal.
sendAlertsbooleanyesSend customer tenant alerts to this user.
user_idintegeryesMSP user ID.
viewPrivateDatabooleanyesAllow the user to view private data on customer portals.

No output schema declared.

No examples provided.

Common questions

What is the Avanan MSP (Legacy SmartAPI) MCP server?

Avanan MSP (Legacy SmartAPI) is an MCP server listed in the public MCP registry as io.github.wyre-technology/avanan-legacy-mcp. MCP server for the Avanan MSP SmartAPI, manage child MSPs, users, tenants, licenses, and usage. This page covers its container image (ghcr.io/wyre-technology/avanan-legacy-mcp:v1.1.0).

Is the Avanan MSP (Legacy SmartAPI) MCP server safe to use?

Avanan MSP (Legacy SmartAPI) scores 45 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Avanan MSP (Legacy SmartAPI) MCP server expose?

Avanan MSP (Legacy SmartAPI) exposes 17 tools: avanan_list_msp_partners, avanan_create_msp_partner, avanan_delete_msp_partner, avanan_list_msp_users, avanan_get_msp_user, and 12 more. Their descriptions and schemas cost roughly 1,095 tokens of context every time the server is loaded.

Is the Avanan MSP (Legacy SmartAPI) MCP server still maintained?

Avanan MSP (Legacy SmartAPI) is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.