# Avanan (oci · ghcr.io/wyre-technology/avanan-mcp:v2.2.2)

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

- Trust score: 45/100 (low)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-22

## Components

- oci · `ghcr.io/wyre-technology/avanan-mcp:v2.2.2`: 45/100 (this document), [markdown](https://verifymcp.io/servers/wyre-technology-avanan-mcp/ghcr-io-wyre-technology-avanan-mcp-v2-2-2.md), [page](https://verifymcp.io/servers/wyre-technology-avanan-mcp/ghcr-io-wyre-technology-avanan-mcp-v2-2-2)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/wyre-technology/avanan-mcp:v2.2.2`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-22.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - 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.
  - Install-script risk not yet assessed.
  - 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.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 9 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 86/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1175 tokens (~83/item across 14 items; 13 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 69% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

**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

### Claude

```bash
claude mcp add wyre-technology-avanan-mcp -- docker run --rm -i ghcr.io/wyre-technology/avanan-mcp:v2.2.2
```

### Codex

```bash
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

```yaml
mcp_servers:
  wyre-technology-avanan-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/avanan-mcp:v2.2.2"]
```

### Other

```json
{
  "mcpServers": {
    "wyre-technology-avanan-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/avanan-mcp:v2.2.2"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-22 (score 45, +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.

### 2026-08-21 (score 44, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-13 (score 40)

First indexed and scored.

## MCP tools (13)

### `hec_query_events` (~212 tokens)

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.

Input parameters:

- `endDate` (string): End date/time (ISO 8601). Defaults to now.
- `eventIds` (array): Fetch specific event IDs
- `eventStates` (array): Filter by event state(s). Defaults to new/detected if omitted.
- `eventTypes` (array): Filter by event type(s)
- `saas` (array): Filter by SaaS platform(s)
- `scrollId` (string): Scroll ID for pagination (from previous response)
- `severities` (array): Filter by severity level(s) (e.g. Critical, High, Medium, Low)
- `startDate` (string): Start date/time (ISO 8601, e.g. 2026-01-01T00:00:00Z)

### `hec_get_event` (~34 tokens)

Get full details for a specific security event by ID.

Input parameters:

- `eventId` (string, required): The event ID to retrieve

### `hec_search_emails` (~177 tokens)

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.).

Input parameters:

- `endDate` (string): End date for the search (ISO 8601).
- `filters` (array): Attribute filters. Each filter has saasAttrName, saasAttrOp, and saasAttrValue.
- `saas` (string, required): SaaS platform to search (required). E.g. office365_emails, google_mail.
- `saasEntity` (string): SaaS entity type filter (optional).
- `scrollId` (string): Scroll ID for pagination
- `startDate` (string, required): Start date for the search (ISO 8601, required).

### `hec_get_email` (~36 tokens)

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

Input parameters:

- `entityId` (string, required): The entity ID to retrieve

### `hec_quarantine_events` (~71 tokens)

⚠ 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.

Input parameters:

- `eventIds` (array, required): List of event IDs to quarantine

### `hec_restore_events` (~43 tokens)

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

Input parameters:

- `eventIds` (array, required): List of event IDs to restore

### `hec_quarantine_emails` (~85 tokens)

⚠ 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.

Input parameters:

- `entityIds` (array, required): List of entity IDs to quarantine
- `entityType` (string): Entity type (e.g. email)

### `hec_restore_emails` (~50 tokens)

Restore specific quarantined email entities by entity ID.

Input parameters:

- `entityIds` (array, required): List of entity IDs to restore
- `entityType` (string): Entity type (e.g. email)

### `hec_get_task_status` (~51 tokens)

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

Input parameters:

- `taskId` (string, required): Task ID from a quarantine or restore action

### `hec_list_exceptions` (~37 tokens)

List whitelist or blacklist entries in Checkpoint Harmony Email.

Input parameters:

- `excType` (string, required): Whether to list the whitelist or blacklist

### `hec_add_exception` (~160 tokens)

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

Input parameters:

- `attachmentMd5` (string): Attachment MD5 hash
- `comment` (string): Comment explaining the exception
- `excType` (string, required): Whether to add to the whitelist or blacklist
- `recipient` (string): Recipient email address
- `senderDomain` (string): Sender domain
- `senderDomainMatching` (string)
- `senderEmail` (string): Sender email address
- `senderEmailMatching` (string)
- `senderName` (string): Sender display name
- `subject` (string): Email subject
- `subjectMatching` (string)

### `hec_update_exception` (~124 tokens)

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

Input parameters:

- `attachmentMd5` (string)
- `comment` (string)
- `excId` (string, required): The exception entity ID to update
- `excType` (string, required)
- `recipient` (string)
- `senderDomain` (string)
- `senderDomainMatching` (string)
- `senderEmail` (string)
- `senderEmailMatching` (string)
- `senderName` (string)
- `subject` (string)
- `subjectMatching` (string)

### `hec_delete_exception` (~76 tokens)

⚠ 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.

Input parameters:

- `excId` (string, required): The exception entity ID to delete
- `excType` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/wyre-technology-avanan-mcp/ghcr-io-wyre-technology-avanan-mcp-v2-2-2#diagnostics

## Score history

- 2026-08-22: 45
- 2026-08-21: 44
- 2026-08-20: 40
- 2026-08-19: 40
- 2026-08-18: 40
- 2026-08-17: 40
- 2026-08-16: 40
- 2026-08-15: 40
- 2026-08-14: 40
- 2026-08-13: 40

## Links

- Repository: https://github.com/wyre-technology/avanan-mcp
- Changelog RSS feed: https://verifymcp.io/servers/wyre-technology-avanan-mcp/ghcr-io-wyre-technology-avanan-mcp-v2-2-2.xml
- Changelog JSON feed: https://verifymcp.io/servers/wyre-technology-avanan-mcp/ghcr-io-wyre-technology-avanan-mcp-v2-2-2.json
- HTML version of this page: https://verifymcp.io/servers/wyre-technology-avanan-mcp/ghcr-io-wyre-technology-avanan-mcp-v2-2-2
