Serversio.github.wyre-technology/avanan-mcp
M

Avanan

io.github.wyre-technology/avanan-mcp · v2.1.0
▦ docker
v2.1.0docker oci: ghcr.io/wyre-technology/avanan-mcp:v2.1.0↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.wyre-technology/avanan-mcp",
  "description": "MCP server for Check Point Harmony Email & Collaboration (Avanan) email security.",
  "title": "Avanan",
  "repository": {
    "url": "https://github.com/wyre-technology/avanan-mcp",
    "source": "github"
  },
  "version": "2.1.0",
  "websiteUrl": "https://github.com/wyre-technology/avanan-mcp",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/avanan-mcp:v2.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Avanan / Harmony Email API client ID",
          "isRequired": true,
          "format": "string",
          "name": "AVANAN_CLIENT_ID"
        },
        {
          "description": "Avanan / Harmony Email API client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AVANAN_CLIENT_SECRET"
        },
        {
          "description": "Avanan API base URL — defaults to the standard Harmony Email endpoint if omitted",
          "format": "string",
          "name": "AVANAN_API_URL"
        },
        {
          "description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
          "format": "string",
          "default": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
          "format": "string",
          "default": "env",
          "name": "AUTH_MODE"
        },
        {
          "description": "Log verbosity: debug, info, warn, error",
          "format": "string",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}