BN
Brainiall NLP
/detect_language
Detect Language
Detect the language of text. Supports 176 languages using fastText. Sub-1ms inference latency. Returns ISO 639-1 codes with confidence scores. Args: text:
liveverifiedunknown~5s typical
mcpprobedbrainiallnlp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-brainiall-nlp /detect_language for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | Text to identify the language of |
| top_k | integer | Number of top language predictions to return default 3 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-brainiall-nlp","endpoint":"/detect_language","input":{"text":"...","top_k":3}}'cli
npx cracked-ai run -p mcp-com-brainiall-nlp -e /detect_language -i '{"text":"...","top_k":3}'mcp
run_tool({ provider: "mcp-com-brainiall-nlp", endpoint: "/detect_language", input: {"text":"...","top_k":3} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.