# LILT (verified)

AI-powered translation and localization platform. Translate content, manage translation memories, and automate multilingual workflows.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list lilt

# Get full schema for a tool
npx -y @smithery/cli@latest tool get lilt hello_world

# Call a tool
npx -y @smithery/cli@latest 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 LILT
- `upload_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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get lilt <tool-name>
```
