# Pipedrive MCP Node

> Access Pipedrive MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `pipedrivemcp_addactivity`
* `pipedrivemcp_adddeal`
* `pipedrivemcp_addlead`
* `pipedrivemcp_addnote`
* `pipedrivemcp_addorganization`
* `pipedrivemcp_addperson`
* `pipedrivemcp_convertleadtodeal`
* `pipedrivemcp_getactivities`
* `pipedrivemcp_getactivity`
* `pipedrivemcp_getdeal`
* `pipedrivemcp_getdeals`
* `pipedrivemcp_getlead`
* `pipedrivemcp_getleadconversionstatus`
* `pipedrivemcp_getleads`
* `pipedrivemcp_getnote`
* `pipedrivemcp_getnotes`
* `pipedrivemcp_getorganization`
* `pipedrivemcp_getorganizations`
* `pipedrivemcp_getperson`
* `pipedrivemcp_getpersons`
* `pipedrivemcp_getstage`
* `pipedrivemcp_getstages`
* `pipedrivemcp_searchdeals`
* `pipedrivemcp_searchleads`
* `pipedrivemcp_searchorganization`
* `pipedrivemcp_searchpersons`
* `pipedrivemcp_updateactivity`
* `pipedrivemcp_updatedeal`
* `pipedrivemcp_updatelead`
* `pipedrivemcp_updatenote`
* `pipedrivemcp_updateorganization`
* `pipedrivemcp_updateperson`

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