Back to search
100
MCP live v1.0.0 streamable-http

NLP Tools - Sentiment, NER, Toxicity & Language Detection

io.github.fasuizu-br/nlp-tools

Toxicity, sentiment, NER, PII detection, and language identification tools

Uptime
10.0%
10 probes
Response
489ms
last probe
Tools
6
callable

Tools · 6

analyze_toxicity

Analyze text for toxic content. Returns scores for 6 categories: toxic, severe_toxic, obscene, threat, insult, identity_hate. Each score is 0.0-1.0. BERT-based classifier with sub-15ms latency on GPU…

analyze_sentiment

Analyze text sentiment. Returns positive/negative classification with confidence scores. DistilBERT-based with sub-10ms latency. Multiple domain-specific model variants available. Args: text: Te…

extract_entities

Extract named entities (NER) from text. Identifies persons, organizations, locations, and miscellaneous entities with span offsets and confidence scores. BERT-NER based with sub-50ms latency. Args: …

detect_pii

Detect personally identifiable information (PII) in text. Finds emails, phone numbers, SSNs, credit cards, IP addresses, and person names. Optionally returns redacted text with PII replaced by type l…

detect_language

Detect the language of text. Supports 176 languages using fastText. Sub-1ms inference latency. Returns ISO 639-1 codes with confidence scores. Args: text: Text to identify the language of. t…

check_nlp_service

Check health status of NLP API services and loaded models. Returns: dict with keys: - status (str): 'healthy' or error state - models (dict): Loaded model status per capability …

Similar MCP servers embedding-nearest

Sentiment Analysis AI
Python MCP server for sentiment analysis and text emotion detection.
0 tools
Sentiment Analyzer API
Analyze text sentiment, emotions, confidence scores, and key phrases. x402 USDC.
0 tools · sse
Sentiment Analyzer
Analyze text sentiment, emotions, confidence scores, and key phrases. x402 USDC.
0 tools
Bias Detection
Tools for detecting and mitigating bias in AI model outputs and datasets.
0 tools
sentiment-analysis-ai-mcp
Sentiment Analysis Ai MCP server. Tools: analyze sentiment, batch analyze, compare sentiments. Built by MEOK AI Labs.
0 tools
n8n-nodes-sentor
n8n community node for sentiment analysis using Sentor AI API
0 tools

How to use

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

{
  "mcpServers": {
    "nlp_tools_-_sentiment,_ner,_toxicity_&_language_detection": {
      "url": "https://apim-ai-apis.azure-api.net/mcp/nlp/mcp",
      "transport": "streamable-http"
    }
  }
}