Skip to main content
Feedback

Mistral AI MCP connector

Mistral AI is a large language model platform that provides chat completions, embeddings, and document processing capabilities. The Mistral AI MCP connector allows AI agents to extract text from documents and images, manage files and their content, and create and monitor batch processing jobs. It enables agents to leverage Mistral's language models for text analysis and content generation tasks across your workflows.

Authentication type

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

Uses

Use the Mistral AI MCP connector to perform the following actions:

  • Extract text and data from invoices, receipts, and contracts using AI vision
  • Analyze customer feedback and support tickets to identify trends and sentiment
  • Generate product descriptions and marketing content at scale
  • Process large document batches overnight without blocking business operations
  • Embed customer documents and search them by semantic meaning
  • Classify incoming emails and route them to the correct department automatically
  • Summarize meeting transcripts and extract action items for teams

Example prompts

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

  • Extract all customer names and order numbers from the invoices I uploaded to Mistral AI.
  • Create product descriptions for our top 50 SKUs using Mistral AI.
  • Analyze these support tickets in Mistral AI and show me the most common complaints.
  • Generate five marketing headlines for our new product launch with Mistral AI.
  • Process this batch of contracts through Mistral AI and tell me when it's done.
  • Embed all our knowledge base articles in Mistral AI so customers can search by topic.
  • Check the status of the batch job I submitted to Mistral AI yesterday.
  • Extract text from these scanned documents and search Mistral AI for matching policies.
  • Classify these incoming support emails using Mistral AI and route them by urgency.

Mistral AI MCP connector tools

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

ToolDescription
extractTextExtracts text content from documents or images for processing.
deleteFileRemoves a file from storage permanently.
getFileContentRetrieves the full content of a stored file.
createBatchJobInitiates a new batch processing job with specified tasks.
getBatchJobRetrieves the current status of an existing batch job.
On this Page