# NocoDB MCP Node

> Access NocoDB MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `nocodbmcp_aggregate`
* `nocodbmcp_countrecords`
* `nocodbmcp_createrecords`
* `nocodbmcp_deleterecords`
* `nocodbmcp_getbaseinfo`
* `nocodbmcp_getrecord`
* `nocodbmcp_gettableschema`
* `nocodbmcp_gettableslist`
* `nocodbmcp_queryrecords`
* `nocodbmcp_readattachment`
* `nocodbmcp_updaterecords`

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