# Language Detector — 30+ Languages via Trigram Analysis

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.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/language-detector

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/language-detector
```
