Skip to main content
Feedback

Geneea MCP connector

Geneea is a natural language processing API that analyzes text for linguistic patterns, entities, and sentiment. The Geneea MCP connector allows AI agents to perform text correction with diacritization, extract named entities, lemmatize words, and analyze sentiment across documents. It also supports topic detection and retrieves account information to manage text analysis workflows.

Authentication type

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

Uses

Use the Geneea MCP connector to perform the following actions:

  • Extract named entities from customer feedback to identify product mentions and sentiment drivers
  • Analyze customer support tickets for sentiment to prioritize urgent issues and improve response times
  • Detect topics in survey responses to uncover trending customer concerns and feature requests
  • Correct text diacritization in multilingual documents to standardize data quality before processing
  • Perform lemmatization on product reviews to normalize language and improve keyword analysis
  • Monitor account health and service status to ensure continuous availability for text analysis workflows

Example prompts

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

  • Analyze the sentiment of all customer emails from this week in Geneea.
  • Extract product names and competitor mentions from our support tickets using Geneea.
  • Show me the main topics customers are discussing in their feedback through Geneea.
  • Correct the spelling and diacritization of all incoming survey responses in Geneea.
  • Identify entities in our customer reviews to find what features people mention most in Geneea.
  • Check the sentiment of our latest social media comments using Geneea analysis.
  • Run lemmatization on our product feedback to standardize the language in Geneea.
  • Detect what topics are trending in customer complaints this month through Geneea.
  • Show me the current status of the Geneea text analysis service.
  • Extract all named entities from our contract documents using Geneea.

Geneea MCP connector tools

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

ToolDescription
getInfoRetrieves account information and details for the current user.
correctionGetCorrects text by adding diacritical marks to the provided document.
correctionPostCorrects text by adding diacritical marks to the provided document.
entitiesGetIdentifies and extracts named entities such as people, places, and organizations.
entitiesPostIdentifies and extracts named entities such as people, places, and organizations.
lemmatizeGetConverts words to their base or dictionary form within the document.
lemmatizePostConverts words to their base or dictionary form within the document.
sentimentGetAnalyzes the emotional tone or sentiment expressed in the document.
sentimentPostAnalyzes the emotional tone or sentiment expressed in the document.
topicGetDetects and identifies main topics or themes present in the document.
topicPostDetects and identifies main topics or themes present in the document.
statusChecks the current operational status of the Interpretor service.
On this Page