The source repository is pretty bare, so here's what we know: this server performs language detection using trigram analysis across 30+ languages and includes script detection capabilities. It runs as a remote service over SSE at language-detector.api.klymax402.com/mcp. You'd reach for this when you need to identify what language a chunk of text is written in without sending it to a third-party API like Google or AWS. Trigram analysis is a statistical approach that looks at three-character sequences to match against language profiles. Useful for routing user input, preprocessing multilingual content, or building features that adapt based on the detected language. The x402 designation suggests this might be part of a larger suite, though the repository itself doesn't reveal much about implementation details or specific tool definitions.
Public tool metadata for what this MCP can expose to an agent.
text_detect_languageUse 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 (1 paramsUse 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 (
textstring