Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Text Intelligence Mcp

io.github.varvararatta/text_intelligence_mcp

Text Intelligence delivers robust NLP capabilities without the hassle of authentication or

Uptime
100.0%
1 direct probes · 30d
Response
4069ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "text_intelligence_mcp": {
      "url": "https://text-intelligence-mcp.mcpize.run/mcp",
      "transport": "streamable-http"
    }
  }
}