Advanced Architecture2026-07-191 min read

MCP Server for Pipedrive: Sales Pipeline Automation

Reading and updating deals, stages, and activities in Pipedrive through a purpose-built MCP tool set.

Pipeline automationDeal stage voting

Pipedrive's data model — deals move through stages inside pipelines — maps to a small, predictable tool set.

Core Tools

  • list_deals(pipeline_id, stage_id)
  • move_deal_stage(deal_id, stage_id)
  • log_activity(deal_id, type, note)

Guardrails

Require the model to confirm before moving a deal to "won" or "lost" — these stages often trigger downstream billing or reporting automations that are expensive to reverse.

Join the Discussion

Deal stage voting

0 votes