# Latch Bio MCP Node

> Access Latch Bio MCP actions through Scalekit.

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

## Content

## Description
Access Latch Bio MCP actions through the Scalekit MCP gateway.

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

## Actions
* `latchbiomcp_get_execution`
* `latchbiomcp_get_file`
* `latchbiomcp_get_task_logs`
* `latchbiomcp_get_workflow_schema`
* `latchbiomcp_launch_workflow`
* `latchbiomcp_list_executions`
* `latchbiomcp_list_files`
* `latchbiomcp_list_workflows`
* `latchbiomcp_list_workspaces`

## Use Cases
1. **Automate Latch Bio 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.