Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by showjason • Search & Retrieval
A lightweight MCP server that exposes OpenSearch index, cluster, and document operations for integration with agents and tools like Cursor and Claude.
Discover and list all indices in an OpenSearch cluster to determine available data sources.
Fetch index mappings and settings to understand schema and craft accurate queries.
Run search queries and retrieve documents from OpenSearch as part of a larger retrieval or reasoning pipeline.
This project implements a Model Context Protocol (MCP) server to integrate OpenSearch with agent workflows. It provides index management (list indices, mappings, settings), cluster management (health and stats), and document search endpoints. It is intended to run locally and be connected to agent platforms via SSE or by launching the server process. Installation and configuration are done via a Python virtual environment and a simple .env file for OpenSearch credentials.
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.