Provides programmatic access to Splunkbase functionality, allowing users to search for apps, retrieve app information, check compatibility with Splunk versions, and download apps from Splunkbase.
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.
Usage
Sample prompt for Claude:
Resources
app://{app}/info
- Get detailed information about a Splunkbase appapp://{app}/splunk_versions
- Get supported Splunk versions for an app
Available Tools
Search
- 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 IDsplunk_version
: Target Splunk versionis_cloud
: Whether to check Splunk Cloud compatibility
- Returns version information dictionary
- Parameters:
Download
- download_app(app: str | int, output_dir: str, version: Optional[str] = None) - Download a specific app version
- Parameters:
app
: App name or numeric IDoutput_dir
: Directory to save the downloaded appversion
: Optional specific version to download (latest if not specified)
- Returns success message with download details
- Parameters:
Dependencies
- aiosplunkbase >= 0.1.3
- mcp[cli]
- aiofiles
- Python >= 3.11
This server cannot be installed
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.
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -134745JavaScriptMIT License
- AsecurityAlicenseAqualityMCP server that allows interaction with PocketBase databases, enabling record operations (fetch, list, create, update), file management, and schema migrations through natural language.Last updated -2016TypeScriptMIT License
- -securityFlicense-qualityA 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 -133Python
- AsecurityFlicenseAqualityA 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 -7Python