Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by cr7258 • Search & Retrieval
A Model Context Protocol (MCP) server that provides programmatic access to Elasticsearch and OpenSearch for searching, indexing, and cluster/index management.
Search and retrieve documents from Elasticsearch/OpenSearch indices, run arbitrary queries, and examine search results programmatically.
Create, update, and delete indices, manage data streams and index templates, and inspect index mappings and settings.
Index or delete individual documents, perform delete-by-query operations, manage aliases, or execute general HTTP API requests against Elasticsearch/OpenSearch.
This MCP server implements a set of tools to interact with Elasticsearch and OpenSearch, including searching documents, managing indices and data streams, handling aliases, and querying cluster health and statistics. It supports direct HTTP API calls for endpoints without dedicated tools, and offers SSE and streamable HTTP transports for integration with agents. Authentication is configurable via environment variables (basic auth or Elasticsearch API key), and the server is compatible with Elasticsearch 7.x, 8.x, 9.x and OpenSearch 1.x–3.x. The server is useful for embedding Elasticsearch/OpenSearch operations within agent workflows and automation.
List all indices.
Returns information (mappings, settings, aliases) about one or more indices. Args: index: Name of the index
Create a new index. Args: index: Name of the index body: Optional index configuration including mappings and settings
Delete an index. Args: index: Name of the index
Search for documents. Args: index: Name of the index body: Search query
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.