Back to Home
tatsunobuMurata icon

splunk_mcp_python_server

by tatsunobuMurata

Overview

Provides an MCP agent for network fault analysis by integrating with Splunk saved searches to retrieve network performance and topology data.

Installation

Run Command
python splunk_saved_search_mcp_server.py

Environment Variables

  • SPLUNK_MCP_URL
  • AUTH_TOKEN
  • SPLUNK_HOST
  • SPLUNK_PORT
  • SPLUNK_USERNAME
  • SPLUNK_PASSWORD
  • SPLUNK_APP

Security Notes

The code disables SSL certificate verification (`verify=False`) when making HTTP requests to Splunk (`network_fault_analysis_agent.py` and `splunk_saved_search_mcp_server.py`), which is a critical security vulnerability making it susceptible to Man-in-the-Middle attacks. Additionally, the setup instructions promote using default/weak credentials (`admin/password`) for Splunk access in configuration examples, which is highly insecure.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2025-11-26

Tags

SplunkMCPNetwork MonitoringFault DiagnosisAI Agent