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-AI/AVANAN-LEGACY-MCP:V2.3.0 · SCANNED SEP 20

MCP server for the legacy Avanan SmartAPI: MSP tenant management plus per-tenant security tools.

+6 this week 44 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 & Transparency32
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 3033 tokens (~89/item across 34 items; 33 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
  • Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 91% of tool parameters carry a description.Partial
Tool Safety81
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 1 of 4 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 → Partial
  • An AI judge read all 34 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-ai/avanan-legacy-mcp:v2.3.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-ai/avanan-legacy-mcp:v2.3.0

# add to Claude Code
claude mcp add wyre-ai-avanan-legacy-mcp -- docker run --rm -i ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0
// .cursor/mcp.json
{
  "mcpServers": {
    "wyre-ai-avanan-legacy-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wyre-ai-avanan-legacy-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wyre-ai-avanan-legacy-mcp -- docker run --rm -i ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-ai-avanan-legacy-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-ai-avanan-legacy-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wyre-ai-avanan-legacy-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "wyre-ai-avanan-legacy-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.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 +1

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

  • 18 Sept 26 +1

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

  • 17 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 9 Sept 26 38

    First indexed and scored.

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 20 Sept 2026 · Analysed oci/ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.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 · 33 exposed · ~3,014 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_add_exception ~292

Add a whitelist or blacklist entry. Provide at least one match field (senderEmail, senderDomain, senderName, recipient, subject, attachmentMd5, linkDomains, senderIp).

NameTypeReqDescription
actionNeededstringAction to apply on match (as accepted by the portal).
attachmentMd5stringAttachment MD5 hash.
commentstringWhy this exception exists.
excTypestringyesException list: whitelist or blacklist.
ignoringSpfCheckbooleanIgnore SPF check for this exception.
linkDomainMatchingstring
linkDomainsstringLink domain(s) in the email body.
matchOnlyFuturestringApply only to future emails.
quarantineAllstringQuarantine all matches (blacklist).
recipientstringRecipient email address.
recipientMatchingstring
senderClientIpstringSender client IP address.
senderDomainstringSender domain.
senderDomainMatchingstring
senderEmailstringSender email address.
senderEmailMatchingstring
senderIpstringSender IP address.
senderNamestringSender display name.
senderNameMatchingstring
subjectstringEmail subject.
subjectMatchingstring

No output schema declared.

No examples provided.

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 ~126

Create a new child MSP partner under the current MSP (msppartners-extended endpoint, July 2026 guide).

NameTypeReqDescription
countrystringyesCountry the MSP is located in, spelled as in the guide's country list (e.g. 'United States').
namestringyesName of the new MSP partner.
statestringUS state name from the guide's state list. Required only when country is 'United States'.
websitestringyesMSP partner website URL.
zipstringyesPostal / ZIP code.

No output schema declared.

No examples provided.

avanan_create_msp_user ~163

Create a new MSP user.

NameTypeReqDescription
MSPIdintegerParent MSPs only: create the user under this child MSP.
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 ~131

Create a new customer tenant under the current MSP.

NameTypeReqDescription
MSPIdintegerParent MSPs only: create the tenant under this child MSP.
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_exception ~59

DESTRUCTIVE and irreversible: delete a whitelist or blacklist entry by its entity ID. Confirm with the user before invoking.

NameTypeReqDescription
excIdstringyesException entity ID.
excTypestringyesException list: whitelist or blacklist.

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 ~100

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

NameTypeReqDescription
dayintegeryesDay of month.
monthintegeryesMonth, 1-12.
msp_idsarrayParent MSPs only: restrict usage to these child MSP IDs.
scrollIdstringPagination scroll ID from a previous response.
yearintegeryesYear, e.g. 2024.

No output schema declared.

No examples provided.

avanan_get_email ~43

Get full details of one secured entity (email, file, message) by its Avanan entity ID.

NameTypeReqDescription
entityIdstringyesAvanan entity ID.

No output schema declared.

No examples provided.

avanan_get_event ~36

Get full details of one security event by its Avanan event ID.

NameTypeReqDescription
eventIdstringyesAvanan event ID.

No output schema declared.

No examples provided.

avanan_get_exception ~46

Get one whitelist or blacklist entry by its entity ID.

NameTypeReqDescription
excIdstringyesException entity ID.
excTypestringyesException list: whitelist or blacklist.

No output schema declared.

No examples provided.

avanan_get_monthly_usage ~108

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.
msp_idsarrayParent MSPs only: restrict usage to these child MSP IDs.
scrollIdstringPagination scroll ID from a previous response.
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_task_status ~38

Check the state of a quarantine/restore task by the task ID an action returned.

NameTypeReqDescription
taskIdstringyesTask 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_exceptions ~32

List whitelist or blacklist exception entries.

NameTypeReqDescription
excTypestringyesException list: whitelist or blacklist.

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 ~53

List all MSP users.

NameTypeReqDescription
MSPIdintegerParent MSPs only: restrict to the users of this child MSP.
scrollIdstringPagination scroll ID from a previous response.

No output schema declared.

No examples provided.

avanan_list_scopes ~58

List the farm:tenant scopes this key can query. A customer-tenant key has one; an MSP key has one per managed customer, usable as `scopes` / `scope` on the event, search and action tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

avanan_list_tenants ~77

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
MSPIdintegerParent MSPs only: restrict to the tenants of this child MSP.
scrollIdstringPagination scroll ID from a previous response.

No output schema declared.

No examples provided.

avanan_quarantine_emails ~91

HIGH IMPACT: quarantine specific secured entities (emails) by entity ID. Reversible with avanan_restore_emails. Returns task IDs. Confirm with the user before invoking.

NameTypeReqDescription
entityIdsarrayyesEntity IDs.
entityTypestringEntity type (default: email).
scopestringMSP keys only: the farm:tenant scope the IDs belong to.

No output schema declared.

No examples provided.

avanan_quarantine_events ~74

HIGH IMPACT: quarantine the emails behind one or more security events. Reversible with avanan_restore_events. Returns task IDs. Confirm with the user before invoking.

NameTypeReqDescription
eventIdsarrayyesEvent IDs.
scopestringMSP keys only: the farm:tenant scope the IDs belong to.

No output schema declared.

No examples provided.

avanan_query_events ~250

Query Avanan security events (phishing, malware, DLP, anomaly, shadow IT, malicious URL). Filter by type, state, severity, SaaS, date range, or description text. Returns each event's available remediation actions.

NameTypeReqDescription
confidenceIndicatorstringConfidence indicator, e.g. 'malicious'.
descriptionstringSubstring to match in the event description.
endDatestringEnd of the time frame (ISO 8601). Defaults to now.
eventIdsarrayFetch these specific event IDs.
eventStatesarrayEvent states to include.
eventTypesarrayEvent types to include.
saasarraySaaS platforms to include.
scopesarrayMSP keys only: restrict to these farm:tenant scopes (see avanan_list_scopes).
scrollIdstringPagination scroll ID from a previous response.
severitiesarraySeverities to include.
startDatestringStart of the time frame (ISO 8601, e.g. 2026-09-01T00:00:00Z).

No output schema declared.

No examples provided.

avanan_restore_emails ~71

Restore specific quarantined entities (emails) by entity ID. Returns task IDs.

NameTypeReqDescription
entityIdsarrayyesEntity IDs.
entityTypestringEntity type (default: email).
scopestringMSP keys only: the farm:tenant scope the IDs belong to.

No output schema declared.

No examples provided.

avanan_restore_events ~56

Restore previously quarantined emails behind one or more security events. Returns task IDs.

NameTypeReqDescription
eventIdsarrayyesEvent IDs.
scopestringMSP keys only: the farm:tenant scope the IDs belong to.

No output schema declared.

No examples provided.

avanan_search_emails ~199

Search secured entities (emails and SaaS objects) by platform and date range, with optional attribute filters (fromEmail, subject, recipients, isQuarantined, attachmentMd5, ...).

NameTypeReqDescription
endDatestringEnd of the time frame (ISO 8601). Defaults to now.
filtersarrayAttribute filters, ANDed together.
saasstringyesSaaS platform, e.g. office365_emails, google_mail, office365_onedrive, slack, ms_teams.
saasEntitystringSaaS entity type, e.g. office365_emails_email.
scopesarrayMSP keys only: restrict to these farm:tenant scopes (see avanan_list_scopes).
scrollIdstringPagination scroll ID from a previous response.
startDatestringyesStart of the time frame (ISO 8601).

No output schema declared.

No examples provided.

avanan_test_connection ~52

Verify the configured Avanan credentials: performs the auth handshake, lists the key's scopes, and probes an MSP endpoint to confirm the key is MSP-scoped. Run this first when MSP tools return 403.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

avanan_update_exception ~278

Update an existing whitelist or blacklist entry by its entity ID.

NameTypeReqDescription
actionNeededstringAction to apply on match (as accepted by the portal).
attachmentMd5stringAttachment MD5 hash.
commentstringWhy this exception exists.
excIdstringyesException entity ID.
excTypestringyesException list: whitelist or blacklist.
ignoringSpfCheckbooleanIgnore SPF check for this exception.
linkDomainMatchingstring
linkDomainsstringLink domain(s) in the email body.
matchOnlyFuturestringApply only to future emails.
quarantineAllstringQuarantine all matches (blacklist).
recipientstringRecipient email address.
recipientMatchingstring
senderClientIpstringSender client IP address.
senderDomainstringSender domain.
senderDomainMatchingstring
senderEmailstringSender email address.
senderEmailMatchingstring
senderIpstringSender IP address.
senderNamestringSender display name.
senderNameMatchingstring
subjectstringEmail subject.
subjectMatchingstring

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-AI/avanan-legacy-mcp. MCP server for the legacy Avanan SmartAPI: MSP tenant management plus per-tenant security tools. This page covers its container image (ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0).

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

Avanan MSP (Legacy SmartAPI) scores 44 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 33 tools: avanan_test_connection, avanan_list_scopes, avanan_query_events, avanan_get_event, avanan_search_emails, and 28 more. Their descriptions and schemas cost roughly 3,014 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 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.