
Text Intelligence Mcp
Text Intelligence delivers robust NLP capabilities without the hassle of authentication or
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Text Intelligence delivers robust NLP capabilities without the hassle of authentication or
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| detect_language | Detect language of text using character frequency analysis. Returns: {language, confidence, method} |
| analyze_sentiment | Analyze sentiment of text (positive/negative/neutral). Returns: {score, label, confidence} |
| extract_keywords | Extract top keywords from text using TF scoring. Returns: {keywords: [{word, score}], total_words} |
| find_duplicates | Find duplicate or near-duplicate texts using Jaccard similarity. Returns: {duplicates: [{text1_idx, text2_idx, similarity}]} |
| summarize_text | Extractive summarization — picks most important sentences. Returns: {summary, sentences_used, original_length} |
| health_check | Server health check. |