Skip to content

Commit 0c04401

Browse files
mcp-servers-sync-app[bot]CI Bot
andauthored
Sync from internal repo (#251)
Co-authored-by: CI Bot <ci-bot@checkpoint.com>
1 parent 4aa9709 commit 0c04401

7 files changed

Lines changed: 92 additions & 223 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ The following MCP servers are available in this repository:
4747
| [Management Logs](./packages/management-logs/) | `@chkp/management-logs-mcp` | Make queries and gain insights from connection and audit logs |
4848
| [Threat-Prevention](./packages/threat-prevention/) | `@chkp/threat-prevention-mcp` | Query Threat Prevention policies, profiles and indicators, view IPS updates and IOC feeds |
4949
| [HTTPS-Inspection](./packages/https-inspection/) | `@chkp/https-inspection-mcp` | Query Https Inspection policies, rules and exceptions |
50-
| [Harmony SASE](./packages/harmony-sase/) | `@chkp/harmony-sase-mcp` | Query and manage Harmony SASE Regions, Networks, Applications and configurations |
50+
| [Check Point SASE](./packages/harmony-sase/) | `@chkp/harmony-sase-mcp` | Query and manage Check Point SASE Regions, Networks, Applications and configurations |
5151
| [Reputation Service](./packages/reputation-service/) | `@chkp/reputation-service-mcp` | Query Url, IP and File Reputation |
5252
| [GW CLI](./packages/gw-cli/) | `@chkp/quantum-gw-cli-mcp` | Provides comprehensive diagnostics and analysis across hardware, network configuration, high availability, performance, security, and real-time connection debugging |
5353
| [GW CLI Connection Analysis](./packages/gw-cli-connection-analysis/) | `@chkp/quantum-gw-connection-analysis-mcp` | Provides debug logs to help analyze connection issues |
5454
| [Threat Emulation](./packages/threat-emulation/) | `@chkp/threat-emulation-mcp` | Analyze files for malware and threats using Check Point's cloud services |
5555
| [Gaia](./packages/gaia/) | `@chkp/quantum-gaia-mcp` | Network management and interface configuration for GAIA OS |
5656
| [Documentation Tool](./packages/documentation-tool/) | `@chkp/documentation-mcp` | Comprehensive Check Point documentation assistant providing instant access to product information, technical specifications, configuration guidance, and feature documentation across the entire Check Point security portfolio |
57-
| [Spark Management](./packages/spark-management/) | `@chkp/spark-management-mcp` | Manage and monitor Quantum Spark appliances for MSPs and distributed networks |
57+
| [Check Point Spark Firewall](./packages/spark-management/) | `@chkp/spark-management-mcp` | Manage and monitor Check Point Spark Firewall appliances for MSPs and distributed networks. |
5858
| [Cpinfo analysis](./packages/cpinfo-analysis/) | `@chkp/cpinfo-analysis-mcp` | Analyze CPInfo diagnostic files for system health, performance metrics, network configuration, and troubleshooting insights |
59-
| [Argos ERM](./packages/argos-erm/) | `@chkp/argos-erm-mcp` | Monitor and investigate security threats across alerts, IOCs, assets, vulnerabilities, credential exposure, threat intelligence, and organizational risk assessment |
59+
| [Exposure Management](./packages/argos-erm/) | `@chkp/argos-erm-mcp` | Monitor, investigate and remediate security threats across alerts, IOCs, assets, vulnerabilities, credential exposure, threat intelligence, and organizational risk assessment |
6060
| [Policy Insights](./packages/policy-insights/) | `@chkp/policy-insights-mcp` | Query policy insights to tighten Access Control policies |
6161

6262

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ <h4>Check Point</h4>
436436

437437
<div class="footer-bottom">
438438
<div class="footer-bottom-content">
439-
<p>&copy; 2025 Check Point Software Technologies Ltd. All rights reserved.</p>
439+
<p>&copy; 2026 Check Point Software Technologies Ltd. All rights reserved.</p>
440440
<div class="footer-social">
441441
<a href="https://github.com/CheckPointSW" target="_blank" aria-label="Check Point GitHub">
442442
<i class="fab fa-github"></i>

docs/scripts/main.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ function addDynamicStyles() {
789789
.server-package {
790790
font-family: 'Monaco', 'Consolas', monospace;
791791
font-size: var(--font-size-sm);
792-
color: var(--brand-berry);
792+
color: var(--gravitas-grey);
793793
background: rgba(238, 12, 93, 0.1);
794794
padding: var(--spacing-xs) var(--spacing-sm);
795795
border-radius: var(--radius-sm);
@@ -978,6 +978,10 @@ function addDynamicStyles() {
978978
border-color: var(--clay);
979979
color: var(--clay);
980980
}
981+
982+
.server-package {
983+
color: var(--clay);
984+
}
981985
}
982986
`;
983987
document.head.appendChild(style);

0 commit comments

Comments
 (0)