# Sybill MCP Node

> Access Sybill MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `sybilmcp_ask_sybill`
* `sybilmcp_get_account`
* `sybilmcp_get_conversation`
* `sybilmcp_get_deal`
* `sybilmcp_list_accounts`
* `sybilmcp_list_conversations`
* `sybilmcp_list_deals`

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