Skip to main content
Glama

Splunkbase MCP Server

by cschmidt0121

splunkbase-mcp

An MCP server for Splunkbase

Description

This is a Machine Control Protocol (MCP) server that provides programmatic access to Splunkbase functionality. It allows you to search, download, and manage Splunkbase apps through a standardized interface.

Installation

Warning: this will store your password on-disk in plaintext. Better methods may come about eventually.

uv run mcp install -v "SPLUNKBASE_USERNAME=my_username" -v "SPLUNKBASE_PASSWORD=my_password" splunkbase-mcp.py

Usage

Sample prompt for Claude:

Please do the following. 1. Search the web to find what Splunk app is responsible for providing field extractions for the WinEventLog sourcetype 2. Find the app on Splunkbase and grab its numerical app ID 3. Use the download_app tool to grab the latest version of the app from Splunkbase and place it in /tmp/apps/

Resources

  • app://{app}/info - Get detailed information about a Splunkbase app
  • app://{app}/splunk_versions - Get supported Splunk versions for an app

Available Tools

  • search(query: str) - Search Splunkbase for apps
    • Returns a list of search results

Version Management

  • get_app_latest_version(app: str | int, splunk_version: str, is_cloud: bool = False) - Get the latest compatible version of an app
    • Parameters:
      • app: App name or numeric ID
      • splunk_version: Target Splunk version
      • is_cloud: Whether to check Splunk Cloud compatibility
    • Returns version information dictionary

Download

  • download_app(app: str | int, output_dir: str, version: Optional[str] = None) - Download a specific app version
    • Parameters:
      • app: App name or numeric ID
      • output_dir: Directory to save the downloaded app
      • version: Optional specific version to download (latest if not specified)
    • Returns success message with download details

Dependencies

  • aiosplunkbase >= 0.1.3
  • mcp[cli]
  • aiofiles
  • Python >= 3.11
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A Machine Control Protocol server providing programmatic access to Splunkbase functionality, allowing users to search, download, and manage Splunkbase apps through a standardized interface.

  1. Description
    1. Installation
      1. Usage
        1. Resources
          1. Available Tools
            1. Search
            2. Version Management
            3. Download
          2. Dependencies

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A comprehensive MCP server that provides sophisticated tools for interacting with PocketBase databases. This server enables advanced database operations, schema management, and data manipulation through the Model Context Protocol (MCP).
              Last updated -
              13
              47
              45
              JavaScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              MCP server that allows interaction with PocketBase databases, enabling record operations (fetch, list, create, update), file management, and schema migrations through natural language.
              Last updated -
              20
              16
              TypeScript
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              A unified remote terminal management server that simplifies complex SSH connections and server management through MCP protocol, allowing users to control multiple remote servers with natural language commands as easily as local operations.
              Last updated -
              13
              3
              Python
              • Apple
              • Linux
            • A
              security
              F
              license
              A
              quality
              A server based on the MCP framework that provides remote server management capabilities through SSH, supporting features like connection pooling, file transfers, and remote command execution.
              Last updated -
              7
              Python

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/cschmidt0121/splunkbase-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server