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
A server for interacting with the Alpaca trading API. Requires API credentials via environment variables.
An MCP server and toolkit for integrating with the commercetools platform APIs.
Query Amazon Security Lake data using AWS Athena. Requires AWS credentials for access.
Golang-based Kubernetes MCP Server. Built to be extensible.
Access and manage wearable and health app data through the Terra API.
Core AWS MCP server providing prompt understanding and server management capabilities.
Integrates with the Uberall API to manage business listings, locations, and social media presence.
Advanced text-to-image generation model using the fal.ai API. Requires a FAL_KEY environment variable.
An MCP server for interacting with the ThingsPanel IoT platform.
MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.