# Kibana (npm · @tocharianou/mcp-server-kibana)

Kibana MCP Server with dynamic API discovery and comprehensive Elastic Stack integration

- Trust score: 62/100 (medium)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@tocharianou/mcp-server-kibana`: 62/100 (this document), [markdown](https://verifymcp.io/servers/tocharianou-kibana/tocharianou-mcp-server-kibana.md), [page](https://verifymcp.io/servers/tocharianou-kibana/tocharianou-mcp-server-kibana)

## Channel facts

- Registry: `npm`
- Package: `@tocharianou/mcp-server-kibana`
- Version: `0.7.3`
- 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-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (139 of 140), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (139 of 140), so this covers what we could see, not the whole tree.
- **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 14 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 39/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2766 tokens (~153/item across 18 items; 16 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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).
  - 93% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add tocharianou-kibana -- npx -y @tocharianou/mcp-server-kibana
```

### Codex

```bash
codex mcp add tocharianou-kibana -- npx -y @tocharianou/mcp-server-kibana
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tocharianou-kibana": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@tocharianou/mcp-server-kibana"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tocharianou-kibana --command npx --arg -y --arg @tocharianou/mcp-server-kibana
```

### Hermes

```yaml
mcp_servers:
  tocharianou-kibana:
    command: "npx"
    args: ["-y", "@tocharianou/mcp-server-kibana"]
```

### Other

```json
{
  "mcpServers": {
    "tocharianou-kibana": {
      "command": "npx",
      "args": [
        "-y",
        "@tocharianou/mcp-server-kibana"
      ]
    }
  }
}
```

## 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-08-03 (score 62, +1)

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

### 2026-08-02 (score 61, +44)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-07-31 (score 17, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 42)

First indexed and scored.

## MCP tools (16)

### `get_status` (~36 tokens)

Get Kibana server status with multi-space support

Input parameters:

- `space` (string): Target Kibana space (optional, defaults to configured space)

### `execute_kb_api` (~67 tokens)

Execute a custom API request for Kibana with multi-space support

Input parameters:

- `body`
- `method` (string, required)
- `params` (object)
- `path` (string, required)
- `space` (string): Target Kibana space (optional, defaults to configured space)

### `search_kibana_api_paths` (~33 tokens)

Search Kibana API endpoints by keyword

Input parameters:

- `search` (string, required): Search keyword for filtering API endpoints

### `list_all_kibana_api_paths` (~24 tokens)

List all Kibana API endpoints as a resource list

### `get_kibana_api_detail` (~81 tokens)

Get details for a specific Kibana API endpoint

Input parameters:

- `method` (string, required): HTTP method, e.g. GET, POST, PUT, DELETE
- `path` (string, required): API path, e.g. /api/actions/connector_types
- `raw` (boolean): If true, return raw JSON schema instead of simplified TypeScript interface

### `get_available_spaces` (~37 tokens)

Get all available Kibana spaces with current context

Input parameters:

- `include_details` (boolean): Include detailed space information (name, description, etc.)

### `vl_search_saved_objects` (~796 tokens)

Search for Kibana saved objects using Elasticsearch query syntax. This is a universal tool that can search across all saved object types (dashboard, visualization, index-pattern, search, config, lens, map, tag, canvas-workpad, canvas-element, etc.). IMPORTANT: You must specify the 'types' parameter - it is required by the Kibana API. PERFORMANCE TIPS: Always use 'fields' parameter to specify only needed fields (e.g., ['title', 'description']) for faster responses. Use 'perPage' 5-20 for optimal speed. PAGINATION: To get all results, make multiple requests with incrementing 'page' numbers (page=1, page=2, etc.) until you receive fewer results than 'perPage'. Don't stop at the first page - iterate through all pages for complete data. Returns formatted saved object information including type, title, description, and timestamps.

Input parameters:

- `aggs` (string): Aggregation structure, serialized as a string. Use for advanced analytics on saved objects.
- `defaultSearchOperator` (string): Default operator for simple_query_string (OR/AND, default: OR)
- `fields`: PERFORMANCE OPTIMIZATION: Specify which fields to return in the attributes key. Examples: ['title', 'description'] for basic info, ['title', 'description', 'updated_at'] for metadata. IMPORTANT: Usin…
- `filter` (string): KQL string filter (e.g., 'dashboard.attributes.title: "My Dashboard"')
- `hasNoReference`: Filter to objects that do not have a relationship with the type and identifier combination. Example: {type: 'index-pattern', id: 'my-pattern-id'}
- `hasNoReferenceOperator` (string): Operator for has_no_reference parameter (OR/AND, default: OR)
- `hasReference`: Filter to objects that have a relationship with the type and ID combination. Example: {type: 'index-pattern', id: 'my-pattern-id'}
- `hasReferenceOperator` (string): Operator for has_reference parameter (OR/AND, default: OR)
- `page` (number): Page number to return (starts from 1). Use with perPage for pagination. Example: page=1 gets first 20 results, page=2 gets results 21-40, etc. IMPORTANT: To get all results, you need to make multiple…
- `perPage` (number): Number of saved objects per page (default: 20). PERFORMANCE TIP: Use 5-20 for faster responses. Large values (>50) can be slow and may timeout. Always combine with 'fields' parameter to limit data wh…
- `search` (string): Search query to filter saved objects. Supports boolean operators (AND, OR), wildcards (*), and phrases in quotes. Example: 'nginx AND logs' or 'web*'.
- `sortField` (string): Field to sort by (e.g., 'updated_at', 'created_at', 'type', 'dashboard.attributes.title')
- `sortOrder` (string): Sort order: 'asc' for ascending, 'desc' for descending (default: 'desc')
- `space` (string): Target Kibana space (optional, defaults to configured space)
- `types` (required): REQUIRED: Saved object types to include. Common types: 'dashboard', 'visualization', 'index-pattern', 'search', 'config', 'lens', 'map', 'tag', 'canvas-workpad', 'canvas-element'. Use ['dashboard', '…

### `vl_get_saved_object` (~285 tokens)

Get a single Kibana saved object by type and ID. This is a universal tool that can retrieve any type of saved object (dashboard, visualization, index-pattern, search, config, lens, map, tag, canvas-workpad, canvas-element, etc.) by its exact type and ID. Use this when you know the specific object you want to retrieve. PERFORMANCE: This is much faster than searching when you have the exact type and ID.

Input parameters:

- `id` (string, required): REQUIRED: The saved object ID. This is the unique identifier for the specific object you want to retrieve.
- `space` (string): Target Kibana space (optional, defaults to configured space)
- `type` (required): REQUIRED: The saved object type. Common types: 'dashboard', 'visualization', 'index-pattern', 'search', 'config', 'lens', 'map', 'tag', 'canvas-workpad', 'canvas-element'. Supports multiple formats:…
- `useResolve` (boolean): Use resolve API instead of get API. The resolve API can handle legacy URL aliases from object ID migrations. Use this if you're having trouble finding an object that may have had its ID changed durin…

### `vl_bulk_delete_saved_objects` (~193 tokens)

Bulk delete multiple Kibana saved objects by type and ID. This is a destructive operation that permanently removes saved objects (dashboard, visualization, index-pattern, search, config, lens, map, tag, canvas-workpad, canvas-element, etc.). WARNING: Deleted objects cannot be recovered. Use with caution. IMPORTANT: Objects that exist in multiple namespaces require the 'force' parameter to be deleted.

Input parameters:

- `force` (boolean): Force deletion of objects that exist in multiple namespaces. Set to true if you get an error about objects existing in multiple namespaces. WARNING: This also deletes legacy URL aliases and can place…
- `objects` (array, required): REQUIRED: Array of objects to delete. Each object must have 'type' and 'id' fields. Minimum 1 object required.
- `space` (string): Target Kibana space (optional, defaults to configured space)

### `vl_create_saved_object` (~412 tokens)

Create a new Kibana saved object (dashboard, visualization, index-pattern, search, config, lens, map, tag, canvas-workpad, canvas-element, etc.). This is a universal tool that can create any type of saved object by specifying the type and attributes. Each object type has specific attribute requirements. IMPORTANT: The 'title' field is required for most object types. Complex fields like panelsJSON, visState should be JSON strings.

Input parameters:

- `attributes` (object, required): REQUIRED: Object containing the saved object attributes. Structure varies by type. Common fields: 'title' (required for most types), 'description'. Dashboard: 'panelsJSON', 'timeRestore'. Visualizati…
- `id` (string): OPTIONAL: Specific ID for the saved object. If not provided, Kibana will auto-generate a unique ID. Use this when you need a predictable ID or when recreating objects.
- `initialNamespaces` (array): OPTIONAL: Array of initial namespaces for the object. Used for multi-tenant setups. If not specified, object will be created in the default namespace.
- `overwrite` (boolean): OPTIONAL: Whether to overwrite an existing object with the same ID. Only relevant when 'id' is specified. Default: false. Set to true to replace existing objects.
- `references` (array): OPTIONAL: Array of references to other saved objects. Used to link objects together (e.g., dashboard panels referencing visualizations). Each reference needs id, type, and name.
- `space` (string): Target Kibana space (optional, defaults to configured space)
- `type` (required): REQUIRED: The saved object type. Common types: 'dashboard', 'visualization', 'index-pattern', 'search', 'config', 'lens', 'map', 'tag', 'canvas-workpad', 'canvas-element'. Supports multiple formats b…

### `vl_update_saved_object` (~360 tokens)

Update a single Kibana saved object by type and ID. This performs a partial update - only the specified attributes will be changed, other attributes remain unchanged. Supports all saved object types (dashboard, visualization, index-pattern, search, config, lens, map, tag, canvas-workpad, canvas-element, etc.). IMPORTANT: Use version parameter for optimistic concurrency control to prevent conflicts.

Input parameters:

- `attributes` (object, required): REQUIRED: Object containing the attributes to update. Only specified attributes will be changed (partial update). Common fields: 'title', 'description'. Type-specific fields: Dashboard: 'panelsJSON',…
- `id` (string, required): REQUIRED: The saved object ID. This is the unique identifier for the object you want to update.
- `references` (array): OPTIONAL: Array of references to other saved objects. Updates the object's references. Each reference needs id, type, and name.
- `space` (string): Target Kibana space (optional, defaults to configured space)
- `type` (required): REQUIRED: The saved object type. Common types: 'dashboard', 'visualization', 'index-pattern', 'search', 'config', 'lens', 'map', 'tag', 'canvas-workpad', 'canvas-element'. Supports multiple formats b…
- `upsert` (object): OPTIONAL: Attributes to use if the object doesn't exist (will create object if not found). Useful for create-or-update scenarios.
- `version` (string): OPTIONAL: Version string for optimistic concurrency control. Use this to prevent conflicts when multiple processes update the same object. Get the version from a previous get/search operation.

### `vl_bulk_update_saved_objects` (~143 tokens)

Update multiple Kibana saved objects in a single operation. Each object can be of different types and will be partially updated (only specified attributes changed). Supports all saved object types (dashboard, visualization, index-pattern, search, config, lens, map, tag, canvas-workpad, canvas-element, etc.). PERFORMANCE: More efficient than multiple single updates. Each object can have individual version control.

Input parameters:

- `objects` (array, required): REQUIRED: Array of objects to update. Each object must have 'type', 'id', and 'attributes' fields. Minimum 1 object required.
- `space` (string): Target Kibana space (optional, defaults to configured space)

### `analyze_object_dependencies` (~86 tokens)

Analyze dependency tree for a Kibana saved object (Dashboard, Visualization, etc.)

Input parameters:

- `id` (string, required): Saved object ID
- `max_depth` (number): Maximum depth to traverse (default: 5)
- `space` (string): Kibana space (optional)
- `type` (string, required): Saved object type (e.g., dashboard, visualization, lens, index-pattern)

### `analyze_deletion_impact` (~71 tokens)

Analyze the impact of deleting or modifying a saved object (what will be affected)

Input parameters:

- `id` (string, required): Saved object ID to analyze
- `space` (string): Kibana space (optional)
- `type` (string, required): Saved object type (e.g., visualization, lens, index-pattern)

### `check_dashboard_health` (~68 tokens)

Perform health check on a Dashboard to detect broken references, performance issues, etc.

Input parameters:

- `check_indices` (boolean): Also check if referenced Elasticsearch indices exist (requires additional permissions)
- `dashboard_id` (string, required): Dashboard ID to check
- `space` (string): Kibana space (optional)

### `scan_all_dashboards_health` (~58 tokens)

Scan health status of all Dashboards in a space (returns summary report)

Input parameters:

- `max_dashboards` (number): Maximum number of dashboards to scan (default: 50)
- `space` (string): Kibana space (optional)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/tocharianou-kibana/tocharianou-mcp-server-kibana#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 61
- 2026-08-01: 17
- 2026-07-31: 17
- 2026-07-30: 42
- 2026-07-28: 42
- 2026-07-27: 42

## Links

- npm package: https://www.npmjs.com/package/@tocharianou/mcp-server-kibana
- Socket report: https://socket.dev/npm/package/@tocharianou/mcp-server-kibana
- Repository: https://github.com/TocharianOU/mcp-server-kibana
- Changelog RSS feed: https://verifymcp.io/servers/tocharianou-kibana/tocharianou-mcp-server-kibana/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/tocharianou-kibana/tocharianou-mcp-server-kibana/changelog.json
- HTML version of this page: https://verifymcp.io/servers/tocharianou-kibana/tocharianou-mcp-server-kibana
