LILT (verified)
AI-powered translation and localization platform. Translate content, manage translation memories, and automate multilingual workflows.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add lilt
# Browse available tools
npx -y smithery tool list lilt
# Get full schema for a tool
npx -y smithery tool get lilt hello_world
# Call a tool
npx -y smithery tool call lilt hello_world '{}'Direct MCP Connection
Endpoint: https://lilt.run.tools
Tools (9)
hello_world— Returns a friendly hello world message.translate_text— Translates text using LILT's instant translate API.create_trained_model— Creates a new trained translation model for a specific language pair.translate_files_with_verification— Create a verified translation job that will be assigned to professional LILTupload_file— Upload a file to LILT for translation.get_credit_balance_information— Retrieves all available credit balances for the authenticated user.list_resources— Lists and filters jobs or models.check_job_status— Checks the status of a verified translation job.download_job— Triggers a job export and returns a download link for the completed job.
# Get full input/output schema for a tool
npx -y smithery tool get lilt