# Crossbeam MCP Node

> Access Crossbeam MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `crossbeammcp_find_overlap_partners`
* `crossbeammcp_find_overlaps`
* `crossbeammcp_find_partner_recommendations`
* `crossbeammcp_get_account_context`
* `crossbeammcp_get_ecosystem_activity`
* `crossbeammcp_get_list_link`
* `crossbeammcp_get_partner_context`
* `crossbeammcp_get_partner_suggestions`
* `crossbeammcp_search_crossbeam_knowledge`

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