splunk-soar-mcp-server

shanto12/splunk-soar-mcp-server

3.2

If you are the rightful owner of splunk-soar-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Splunk SOAR MCP Server facilitates integration with Splunk SOAR, enabling seamless automation and orchestration of security operations.

Tools
3
Resources
0
Prompts
0

Splunk SOAR MCP Server

MCP server for Splunk SOAR integration.

Setup

  1. .env is pre-configured with your instance creds.
  2. pip install -r requirements.txt
  3. python mcp_server.py

Usage

Configure in MCP client (e.g., VS Code mcp.json):

{ "servers": { "splunk-soar": { "command": "python", "args": ["mcp_server.py"], "env": { "SPLUNK_URL": "${env:SPLUNK_URL}", "SPLUNK_TOKEN": "${env:SPLUNK_TOKEN}" } } } }

Tools: list_playbooks, run_action, get_incident.