pipedrive_bulk_add_deal_products
Bulk-add up to 100 line-item products to a deal in one request.
How to use it
pipedrive_bulk_add_deal_products is exposed by the Pipedrive MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the pipedrive_bulk_add_deal_products tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Pipedrive MCP Server
npx -y @ckalima/pipedrive-mcp-server initOther tools in Pipedrive MCP Server (39)
Add an additional discount to a deal.
Add a follower to a deal.
Attach a single product as a line item to a deal.
Add a follower to an organization.
Add a follower to a person.
Create a new activity in Pipedrive. Subject and type are required.
Create a new deal in Pipedrive. Only title is required; all other fields are optional.
Create a new organization in Pipedrive. Only name is required.
Create a new person (contact) in Pipedrive. Only name is required.
Get detailed information about a specific activity by ID.
Get detailed information about a specific deal by ID, including all standard and custom fields.
Get the status of a deal-to-lead conversion job. Status contract: 'completed' (terminal, carries leadid), 'failed'/'rejected' (terminal, stop polling, no lead produced), 'notstarted'/'running' (in-progress, re-poll). Only 'completed' carries leadid, and conversion status is purged after a few days,
Get the followers changelog for a deal.
Get detailed information about a specific note by ID.
Get detailed information about a specific organization by ID.
Get the followers changelog for an organization.
Get detailed information about a specific person by ID.
Get the followers changelog for a person.
Get the picture for a person (read-only; returns picture metadata and sized image URLs). Returns an error if the person has no picture.
List activities from Pipedrive with optional filtering by owner, deal, person, organization, type, or completion status.
List archived deals with the same filtering as the active deals list (owner, person, organization, pipeline, stage, status). Returns paginated results.
List all additional discounts applied to a deal.
List all followers for a deal.
List line-item products attached to a deal. Returns paginated results.
List deals from Pipedrive with optional filtering by owner, person, organization, pipeline, stage, or status. Returns paginated results.
List notes from Pipedrive with optional filtering by deal, person, organization, or lead.
List all followers for an organization.
List organizations from Pipedrive with optional filtering by owner or first letter of name.
List all followers for a person.
List persons (contacts) from Pipedrive with optional filtering by owner, organization, or first letter of name.
Search for deals by text in title. Supports fuzzy matching by default.
Search for organizations by name or address.
Search for persons by name, email, or phone number.
Update an existing activity in Pipedrive. Use this to mark activities as done.
Update an existing deal in Pipedrive. Specify the deal ID and any fields to update.
Update an additional discount on a deal. All fields except IDs are optional.
Update a line-item product attached to a deal. All body fields optional.
Update an existing organization in Pipedrive.
Update an existing person in Pipedrive.