SecOps-MCP-Server
Provides tools for interacting with Google SecOps (Chronicle) SIEM/SOAR, enabling security event search, alert triage, UDM search, YARA-L detection rule management, log ingestion, parser management, and data table/reference list operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SecOps-MCP-ServerShow me all critical severity alerts from the last hour"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google SecOps (Chronicle) MCP Server (Streamable HTTP)
Enterprise Model Context Protocol (MCP) server providing Google SecOps (Chronicle) SIEM/SOAR telemetry, alert triage, Universal Data Model (UDM) search, and YARA-L detection rule management using Streamable HTTP (streamable-http) transport—the current MCP specification standard.
🌟 Overview: Streamable HTTP Transport
Streamable HTTP is the standard remote transport for Model Context Protocol (MCP) servers:
Unified Endpoint (
/mcp): Single endpoint for client-to-server messaging, tool discovery, and bi-directional communication.Production Scalability: Seamlessly deployed to stateless and containerized platforms like Google Cloud Run.
Container Health Probes: Built-in
/healthzliveness and readiness probes.Enterprise Security: Native Google Cloud IAM authentication (
roles/run.invoker) with OAuth2/OIDC token support.
🛠️ Implemented SecOps Tools (All 29 Official Tools)
1. Security Investigation & Alert Tools
search_security_events: Searches SecOps events via natural language or UDM queries.get_security_alerts: Retrieves alerts filtered by severity (CRITICAL,HIGH, etc.) and status.get_security_alert_by_id: Fetches detailed alert metadata and MITRE ATT&CK mapping.do_update_security_alert: Updates triage status and appends analyst notes.lookup_entity: 360-degree risk telemetry profile for IP, Domain, Hostname, User, or Hash.get_ioc_matches: Retrieves Indicators of Compromise matches over a lookback window.get_threat_intel: Query SecOps SecLM threat intelligence insights.
2. Detection Rules Management
list_security_rules: Lists custom and curated YARA-L detection rules.search_security_rules: Searches detection rules using regex patterns or keywords.get_rule_detections: Retrieves detections triggered by a specific rule.list_rule_errors: Lists execution or compilation errors for rules.create_rule: Creates new YARA-L 2.0 detection rules.test_rule: Backtests detection rules against historical telemetry.validate_rule: Validates syntax and structure of YARA-L definitions.
3. Log Ingestion Tools
ingest_raw_log: Ingests raw log payloads (JSON, XML, CEF, syslog).ingest_udm_events: Ingests structured Universal Data Model events.get_available_log_types: Enumerate supported log types (Cloud Audit, EDR, Okta, Zscaler, etc.).
4. Parser Management Tools
create_parser: Creates custom log parsers (CBN syntax).get_parser: Retrieves parser configuration and filtering code.activate_parser: Activates parser for live ingestion processing.deactivate_parser: Deactivates an active parser.run_parser_against_sample_logs: Tests parser rules against sample log strings.
5. Data Tables & Reference Lists
create_data_table/add_rows_to_data_table/list_data_table_rows/delete_data_table_rowscreate_reference_list/get_reference_list/update_reference_list
🚀 Quick Start: Run Locally
1. Install Dependencies
pip install -r requirements.txt2. Start the Server
export PORT=8080
export HOST=0.0.0.0
python server.pyThe Streamable HTTP server is now accessible at:
Streamable HTTP Endpoint:
http://localhost:8080/mcpHealth Probe:
http://localhost:8080/healthz
☁️ One-Click Deployment to Google Cloud Run
Deploy directly using the automated deployment script:
chmod +x deploy.sh
./deploy.shDeployment Steps Executed:
[Step 1/5] Custom Variables: Loads
.envfile and merges custom variables.[Step 2/5] Enable APIs: Enables Cloud Run, Cloud Build, and Chronicle APIs.
[Step 3/5] Cloud Run Deploy: Deploys container with Streamable HTTP transport.
[Step 4/5] IAM Policy Bindings: Grants
roles/run.invokerto agent runner SA and active user.[Step 5/5] Verification: Checks
/healthzprobe and prints endpoint URLs.
🧪 Testing and Inspection
Option A: Run Test Suite
python3 test_client.pyOption B: Using the MCP Inspector UI
Launch the official Model Context Protocol Inspector:
npx -y @modelcontextprotocol/inspectorConnect via HTTP transport to http://localhost:8080/mcp.
Option C: Connect via Google ADK / GenAI Agent
Set the environment variable in your agent configuration:
export SECOPS_MCP_URL="https://<your-cloud-run-service-url>/mcp"This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
Remote ChromaDB vector database MCP server with streamable HTTP transport
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yayefa/SecOps-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server