# amitte/elasticsearch-tools

> Read-only Elasticsearch / OpenSearch surface — search, get_index, get_mappings, get_doc. Sized hits hard-capped.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/elasticsearch-tools

## Tags

- **Capabilities:** search, index-info, mappings-read, doc-fetch
- **Domains:** databases, search-engine

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `elasticsearch-tools` → https://mcp.amitte.com/v1/elasticsearch-tools/sse — Remote MCP server fronting an Elasticsearch / OpenSearch cluster via a `read` role. Targets Claude Desktop, Cursor, VS Code.
  - tool: `search` — Read-only. Run a Query DSL search and return up to `size` hits.
  - tool: `get_index` — Read-only. Return basic info for an index — settings (subset), aliases, doc count.
  - tool: `get_mappings` — Read-only. Return mappings for an index or alias.
  - tool: `get_doc` — Read-only. Fetch a single document by id.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/elasticsearch-tools" } }`
- Install via CLI: `amitte install amitte/elasticsearch-tools`
- HTML page: https://amitte.com/s/amitte/elasticsearch-tools

Last updated: 2026-06-08T17:00:47.156Z