Exposes Check Point security management data for AI-powered automation and analysis.
This repository contains a collection of Model Context Protocol (MCP) servers for Check Point security platforms, implemented in TypeScript. Each MCP server is organized as a separate package within this monorepo structure.
Model Context Protocol (MCP) servers expose a structured, machine-readable API for your enterprise data—designed for AI-powered automation, copilots, and decision engines. By delivering a clear, contextual slice of your security environment, MCP lets you query, analyze, and optimize complex systems without building custom SDKs or parsing raw exports.
Security policies often span hundreds of rules and thousands of objects across diverse enforcement points. Understanding, auditing, or optimizing these environments is slow and error-prone.
MCP changes this: exposing security management data in a modular, context-rich format, ready for AI systems to consume. Enabling the AI to use your data with precision. Ask real-world questions, and get structured, actionable answers—instantly.
This monorepo is organized with each Check Point security domain as a separate MCP server:
/packages
- Contains all MCP server implementations and shared libraries
/management
- Management API MCP server for policy and object management/infra
- Shared infrastructure components and utilities/management-logs
- Management Logs MCP server for Check Point products/threat-prevention
- Management API MCP Server for Threat Prevention policies/https-inspection
- Management API MCP Server for Https Inspection policies/harmony-infra
- Shared infrastructure components for Harmony products/harmony-sase
- Harmony SASE MCP Server for SASE policy management/mcp-utils
- Shared utilities for Check Point MCP serversThe following MCP servers are available in this repository:
MCP Server | Package Name | Description |
---|---|---|
Management | @chkp/quantum-management-mcp | Query policies, rules, objects, and network topology |
Management-logs | @chkp/management-logs-mcp | Make queries and gain insights from connection and audit logs |
Threat-Prevention | @chkp/threat-prevention-mcp | Query Threat Prevention policies, profiles and indicators, view IPS updates and IOC feeds |
HTTPS-Inspection | @chkp/https-inspection-mcp | Query Https Inspection policies, rules and exceptions |
Harmony sase | @chkp/harmony-sase-mcp | Query and manage Harmony SASE Regions, Networks, Applications and configurations |
Here's an example of how to configure the Management MCP server in your MCP client:
{
"MCP-NAME": {
"command": "npx",
"args": [
"@chkp/MCP_NPM_PACKAGE"
],
"env": {
// Specific server configuration
}
}
}
Each MCP server has its own specific configuration requirements. Please refer to the individual package README files for detailed setup instructions.
To work with this repository:
# Clone the repository
git clone [repository-url]
# Install dependencies
npm install
# Build all packages
npm run build
Integrates with the Slide API for device and infrastructure management.
Integrates with Google Play Store command-line tools, enabling AI assistants to manage apps via the Play Console API.
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
A Rust-based server that integrates the Wazuh SIEM system with MCP-compatible applications.
Expose LlamaCloud services as MCP tools for building and managing LLM applications.
Interact with your AWS environment using natural language to query and manage resources. Requires local AWS credentials.
Manage Aiven cloud services like Kafka, PostgreSQL, and Redis via its API.
An MCP server for accessing YouTube Analytics data, powered by the CData JDBC Driver.
Provides cloud migration services, including asset usage analysis, technology stack evaluation, and migration planning.
An MCP server designed to run on Cloudflare Workers, featuring OAuth login support and Cloudflare KV integration for data storage.