opensearch-mcp-server-py
If you are the rightful owner of opensearch-mcp-server-py and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The OpenSearch MCP Server is a Model Context Protocol server designed to facilitate interaction between AI assistants and OpenSearch clusters.
ListIndexTool
Lists all indices in OpenSearch.
IndexMappingTool
Retrieves index mapping and setting information for an index in OpenSearch.
SearchIndexTool
Searches an index using a query written in query domain-specific language (DSL) in OpenSearch.
GetShardsTool
Gets information about shards in OpenSearch.
ClusterHealthTool
Returns basic information about the health of the cluster.
CountTool
Returns number of documents matching a query.
ExplainTool
Returns information about why a specific document matches (or doesn't match) a query.
MsearchTool
Allows to execute several search operations in one request.