Back to Home
shanto12 icon

splunk-soar-mcp-connector

by shanto12

Overview

Enables AI assistants to interact with Splunk SOAR instances for security operations and automation via the Model Context Protocol (MCP).

Installation

Run Command
python mcp_server.py

Environment Variables

  • SPLUNK_SOAR_URL
  • SPLUNK_SOAR_TOKEN

Security Notes

The server uses `ssl.create_unverified_context()` which disables SSL certificate validation, making API communication vulnerable to Man-in-the-Middle (MITM) attacks. While noted for self-signed certificates, this is a critical security flaw for production environments handling sensitive security data. Additionally, the `mcp_server_remote.py` listens on `0.0.0.0` and would require careful exposure (e.g., secure reverse proxy with proper SSL and network segmentation) if used publicly, further exacerbating the initial SSL issue. No hardcoded secrets or 'eval' statements were found.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-29

Tags

Splunk SOARSecurity AutomationAI IntegrationMCPAPI Connector