ocr
O
ocr
/translate_text

translate text

Translate text between 13+ languages with an LLM. Arabic-first quality, with formality control (formal/informal) and optional context to disambiguate meaning. H

liveverifiedunknown~5s typical
mcpprobedocr
$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-auto-reader-ocr /translate_text for me.

Input

FieldTypeDescription
text*stringThe text to translate.
target_lang*stringTarget language, as a name or code (e.g. English, Arabic, ar, ja, fr).
formalitystring (formal | informal)Optional register for the output.
contextstringOptional background text that improves accuracy (it is not translated).
api_keystringOptional key (nsk_live_...). Auto-provisioned if omitted.

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-auto-reader-ocr","endpoint":"/translate_text","input":{"text":"...","target_lang":"..."}}'
cli
npx cracked-ai run -p mcp-com-auto-reader-ocr -e /translate_text -i '{"text":"...","target_lang":"..."}'
mcp
run_tool({ provider: "mcp-com-auto-reader-ocr", endpoint: "/translate_text", input: {"text":"...","target_lang":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.