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

OCI · GHCR.IO/WYRE-TECHNOLOGY/AVANAN-MCP:V2.2.2 · SCANNED AUG 22

MCP server for Check Point Harmony Email & Collaboration (Avanan) email security.

+5 this week 45 Trust /100
Trust breakdown (6 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 →

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 & Transparency45
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1175 tokens (~83/item across 14 items; 13 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage90
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 69% of tool parameters carry a description.Partial
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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

oci · ghcr.io/wyre-technology/avanan-mcp:v2.2.2

# add to Claude Code
claude mcp add wyre-technology-avanan-mcp -- docker run --rm -i ghcr.io/wyre-technology/avanan-mcp:v2.2.2
# add to Codex CLI
codex mcp add wyre-technology-avanan-mcp -- docker run --rm -i ghcr.io/wyre-technology/avanan-mcp:v2.2.2
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-technology-avanan-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/avanan-mcp:v2.2.2"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-technology-avanan-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/avanan-mcp:v2.2.2"]
// mcp.json
{
  "mcpServers": {
    "wyre-technology-avanan-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/avanan-mcp:v2.2.2"
      ]
    }
  }
}
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.

  • 22 Aug 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.

  • 21 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 13 Aug 26 40

    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 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/avanan-mcp:v2.2.2

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
MCP tools · 13 exposed · ~1,156 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.

Tool Tokens
hec_add_exception ~160

Add an entry to the whitelist or blacklist. At least one match field (senderEmail, senderDomain, subject, attachmentMd5, recipient) must be provided.

NameTypeReqDescription
attachmentMd5stringAttachment MD5 hash
commentstringComment explaining the exception
excTypestringyesWhether to add to the whitelist or blacklist
recipientstringRecipient email address
senderDomainstringSender domain
senderDomainMatchingstring
senderEmailstringSender email address
senderEmailMatchingstring
senderNamestringSender display name
subjectstringEmail subject
subjectMatchingstring

No output schema declared.

No examples provided.

hec_delete_exception ~76

⚠ DESTRUCTIVE — IRREVERSIBLE. Delete a whitelist or blacklist entry by its entity ID. This action cannot be undone and will permanently remove the exception from security policy. Confirm with the user before invoking.

NameTypeReqDescription
excIdstringyesThe exception entity ID to delete
excTypestringyes

No output schema declared.

No examples provided.

hec_get_email ~36

Get full details for a specific email entity by its entity ID.

NameTypeReqDescription
entityIdstringyesThe entity ID to retrieve

No output schema declared.

No examples provided.

hec_get_event ~34

Get full details for a specific security event by ID.

NameTypeReqDescription
eventIdstringyesThe event ID to retrieve

No output schema declared.

No examples provided.

hec_get_task_status ~51

Check the status of an action task (quarantine/restore). Use the taskId returned by quarantine or restore tools.

NameTypeReqDescription
taskIdstringyesTask ID from a quarantine or restore action

No output schema declared.

No examples provided.

hec_list_exceptions ~37

List whitelist or blacklist entries in Checkpoint Harmony Email.

NameTypeReqDescription
excTypestringyesWhether to list the whitelist or blacklist

No output schema declared.

No examples provided.

hec_quarantine_emails ~85

⚠ HIGH-IMPACT. Quarantine specific email entities by entity ID. Quarantining is reversible via restore but affects user access to emails. Returns task IDs to track progress. Confirm with the user before invoking.

NameTypeReqDescription
entityIdsarrayyesList of entity IDs to quarantine
entityTypestringEntity type (e.g. email)

No output schema declared.

No examples provided.

hec_quarantine_events ~71

⚠ HIGH-IMPACT. Quarantine one or more security events by event ID. Quarantining is reversible via restore but affects user access to events. Returns task IDs to track progress. Confirm with the user before invoking.

NameTypeReqDescription
eventIdsarrayyesList of event IDs to quarantine

No output schema declared.

No examples provided.

hec_query_events ~212

Query Checkpoint Harmony Email security events (phishing, malware, DLP, anomaly, shadow IT, etc.). Supports filtering by type, state, severity, date range, and SaaS platform. Returns events with available remediation actions.

NameTypeReqDescription
endDatestringEnd date/time (ISO 8601). Defaults to now.
eventIdsarrayFetch specific event IDs
eventStatesarrayFilter by event state(s). Defaults to new/detected if omitted.
eventTypesarrayFilter by event type(s)
saasarrayFilter by SaaS platform(s)
scrollIdstringScroll ID for pagination (from previous response)
severitiesarrayFilter by severity level(s) (e.g. Critical, High, Medium, Low)
startDatestringStart date/time (ISO 8601, e.g. 2026-01-01T00:00:00Z)

No output schema declared.

No examples provided.

hec_restore_emails ~50

Restore specific quarantined email entities by entity ID.

NameTypeReqDescription
entityIdsarrayyesList of entity IDs to restore
entityTypestringEntity type (e.g. email)

No output schema declared.

No examples provided.

hec_restore_events ~43

Restore one or more previously quarantined events by event ID. Returns task IDs to track progress.

NameTypeReqDescription
eventIdsarrayyesList of event IDs to restore

No output schema declared.

No examples provided.

hec_search_emails ~177

Search email and SaaS entities in Checkpoint Harmony Email. Filter by sender, recipient, subject, SaaS platform, and date range. Use extended filters for precise attribute matching (contains, startsWith, isEmpty, etc.).

NameTypeReqDescription
endDatestringEnd date for the search (ISO 8601).
filtersarrayAttribute filters. Each filter has saasAttrName, saasAttrOp, and saasAttrValue.
saasstringyesSaaS platform to search (required). E.g. office365_emails, google_mail.
saasEntitystringSaaS entity type filter (optional).
scrollIdstringScroll ID for pagination
startDatestringyesStart date for the search (ISO 8601, required).

No output schema declared.

No examples provided.

hec_update_exception ~124

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

NameTypeReqDescription
attachmentMd5string
commentstring
excIdstringyesThe exception entity ID to update
excTypestringyes
recipientstring
senderDomainstring
senderDomainMatchingstring
senderEmailstring
senderEmailMatchingstring
senderNamestring
subjectstring
subjectMatchingstring

No output schema declared.

No examples provided.