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.
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).
Danger zone
Removing the connector deletes the saved credentials. This cannot be undone.
Available tools (19)
These are the tools your assistant can invoke on this connector, in plain language.
Query (12)
These tools only read: they fetch data and never change anything.
search_contactsSearch for contacts (persons) by name, email, or phone number.
claude >Find the contact Nagy Peterget_contactGet a specific contact by ID with all details.
claude >Show contact #1234list_contactsList contacts with optional pagination and sorting.
claude >List the latest contactssearch_companiesSearch for organizations (companies) by name.
claude >Find the Kovacs Kft organizationget_companyGet a specific organization by ID.
claude >Show organization #55list_dealsList deals with filtering by status, stage, or pipeline.
claude >List all open dealsget_dealGet a specific deal by ID with all details.
claude >Show deal #789search_dealsSearch for deals by title or custom fields.
claude >Find deals about website redesignlist_pipelinesList all sales pipelines.
claude >What pipelines do we have?get_pipelineGet a pipeline by ID with all its stages.
claude >Show the stages of the Sales pipelinelist_activitiesList activities (calls, meetings, tasks, etc.) with optional filtering.
claude >List today's pending activitieslist_leadsList leads (pre-deal prospects) with optional filtering.
claude >List all active leads
Actions (7)
These tools create or modify data. Query tools are always available; write tools can be toggled in the connector settings.
create_contactCreate a new contact (person) in Pipedrive.
claude >Add contact: Nagy Peter, nagy@example.comupdate_contactUpdate an existing contact. Only provided fields are changed.
claude >Update Peter's phone numbercreate_companyCreate a new organization (company) in Pipedrive.
claude >Create organization Kovacs Kftcreate_dealCreate a new deal in Pipedrive.
claude >Create a deal: Website project, 500000 HUFupdate_dealUpdate an existing deal. Set status to won or lost to close it.
claude >Mark deal #789 as wonlog_activityLog an activity (call, meeting, task, email) linked to a deal, person, or organization.
claude >Log a call with Peter tomorrow at 10create_leadCreate a new lead (pre-deal prospect).
claude >Create a lead for Kovacs Kft
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.
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.