← Index

Avanan

io.github.wyre-technology/avanan-mcp·v2.1.0·Email
Quality Score
95
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "avanan-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/avanan-mcp:v2.1.0"
      ],
      "env": {
        "AVANAN_CLIENT_ID": "<avanan_client_id>",
        "AVANAN_CLIENT_SECRET": "<your-avanan_client_secret>",
        "AVANAN_API_URL": "<avanan_api_url>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
AVANAN_CLIENT_ID
required

Avanan / Harmony Email API client ID

AVANAN_CLIENT_SECRET
requiredsecret

Avanan / Harmony Email API client secret

AVANAN_API_URL

Avanan API base URL — defaults to the standard Harmony Email endpoint if omitted

MCP_TRANSPORT

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Email