Skip to content
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 (…

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"
    }
  }
}