Skip to main content
Feedback

Elasticsearch MCP connector

Updated 

Elasticsearch is a distributed search and analytics engine for storing, searching, and analyzing large volumes of data in real time. The Elasticsearch MCP connector allows AI agents to create, retrieve, update, and delete documents within an index, including assigning specific document IDs. It also supports searching documents and managing indices, from creation and deletion to listing and retrieving index details.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Elasticsearch MCP connector to perform the following actions:

  • Store and index business records for fast full-text search
  • Retrieve specific documents by identifier for quick lookups
  • Search large datasets using flexible, relevance-based queries
  • Update existing records to keep search data current
  • Remove outdated or incorrect documents from an index
  • Organize data into indices for structured analytics
  • Monitor index health and configuration across a tenant
  • Process large volumes of records efficiently with bulk operations

Example prompts

Use the following example prompts to invoke Elasticsearch MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Find all customer complaints mentioning shipping delays in Elasticsearch.
  • Add this new support ticket as a document in Elasticsearch.
  • Show me the details of order 45210 stored in Elasticsearch.
  • Update the status field for invoice INV-2023-089 in Elasticsearch.
  • Delete the outdated product listing from our Elasticsearch index.
  • List every index currently available in our Elasticsearch instance.
  • Create a new index to store this quarter's sales data.
  • Search Elasticsearch for all orders placed in the last 30 days.
  • Check the settings and health of our customer-data index.
  • Upload a batch of employee records to Elasticsearch at once.

Elasticsearch MCP connector tools

The Elasticsearch MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
createDocumentCreate a document
getDocumentGet a document
createDocumentWithIdCreate a document with specific ID
deleteDocumentDelete a document
updateDocumentUpdate a document
searchDocumentsSearch documents
getIndexGet index information
createIndexCreate an index
deleteIndexDelete an index
listIndicesList all indices
bulkOperationsPerform bulk operations
On this Page