mcpbeat Sign in

Pipedrive MCP Server

answering

Pipedrive is answering right now. Last checked 6 min ago. It exposes 19 tools. Last commit 1 Sep 2026.

Read deals, persons, organizations, activities and pipelines; create and update CRM records.

Uptime history 47 days of history · worst day 12%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
19
Tools
read from the server
177 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Pipedrive every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add pipedrive --transport http https://pipedrive.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pipedrive": {
      "url": "https://pipedrive.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pipedrive]
url = "https://pipedrive.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "pipedrive": {
      "url": "https://pipedrive.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pipedrive": {
      "url": "https://pipedrive.usefulapi.io/mcp"
    }
  }
}

Available tools 19

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

pipedrive
pipedrive_add_note
Add a note, linked to at least one of a deal/person/organization/lead. `content` is required (HTML or plain text). Uses v1 (v2 has no notes endpoint). Pipedrive REST: POST /api/v1/notes.
pipedrive_create_activity
Create a new activity (task/event). `subject` is required; link it to a deal/person/org and set type/date/time as needed. Pipedrive REST: POST /api/v2/activities.
pipedrive_create_deal
Create a new deal. `title` is required; link it to a person/org/pipeline/stage/owner as needed. Pipedrive REST: POST /api/v2/deals.
pipedrive_create_person
Create a new person (contact). `name` is required; `email`/`phone` are convenience strings mapped to Pipedrive's structured emails/phones arrays. Pipedrive REST: POST /api/v2/persons.
pipedrive_get_current_user
Get the authenticated user's profile (name, email, company, locale, timezone). Pipedrive REST: GET /api/v1/users/me.
pipedrive_get_deal
Get a single deal by its id. Pipedrive REST: GET /api/v2/deals/{id}.
pipedrive_get_organization
Get a single organization by its id. Pipedrive REST: GET /api/v2/organizations/{id}.
pipedrive_get_person
Get a single person (contact) by its id. Pipedrive REST: GET /api/v2/persons/{id}.
pipedrive_list_activities
List activities (tasks/events), optionally filtered by filter/owner/deal/person/org/done/updated_since. Pipedrive REST: GET /api/v2/activities.
pipedrive_list_deals
List deals, optionally filtered by filter/owner/person/org/pipeline/stage/status and sorted. Pipedrive REST: GET /api/v2/deals.
pipedrive_list_notes
List notes, optionally filtered by user/deal/person/org/lead. Uses v1 (v2 has no notes endpoint) with start+limit pagination. Pipedrive REST: GET /api/v1/notes.
pipedrive_list_organizations
List organizations, optionally filtered by filter/owner and sorted. Pipedrive REST: GET /api/v2/organizations.
pipedrive_list_persons
List persons (contacts), optionally filtered by filter/owner/org and sorted. Pipedrive REST: GET /api/v2/persons.
pipedrive_list_pipelines
List all pipelines. Pipedrive REST: GET /api/v2/pipelines.
pipedrive_list_stages
List stages, optionally restricted to a single pipeline. Pipedrive REST: GET /api/v2/stages.
pipedrive_search_deals
Search deals by term across selected fields. Pipedrive REST: GET /api/v2/deals/search.
pipedrive_search_items
Global search across multiple item types (deals, persons, organizations, products, leads, files, etc.). Pipedrive REST: GET /api/v2/itemSearch.
pipedrive_search_organizations
Search organizations by term across selected fields. Pipedrive REST: GET /api/v2/organizations/search.
pipedrive_search_persons
Search persons (contacts) by term across selected fields. Pipedrive REST: GET /api/v2/persons/search.

Endpoints

URLTransportStateLatencyChecked
https://pipedrive.usefulapi.io/mcp streamable-http answering 423 ms 6 min ago

Alternatives to Pipedrive

same job, measured the same way
Pipedrive CRM
by ckalima

MCP server for Pipedrive CRM. 155 tools for deals, persons, organizations, activities, and more.

153 installs/wk local only
Woodpecker CI
by ni-c

Read Woodpecker CI repositories, pipelines and logs, and drive builds, secrets and crons

47 installs/wk local only
Photo Organizer
by expertvagabond

AI-powered organization for Google Photos and Drive - auto-organize, find duplicates, create albums

37 installs/wk local only
Filesystem
by domdomegg

Read, create, and edit files.

89 installs/wk local only
RoughSketch
by roughsketch

Search, read, preview, create, update, rename, arrange and trash sketches in your Google Drive.

answering
Pipedrive MCP
by servosity

Full Pipedrive CRUD plus a local SQLite pipeline copy: stale deals, forecasts, aging, dupes, rep

local only
Pingpoint
by sudzikcoin

Live truck GPS: create loads, read position, ETA, driver state, trip stats. API key or USDC x402.

282 installs/wk local only
CRM
by mcp-dir

Your own CRM, fully customizable and agent-driven. Start with contacts, companies and a sales pipeli

36 tools answering

Pipedrive — questions

Answers built from our own checks of this server.

What can Pipedrive do?
It exposes 19 tools, read directly from the server on our last check. Among them: pipedrive_add_note, pipedrive_create_activity, pipedrive_create_deal, pipedrive_create_person, pipedrive_get_current_user, pipedrive_get_deal and 13 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Pipedrive working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 177 ms. The bar chart above shows every period we have measured.
How do I connect Pipedrive?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Pipedrive need an API key?
No. Pipedrive completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 19 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Pipedrive?
It answers our handshake in 177 ms on average, which is faster than 71% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Pipedrive open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.