mcp-servers
Verified Safeby CheckPointSW
Overview
Provides seamless integration with Check Point's Threat Emulation and Anti-Virus cloud services for comprehensive malware analysis, file scanning, and threat detection through a simple, standardized interface.
Installation
npx @chkp/threat-emulation-mcpEnvironment Variables
- API_KEY
Security Notes
The server relies on environment variables for API key authentication, which is a standard and secure practice. It performs network requests to Check Point cloud services, an expected part of its functionality. The `mcp-utils` dependency's `ui-dialog.ts` uses `child_process.execAsync` to open a browser for interactive prompts, but this function strictly validates URLs to only allow `http/https` protocols and `localhost` hostnames, significantly mitigating potential risks of arbitrary command execution or external resource loading. No direct 'eval' or hardcoded sensitive credentials are found within the server's core logic.
Similar Servers
mcp-server-thehive
Provides AI models and automation tools with programmatic access to TheHive incident response platform for security operations and case management.
mcp
Enables AI assistants to interact with Axiom's observability platform by exposing data and actions through the Model Context Protocol (MCP).
chronosphere-mcp
This server provides Chronosphere's observability data (metrics, logs, traces, events) and configuration as tools to AI applications, enabling AI to query and manage the Chronosphere platform.
VulneraMCP
An AI-powered platform for automated security testing, vulnerability research, and bug bounty hunting.