# Trello MCP Node

> Access Trello MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `trellomcp_trello_read_board`
* `trellomcp_trello_read_card`
* `trellomcp_trello_read_checklist`
* `trellomcp_trello_read_inbox`
* `trellomcp_trello_read_list`
* `trellomcp_trello_read_member`
* `trellomcp_trello_read_planner`
* `trellomcp_trello_read_workspace`
* `trellomcp_trello_search`
* `trellomcp_trello_write_board`
* `trellomcp_trello_write_card`
* `trellomcp_trello_write_checklist`
* `trellomcp_trello_write_inbox`
* `trellomcp_trello_write_list`
* `trellomcp_trello_write_planner`

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