BN
Brainiall NLP
/translate_text
Translate Text
Translate text between 100+ languages. Args: text: The text to translate. target_lang: Target language code. source_lang: Source language code; omi
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 /translate_text for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | The text to translate |
| target_lang* | string | Target language code (e.g. 'pt', 'es', 'fr', 'de', 'ja') |
| source_lang | string | Source language code; omit to auto-detect |
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":"/translate_text","input":{"text":"...","target_lang":"..."}}'cli
npx cracked-ai run -p mcp-com-brainiall-nlp -e /translate_text -i '{"text":"...","target_lang":"..."}'mcp
run_tool({ provider: "mcp-com-brainiall-nlp", endpoint: "/translate_text", input: {"text":"...","target_lang":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.