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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 10 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add wyre-ai-avanan-legacy-mcp -- docker run --rm -i ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0
{
"mcpServers": {
"wyre-ai-avanan-legacy-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0"
]
}
}
} {
"servers": {
"wyre-ai-avanan-legacy-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0"
]
}
}
} codex mcp add wyre-ai-avanan-legacy-mcp -- docker run --rm -i ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0
{
"$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
}
}
} mcp_servers:
wyre-ai-avanan-legacy-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0"] {
"McpServers": {
"wyre-ai-avanan-legacy-mcp": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0"
]
}
}
} {
"mcpServers": {
"wyre-ai-avanan-legacy-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-ai/avanan-legacy-mcp:v2.3.0"
]
}
}
} 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.
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 →
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 →
avanan_add_exception ~292
Add a whitelist or blacklist entry. Provide at least one match field (senderEmail, senderDomain, senderName, recipient, subject, attachmentMd5, linkDomains, senderIp).
| Name | Type | Req | Description |
|---|---|---|---|
| actionNeeded | string | – | Action to apply on match (as accepted by the portal). |
| attachmentMd5 | string | – | Attachment MD5 hash. |
| comment | string | – | Why this exception exists. |
| excType | string | yes | Exception list: whitelist or blacklist. |
| ignoringSpfCheck | boolean | – | Ignore SPF check for this exception. |
| linkDomainMatching | string | – | – |
| linkDomains | string | – | Link domain(s) in the email body. |
| matchOnlyFuture | string | – | Apply only to future emails. |
| quarantineAll | string | – | Quarantine all matches (blacklist). |
| recipient | string | – | Recipient email address. |
| recipientMatching | string | – | – |
| senderClientIp | string | – | Sender client IP address. |
| senderDomain | string | – | Sender domain. |
| senderDomainMatching | string | – | – |
| senderEmail | string | – | Sender email address. |
| senderEmailMatching | string | – | – |
| senderIp | string | – | Sender IP address. |
| senderName | string | – | Sender display name. |
| senderNameMatching | string | – | – |
| subject | string | – | Email subject. |
| subjectMatching | string | – | – |
No output schema declared.
No examples provided.
avanan_assign_license ~113
Assign a license (and optional add-ons) to an existing customer tenant.
| Name | Type | Req | Description |
|---|---|---|---|
| addonIdList | array | – | Optional list of add-on IDs from avanan_list_addons. |
| licenseCodeName | string | yes | Code name of the desired license from avanan_list_licenses (e.g. 'complete_malware'). |
| maxLicensedUsers | integer | – | Optional maximum number of users for the tenant under this license. |
| tenant_id | integer | yes | Avanan 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).
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | Country the MSP is located in, spelled as in the guide's country list (e.g. 'United States'). |
| name | string | yes | Name of the new MSP partner. |
| state | string | – | US state name from the guide's state list. Required only when country is 'United States'. |
| website | string | yes | MSP partner website URL. |
| zip | string | yes | Postal / ZIP code. |
No output schema declared.
No examples provided.
avanan_create_msp_user ~163
Create a new MSP user.
| Name | Type | Req | Description |
|---|---|---|---|
| MSPId | integer | – | Parent MSPs only: create the user under this child MSP. |
| directLogin | boolean | yes | Allow password login to the MSP portal. |
| string | yes | User email address. | |
| firstName | string | yes | User first name. |
| lastName | string | yes | User last name. |
| receiveWeeklyReports | boolean | yes | Send weekly reports from customer tenants to this user. |
| role | string | yes | User role. |
| samlLogin | boolean | yes | Allow SAML login to the MSP portal. |
| sendAlerts | boolean | yes | Send customer tenant alerts to this user. |
| viewPrivateData | boolean | yes | Allow 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.
| Name | Type | Req | Description |
|---|---|---|---|
| MSPId | integer | – | Parent MSPs only: create the tenant under this child MSP. |
| adminEmail | string | yes | Tenant administrator email. |
| adminName | string | yes | Tenant administrator's first and last name. |
| companyName | string | yes | Name of the company associated with the tenant. |
| phone | string | yes | Tenant administrator phone number (10 digits). |
| tenantName | string | yes | Tenant name (used in the customer portal domain). |
| tenantRegion | string | yes | Country 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.
| Name | Type | Req | Description |
|---|---|---|---|
| excId | string | yes | Exception entity ID. |
| excType | string | yes | Exception 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.
| Name | Type | Req | Description |
|---|---|---|---|
| msp_id | integer | yes | ID of the MSP partner to delete. |
No output schema declared.
No examples provided.
avanan_delete_msp_user ~30
Delete an MSP user by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | integer | yes | MSP 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.
| Name | Type | Req | Description |
|---|---|---|---|
| tenant_id | integer | yes | Avanan 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.
| Name | Type | Req | Description |
|---|---|---|---|
| day | integer | yes | Day of month. |
| month | integer | yes | Month, 1-12. |
| msp_ids | array | – | Parent MSPs only: restrict usage to these child MSP IDs. |
| scrollId | string | – | Pagination scroll ID from a previous response. |
| year | integer | yes | Year, 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.
| Name | Type | Req | Description |
|---|---|---|---|
| entityId | string | yes | Avanan 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.
| Name | Type | Req | Description |
|---|---|---|---|
| eventId | string | yes | Avanan event ID. |
No output schema declared.
No examples provided.
avanan_get_exception ~46
Get one whitelist or blacklist entry by its entity ID.
| Name | Type | Req | Description |
|---|---|---|---|
| excId | string | yes | Exception entity ID. |
| excType | string | yes | Exception 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.
| Name | Type | Req | Description |
|---|---|---|---|
| month | integer | yes | Month, 1-12. |
| msp_ids | array | – | Parent MSPs only: restrict usage to these child MSP IDs. |
| scrollId | string | – | Pagination scroll ID from a previous response. |
| year | integer | yes | Year, e.g. 2024. |
No output schema declared.
No examples provided.
avanan_get_msp_user ~31
Get a single MSP user by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | integer | yes | MSP 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.
| Name | Type | Req | Description |
|---|---|---|---|
| taskId | string | yes | Task 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.
| Name | Type | Req | Description |
|---|---|---|---|
| tenant_id | integer | yes | Avanan 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.
| Name | Type | Req | Description |
|---|---|---|---|
| excType | string | yes | Exception 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.
| Name | Type | Req | Description |
|---|---|---|---|
| MSPId | integer | – | Parent MSPs only: restrict to the users of this child MSP. |
| scrollId | string | – | Pagination 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.
| Name | Type | Req | Description |
|---|---|---|---|
| MSPId | integer | – | Parent MSPs only: restrict to the tenants of this child MSP. |
| scrollId | string | – | Pagination 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.
| Name | Type | Req | Description |
|---|---|---|---|
| entityIds | array | yes | Entity IDs. |
| entityType | string | – | Entity type (default: email). |
| scope | string | – | MSP 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.
| Name | Type | Req | Description |
|---|---|---|---|
| eventIds | array | yes | Event IDs. |
| scope | string | – | MSP 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.
| Name | Type | Req | Description |
|---|---|---|---|
| confidenceIndicator | string | – | Confidence indicator, e.g. 'malicious'. |
| description | string | – | Substring to match in the event description. |
| endDate | string | – | End of the time frame (ISO 8601). Defaults to now. |
| eventIds | array | – | Fetch these specific event IDs. |
| eventStates | array | – | Event states to include. |
| eventTypes | array | – | Event types to include. |
| saas | array | – | SaaS platforms to include. |
| scopes | array | – | MSP keys only: restrict to these farm:tenant scopes (see avanan_list_scopes). |
| scrollId | string | – | Pagination scroll ID from a previous response. |
| severities | array | – | Severities to include. |
| startDate | string | – | Start 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.
| Name | Type | Req | Description |
|---|---|---|---|
| entityIds | array | yes | Entity IDs. |
| entityType | string | – | Entity type (default: email). |
| scope | string | – | MSP 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.
| Name | Type | Req | Description |
|---|---|---|---|
| eventIds | array | yes | Event IDs. |
| scope | string | – | MSP 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, ...).
| Name | Type | Req | Description |
|---|---|---|---|
| endDate | string | – | End of the time frame (ISO 8601). Defaults to now. |
| filters | array | – | Attribute filters, ANDed together. |
| saas | string | yes | SaaS platform, e.g. office365_emails, google_mail, office365_onedrive, slack, ms_teams. |
| saasEntity | string | – | SaaS entity type, e.g. office365_emails_email. |
| scopes | array | – | MSP keys only: restrict to these farm:tenant scopes (see avanan_list_scopes). |
| scrollId | string | – | Pagination scroll ID from a previous response. |
| startDate | string | yes | Start 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.
| Name | Type | Req | Description |
|---|---|---|---|
| actionNeeded | string | – | Action to apply on match (as accepted by the portal). |
| attachmentMd5 | string | – | Attachment MD5 hash. |
| comment | string | – | Why this exception exists. |
| excId | string | yes | Exception entity ID. |
| excType | string | yes | Exception list: whitelist or blacklist. |
| ignoringSpfCheck | boolean | – | Ignore SPF check for this exception. |
| linkDomainMatching | string | – | – |
| linkDomains | string | – | Link domain(s) in the email body. |
| matchOnlyFuture | string | – | Apply only to future emails. |
| quarantineAll | string | – | Quarantine all matches (blacklist). |
| recipient | string | – | Recipient email address. |
| recipientMatching | string | – | – |
| senderClientIp | string | – | Sender client IP address. |
| senderDomain | string | – | Sender domain. |
| senderDomainMatching | string | – | – |
| senderEmail | string | – | Sender email address. |
| senderEmailMatching | string | – | – |
| senderIp | string | – | Sender IP address. |
| senderName | string | – | Sender display name. |
| senderNameMatching | string | – | – |
| subject | string | – | Email subject. |
| subjectMatching | string | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| directLogin | boolean | yes | Allow password login to the MSP portal. |
| string | yes | User email address. | |
| firstName | string | yes | User first name. |
| lastName | string | yes | User last name. |
| receiveWeeklyReports | boolean | yes | Send weekly reports from customer tenants to this user. |
| role | string | yes | User role. |
| samlLogin | boolean | yes | Allow SAML login to the MSP portal. |
| sendAlerts | boolean | yes | Send customer tenant alerts to this user. |
| user_id | integer | yes | MSP user ID. |
| viewPrivateData | boolean | yes | Allow the user to view private data on customer portals. |
No output schema declared.
No examples provided.
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.