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.
| Tool | Description |
|---|---|
| getInfo | Retrieves account information and details for the current user. |
| correctionGet | Corrects text by adding diacritical marks to the provided document. |
| correctionPost | Corrects text by adding diacritical marks to the provided document. |
| entitiesGet | Identifies and extracts named entities such as people, places, and organizations. |
| entitiesPost | Identifies and extracts named entities such as people, places, and organizations. |
| lemmatizeGet | Converts words to their base or dictionary form within the document. |
| lemmatizePost | Converts words to their base or dictionary form within the document. |
| sentimentGet | Analyzes the emotional tone or sentiment expressed in the document. |
| sentimentPost | Analyzes the emotional tone or sentiment expressed in the document. |
| topicGet | Detects and identifies main topics or themes present in the document. |
| topicPost | Detects and identifies main topics or themes present in the document. |
| status | Checks the current operational status of the Interpretor service. |