# Folk MCP Node

> Access Folk MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `folkmcp_folk_create_company`
* `folkmcp_folk_create_object`
* `folkmcp_folk_create_person`
* `folkmcp_folk_get_company`
* `folkmcp_folk_get_current_user`
* `folkmcp_folk_get_object`
* `folkmcp_folk_get_person`
* `folkmcp_folk_get_workspace_structure`
* `folkmcp_folk_search_companies`
* `folkmcp_folk_search_objects`
* `folkmcp_folk_search_people`
* `folkmcp_folk_update_company`
* `folkmcp_folk_update_object`
* `folkmcp_folk_update_person`

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