Language Detector — 30+ Languages via Trigram Analysis
Language detection API for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- 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 match
What data it sees
Do you need an account
No: the server works without sign-in
Language detection API for AI agents. Identify the language of any text using trigram analysis: 30+ languages supported, script detection (Latin, Cyrillic, CJK), and confidence scoring.
Tools: text_detect_language.
Use this for routing multilingual content, pre-processing before translation, or filtering by language. IMPORTANT: For translation, use text_translate which includes auto-detection.
Returns: {language, script, confidence, alternatives[]}. No API key required — x402 micropayment $0.002/call on Base L2.
Server tool list (1)
Raw names from tools/list. Only developers need these.
| 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 ( |