Back to search
90
MCP v1.0.0 sse

Language Detector API

io.github.Br0ski777/language-detector

Detect language from text via trigram analysis. 30+ languages, script detection. x402.

Uptime
66.7%
3 probes
Response
217ms
last probe
Tools
1
callable

Tools · 1

text_detect_language

Use this when you need to identify what language a text is written in. Uses n-gram frequency analysis to detect 30+ languages with confidence scores. Returns top 3 language matches, script detection (…

Similar MCP servers embedding-nearest

Language Detector API
Detect language from text via trigram analysis. 30+ languages, script detection. x402.
0 tools · sse
Language Detector
Identifies the written language of input text using trigram frequency analysis, covering over 30 languages with script detection.
0 tools
Text Translator API live
Translate text between 50+ languages with auto-detection. x402 micropayment.
1 tools · sse
langdetect-api
Language detection across 75 languages using Lingua statistical models. Returns ISO 639-1 code, language name, confidence, and ranked candid
0 tools · http
langdetect-api /detect
Detect dominant language across 75 languages with confidence [x402: $0.001/call on base, category=other]
0 tools · http
langdetect-api /detect-multi
Detect multi-language spans in mixed text [x402: $0.001/call on base, category=other]
0 tools · http

How to use

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

{
  "mcpServers": {
    "language_detector_api": {
      "url": "https://language-detector-x402-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}