botfactory-mcp
BotFactory MCP bots — Glama registry
by varvararatta
Text Intelligence Mcp
Text Intelligence delivers robust NLP capabilities without the hassle of authentication or
Provides NLP capabilities for text analysis and processing without authentication requirements.
Captured live from the server via tools/list.
Detect language of text using character frequency analysis. Returns: {language, confidence, method}
Analyze sentiment of text (positive/negative/neutral). Returns: {score, label, confidence}
Extract top keywords from text using TF scoring. Returns: {keywords: [{word, score}], total_words}
Find duplicate or near-duplicate texts using Jaccard similarity. Returns: {duplicates: [{text1_idx, text2_idx, similarity}]}
Extractive summarization — picks most important sentences. Returns: {summary, sentences_used, original_length}
Server health check.
No parameters.
BotFactory MCP bots — Glama registry
claude_desktop_config.json
{
"mcpServers": {
"text_intelligence_mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://text-intelligence-mcp.mcpize.run/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.