{
  "markdown": "# Avanan (Check Point) MCP Server\n\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/)\n\nA Model Context Protocol (MCP) server for Check Point Avanan (Harmony Email & Collaboration). Enables AI assistants to manage security events, investigate threats, and handle multi-tenant MSP operations across your email security environment.\n\nThis is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that connects Claude (or any MCP-compatible AI) to your Check Point Avanan environment.\n\n> **Part of the [MSP Claude Plugins](https://github.com/WYRE-AI) ecosystem** — a growing suite of AI integrations for the MSP stack. Built by MSPs, for MSPs.\n\n## Features\n\n- **Interactive Security Event Card (MCP Apps)**: `hec_get_event` renders as a read-only interactive card in MCP Apps hosts (Claude Desktop/web) showing severity, state, platform, and remediation status; neutral by default, brandable via `window.__BRAND__` injection or `MCP_BRAND_*` env vars; plain-JSON behavior is unchanged in other hosts\n\n## Installation\n\n```bash\nnpm install @wyre-ai/avanan-mcp\n```\n\n## Configuration\n\nSet the following environment variables:\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `CHECKPOINT_CLIENT_ID` | Yes | Your Checkpoint/Avanan OAuth2 client ID |\n| `CHECKPOINT_CLIENT_SECRET` | Yes | Your Checkpoint/Avanan OAuth2 client secret |\n| `CHECKPOINT_REGION` | No | API region (default: us) |\n| `MCP_TRANSPORT` | No | Transport mode: stdio (default) or http |\n\n## Usage\n\n### Running with Claude Desktop\n\nAdd to your Claude Desktop `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"avanan-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"@wyre-ai/avanan-mcp\"],\n      \"env\": {\n        \"CHECKPOINT_CLIENT_ID\": \"your-checkpoint-client-id\"\n        \"CHECKPOINT_CLIENT_SECRET\": \"your-checkpoint-client-secret\"\n      }\n    }\n  }\n}\n```\n\n### Running with Claude Code (CLI)\n\n```bash\nclaude mcp add avanan-mcp \\\n  -e CHECKPOINT_CLIENT_ID=your-value \\\n  -e CHECKPOINT_CLIENT_SECRET=your-value \\\n  -- npx -y @wyre-ai/avanan-mcp\n```\n\n### Docker\n\n```bash\ndocker build -t avanan-mcp .\ndocker run \\\n  -e CHECKPOINT_CLIENT_ID=your-value \\\n  -e CHECKPOINT_CLIENT_SECRET=your-value \\\n  -p 8080:8080 avanan-mcp\n```\n\n## Available Domains\n\n### Events\nSecurity event retrieval and investigation\n\n### Actions\nTake action on threats (quarantine, release, etc.)\n\n### Exceptions\nManage email exceptions and allowlists\n\n### Search\nSearch across email security data\n\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/WYRE-AI/avanan-mcp.git\ncd avanan-mcp\n\n# Install dependencies\nnpm install\n\n# Build\nnpm run build\n\n# Run tests\nnpm test\n```\n\n## Contributing\n\nContributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) if present, or open an issue to discuss changes.\n\n## License\n\nLicensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for details.\n",
  "bytes": 3083,
  "sha": "dd054f8e02b0305abf1c6baa00e916d6bc028ff408a7fcdf24a4859fd45b8561",
  "repo_slug": "wyre-technology/avanan-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_wyre_technology_avanan_mcp_23a540ab/readme"
}