Back to Home
ArthurTcs icon

mcp-server-secops-soar

Verified Safe

by ArthurTcs

Overview

This MCP server enables interaction with Google's Chronicle Security Operations SOAR suite for case management, entity investigation, and dynamic integration with various security tools.

Installation

Run Command
uv --env-file=/path/to/your/env --directory /path/to/the/repo/server/secops-soar/secops_soar_mcp run server.py --integrations ServiceNow,CSV,Siemplify

Environment Variables

  • SOAR_URL
  • SOAR_APP_KEY
  • SOAR_INTEGRATIONS

Security Notes

The server itself primarily acts as a proxy, passing commands and parameters from the MCP client to the backend SOAR platform. It uses standard HTTP libraries (aiohttp, httpx) and JSON serialization. Direct code execution vulnerabilities (like 'eval' or unsafe shell commands) are not apparent within the provided snippets of this server's code. However, the 'script_params' are JSON-dumped and sent to the SOAR's 'EXECUTE_MANUAL_ACTION' endpoint. The overall security depends heavily on the robustness of the downstream SOAR platform's API and its handling of these script parameters. Malicious input crafted for 'script_params' could potentially exploit vulnerabilities in the SOAR if it doesn't adequately sanitize or validate incoming commands/scripts.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-01

Tags

SOARSecurity OperationsIncident ResponseCase ManagementThreat Intelligence