# LILT MCP Node

> Access LILT MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/liltmcp-node

## Content

## Description
Access LILT MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `liltmcp_check_job_status`
* `liltmcp_create_trained_model`
* `liltmcp_download_job`
* `liltmcp_get_credit_balance_information`
* `liltmcp_hello_world`
* `liltmcp_list_resources`
* `liltmcp_translate_files_with_verification`
* `liltmcp_translate_text`
* `liltmcp_upload_file`

## Use Cases
1. **Automate LILT MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.