splunk-mcp-server-by-cdata
If you are the rightful owner of splunk-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
CData's Model Context Protocol (MCP) Server for Splunk is a read-only server designed to allow LLMs to query live data from Splunk using natural language.
CData's Model Context Protocol (MCP) Server for Splunk is a specialized server that facilitates the interaction between large language models (LLMs) and live data from Splunk. By leveraging the CData JDBC Driver for Splunk, this server exposes Splunk data as relational SQL models, enabling LLMs to access and query the data without requiring SQL knowledge. The server is designed to be read-only, providing a secure and efficient way to retrieve live information from Splunk. This setup is particularly useful for applications like Claude Desktop, where users can ask natural language questions and receive real-time data responses. The server is built using Java and Maven, and it requires the CData JDBC Driver for Splunk to be installed and licensed. The configuration involves setting up a connection string and creating a property file to define the server's parameters. Once configured, the server can be integrated with various platforms, allowing seamless data retrieval and interaction.
Features
- Read-only access to live Splunk data
- Integration with LLMs for natural language queries
- Utilizes CData JDBC Driver for Splunk
- Simple setup and configuration
- Supports multiple platforms including Claude Desktop
Tools
splunk_get_tables
Retrieves a list of tables available in the data source.
splunk_get_columns
Retrieves a list of columns for a specified table.
splunk_run_query
Executes a SQL SELECT query.