Connectors / PDPipedrive

Pipedrive

The Pipedrive connector lets your AI manage your contacts, organizations, deals, activities, and leads, in plain language.

Credentials

All data is protected on the server with AES-256-GCM encryption.

Cancel

Write operations

Decide whether your assistant can only read, or also make changes through this connector.

Enable write tools

Read tools (lists, queries) are always available. When enabled, write tools (create, update, delete) become available too. Transactional calls are logged for 90 days.

Affected write tools (7)
  • create_contact: Create a new contact (person) in Pipedrive.
  • update_contact: Update an existing contact. Only provided fields are changed.
  • create_company: Create a new organization (company) in Pipedrive.
  • create_deal: Create a new deal in Pipedrive.
  • update_deal: Update an existing deal. Set status to won or lost to close it.
  • log_activity: Log an activity (call, meeting, task, email) linked to a deal, person, or organization.
  • create_lead: Create a new lead (pre-deal prospect).

Available tools (19)

These are the tools your assistant can invoke on this connector, in plain language.

read-only

Query (12)

These tools only read: they fetch data and never change anything.

  • search_contacts

    Search for contacts (persons) by name, email, or phone number.

    claude >Find the contact Nagy Peter
  • get_contact

    Get a specific contact by ID with all details.

    claude >Show contact #1234
  • list_contacts

    List contacts with optional pagination and sorting.

    claude >List the latest contacts
  • search_companies

    Search for organizations (companies) by name.

    claude >Find the Kovacs Kft organization
  • get_company

    Get a specific organization by ID.

    claude >Show organization #55
  • list_deals

    List deals with filtering by status, stage, or pipeline.

    claude >List all open deals
  • get_deal

    Get a specific deal by ID with all details.

    claude >Show deal #789
  • search_deals

    Search for deals by title or custom fields.

    claude >Find deals about website redesign
  • list_pipelines

    List all sales pipelines.

    claude >What pipelines do we have?
  • get_pipeline

    Get a pipeline by ID with all its stages.

    claude >Show the stages of the Sales pipeline
  • list_activities

    List activities (calls, meetings, tasks, etc.) with optional filtering.

    claude >List today's pending activities
  • list_leads

    List leads (pre-deal prospects) with optional filtering.

    claude >List all active leads
write

Actions (7)

These tools create or modify data. Query tools are always available; write tools can be toggled in the connector settings.

  • create_contact

    Create a new contact (person) in Pipedrive.

    claude >Add contact: Nagy Peter, nagy@example.com
  • update_contact

    Update an existing contact. Only provided fields are changed.

    claude >Update Peter's phone number
  • create_company

    Create a new organization (company) in Pipedrive.

    claude >Create organization Kovacs Kft
  • create_deal

    Create a new deal in Pipedrive.

    claude >Create a deal: Website project, 500000 HUF
  • update_deal

    Update an existing deal. Set status to won or lost to close it.

    claude >Mark deal #789 as won
  • log_activity

    Log an activity (call, meeting, task, email) linked to a deal, person, or organization.

    claude >Log a call with Peter tomorrow at 10
  • create_lead

    Create a new lead (pre-deal prospect).

    claude >Create a lead for Kovacs Kft
What is it for?

Pipedrive is one of the most popular sales CRMs. The AI connector reads and writes: manage contacts and organizations, track and move deals across the pipeline, log activities, and create leads.

app.pipedrive.com
Pipedrive interface

Usage

This is how to call this connector through the MCP endpoint.

MCP call example

{
  "connector": "pipedrive",
  "action": "...",
  "params": { ... }
}

You can find the MCP endpoint URL on the API keys page.

Documentation

Pipedrive official docs

Having trouble? Email us at support@connectors.hu.

Installed the connectors CLI? After a connectors refresh the Pipedrive tools are automatically available in Claude Code.

Install the CLI →