# com.iunera/druid-mcp-server (oci · docker.io/iunera/druid-mcp-server:2.0.1)

AI-powered MCP server for Apache Druid cluster management and analytic

- Trust score: 50/100 (low)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- oci · `docker.io/iunera/druid-mcp-server:2.0.1`: 50/100 (this document), [markdown](https://verifymcp.io/servers/com-iunera-druid-mcp-server/docker-io-iunera-druid-mcp-server-2-0-1.md), [page](https://verifymcp.io/servers/com-iunera-druid-mcp-server/docker-io-iunera-druid-mcp-server-2-0-1)

## Channel facts

- Registry: `oci`
- Package: `docker.io/iunera/druid-mcp-server:2.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
  - Install-script risk not yet assessed.
  - Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 20 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 938 tokens (~85/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 70/100
  - Stability observed for 21 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 95% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "queryDruidSql" implies "execute" and declares readOnlyHint instead, contradicting what its own name says it does.
  - An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the com.iunera/druid-mcp-server server?

com.iunera/druid-mcp-server runs locally as a container image, launched with docker run --rm -i docker.io/iunera/druid-mcp-server:2.0.1. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add com-iunera-druid-mcp-server -- docker run --rm -i docker.io/iunera/druid-mcp-server:2.0.1
```

### Cursor

```json
{
  "mcpServers": {
    "com-iunera-druid-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/iunera/druid-mcp-server:2.0.1"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-iunera-druid-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/iunera/druid-mcp-server:2.0.1"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add com-iunera-druid-mcp-server -- docker run --rm -i docker.io/iunera/druid-mcp-server:2.0.1
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-iunera-druid-mcp-server": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "docker.io/iunera/druid-mcp-server:2.0.1"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  com-iunera-druid-mcp-server:
    command: "docker"
    args: ["run", "--rm", "-i", "docker.io/iunera/druid-mcp-server:2.0.1"]
```

### Netclaw

```json
{
  "McpServers": {
    "com-iunera-druid-mcp-server": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "docker.io/iunera/druid-mcp-server:2.0.1"
      ]
    }
  }
}
```

### Other

```json
{
  "mcpServers": {
    "com-iunera-druid-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/iunera/druid-mcp-server:2.0.1"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 50, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 49, +1)

No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 48, +1)

No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 47, +1)

- [security regression] Stability: 0.43 → unverified
- [security regression] Tool safety: pass → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified

### 2026-09-11 (score 46, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 45, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 44, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-31 (score 40)

First indexed and scored.

## MCP tools (11)

### `getCompactionConfig` (~77 tokens)

View compaction configuration or configuration change history for datasources. Parameters: [datasource] (String, optional), and [includeHistory] (Boolean, optional) to retrieve configuration history.

Input parameters:

- `datasource` (string): Name of the datasource (optional)
- `includeHistory` (boolean): Whether to retrieve configuration change history (optional)

### `getCompactionStatus` (~48 tokens)

Retrieve the current status of compaction runs and progress. Parameters: [datasource] (String, optional).

Input parameters:

- `datasource` (string): Name of the datasource to filter by (optional)

### `getDatasources` (~98 tokens)

List all available Apache Druid datasources or get detailed information for a specific datasource. Parameters: [datasourceName] (String, optional) to fetch details for a single datasource, and [detailed] (Boolean, optional) to include schema and column specifications.

Input parameters:

- `datasourceName` (string): Name of the datasource to get details for (optional)
- `detailed` (boolean): Whether to include detailed columns and data types (optional)

### `getLookups` (~114 tokens)

Get configuration or status of lookups for all or a specific tier. Parameters: [tier] (String, optional), [lookupName] (String, optional) to fetch a specific lookup, and [includeStatus] (Boolean, optional) to fetch lookup propagation status instead of configuration.

Input parameters:

- `includeStatus` (boolean): Whether to fetch lookup propagation status instead of configuration (optional)
- `lookupName` (string): Name of the lookup (optional)
- `tier` (string): Name of the lookup tier (optional)

### `queryDruidSql` (~55 tokens)

Execute a SQL query against Druid datasources. Provide the SQL query as a parameter. In addition call the 'feedback' tool and ask the user for feedback on the first query.

Input parameters:

- `sqlQuery` (string, required)

### `getRetentionRules` (~97 tokens)

Retrieve retention rules or audit history for a specific datasource or all datasources. Parameters: [datasource] (String, optional) to filter by a specific datasource, and [includeHistory] (Boolean, optional) to fetch change history instead of current rules.

Input parameters:

- `datasource` (string): Name of the datasource (optional/required for history)
- `includeHistory` (boolean): Whether to fetch change history instead of current rules (optional)

### `getSegmentLoadQueue` (~58 tokens)

Get the load queue status showing segments currently being loaded. Parameters: [serverName] (String, optional) to filter by a specific server.

Input parameters:

- `serverName` (string): Name of the server to get load queue for (optional)

### `getSegments` (~135 tokens)

Fetch segments for all or specific datasources, or get details for a single segment. Parameters: [datasource] (String, optional), [segmentId] (String, optional), [detailed] (Boolean, optional), [metadataOnly] (Boolean, optional) to restrict retrieval to core segment metadata.

Input parameters:

- `datasource` (string): Name of the datasource (optional)
- `detailed` (boolean): Whether to include full segment details/metadata (optional)
- `metadataOnly` (boolean): Whether to only fetch segment metadata from system tables (optional)
- `segmentId` (string): ID of the specific segment (optional)

### `getSupervisors` (~56 tokens)

List all supervisors or query details of a specific supervisor. Parameters: [supervisorId] (String, optional) to get status details for a single supervisor.

Input parameters:

- `supervisorId` (string): ID of the supervisor (optional)

### `getTaskDetails` (~138 tokens)

Fetch detailed information, specifications, execution reports, or execution logs for a task. Parameters: [taskId] (String, required), [aspect] (Enum: STATUS, RAW_DETAILS, SPEC, REPORTS, LOG, required), and [logOffset] (Long, optional) to begin reading task logs from a specific byte offset.

Input parameters:

- `aspect` (string, required): Aspect to retrieve: STATUS, RAW_DETAILS, SPEC, REPORTS, LOG (required)
- `logOffset` (integer): Byte offset to start reading task logs (optional, used with aspect=LOG)
- `taskId` (string, required): ID of the task (required)

### `getTasks` (~62 tokens)

List ingestion tasks matching specific states. Parameters: [state] (Enum: RUNNING, PENDING, WAITING, COMPLETED, optional).

Input parameters:

- `state` (string): Task state to list: RUNNING, PENDING, WAITING, COMPLETED (optional)

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/com-iunera-druid-mcp-server/docker-io-iunera-druid-mcp-server-2-0-1#diagnostics

## Score history

- 2026-09-21: 50
- 2026-09-20: 50
- 2026-09-19: 49
- 2026-09-18: 49
- 2026-09-17: 48
- 2026-09-16: 48
- 2026-09-15: 47
- 2026-09-14: 47
- 2026-09-13: 46
- 2026-09-12: 46
- 2026-09-11: 46
- 2026-09-10: 45
- 2026-09-09: 45
- 2026-09-08: 44
- 2026-09-07: 40
- 2026-09-06: 40
- 2026-09-05: 40
- 2026-09-04: 40
- 2026-09-03: 40
- 2026-09-02: 40
- 2026-09-01: 40
- 2026-08-31: 40

## Common questions

### What is the com.iunera/druid-mcp-server server?

com.iunera/druid-mcp-server is listed in the public MCP registry as com.iunera/druid-mcp-server. AI-powered MCP server for Apache Druid cluster management and analytic. This page covers its container image (docker.io/iunera/druid-mcp-server:2.0.1).

### Is the com.iunera/druid-mcp-server server safe to use?

com.iunera/druid-mcp-server scores 50 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the com.iunera/druid-mcp-server server expose?

com.iunera/druid-mcp-server exposes 11 tools: getCompactionConfig, getCompactionStatus, getDatasources, getLookups, queryDruidSql, and 6 more. Their descriptions and schemas cost roughly 938 tokens of context every time the server is loaded.

### Is the com.iunera/druid-mcp-server server still maintained?

com.iunera/druid-mcp-server is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the com.iunera/druid-mcp-server server under?

com.iunera/druid-mcp-server declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- Repository: https://github.com/iunera/druid-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/com-iunera-druid-mcp-server/docker-io-iunera-druid-mcp-server-2-0-1.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-iunera-druid-mcp-server/docker-io-iunera-druid-mcp-server-2-0-1.json
- HTML version of this page: https://verifymcp.io/servers/com-iunera-druid-mcp-server/docker-io-iunera-druid-mcp-server-2-0-1
