Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.usefulapi/pipedrive

REMOTE · PIPEDRIVE.USEFULAPI.IO · SCANNED SEP 20

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

0 this week 85 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security78
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token. View diagnostics → Pass
  • HTTPS enforcement could not be verified: the plaintext port answered with HTTP 401, which proves neither a plaintext path nor enforcement. View diagnostics → Unverified
  • HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
  • DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
  • The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents. View diagnostics → Partial
Transport & Reachability100
Schema Quality & AI Usability73
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2713 tokens (~142/item across 19 items; 19 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 19 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the io.usefulapi/pipedrive MCP server?

io.usefulapi/pipedrive is a hosted endpoint at https://pipedrive.usefulapi.io/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · pipedrive.usefulapi.io

# add to Claude Code
claude mcp add --transport http io-usefulapi-pipedrive 'https://pipedrive.usefulapi.io/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "io-usefulapi-pipedrive": {
      "url": "https://pipedrive.usefulapi.io/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "io-usefulapi-pipedrive": {
      "type": "http",
      "url": "https://pipedrive.usefulapi.io/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.io-usefulapi-pipedrive]
url = "https://pipedrive.usefulapi.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-usefulapi-pipedrive": {
      "type": "remote",
      "url": "https://pipedrive.usefulapi.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-usefulapi-pipedrive --url 'https://pipedrive.usefulapi.io/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-usefulapi-pipedrive:
    url: "https://pipedrive.usefulapi.io/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "io-usefulapi-pipedrive": {
      "Transport": "http",
      "Url": "https://pipedrive.usefulapi.io/mcp"
    }
  }
}
# add to Vellum
assistant mcp add io-usefulapi-pipedrive -t streamable-http -u 'https://pipedrive.usefulapi.io/mcp'
// mcp.json
{
  "mcpServers": {
    "io-usefulapi-pipedrive": {
      "type": "http",
      "url": "https://pipedrive.usefulapi.io/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 11 Sept 26 +67
    • Transport: unverified → pass security
    • Authorization: unverified → pass security
    • Injection markers: unverified → pass security
    • Stability: unverified → pass security
    • MCP protocol: unverified → fail functional
    • Endpoint reachability: not serving MCP → reachable functional
    • Tool coverage: unverified → 100 functional
  • 10 Sept 26 −67
    • Endpoint reachability: reachable → not serving MCP security
    • Authorization: pass → unverified security
    • Stability: pass → unverified security
    • Tool safety: pass → unverified security
    • Transport: pass → unverified security
    • Capabilities: fail → unverified functional
    • Tool coverage: 100 → unverified functional
  • 1 Sept 26 +1
    • Stability: 0.97 → pass security
  • 30 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 26 Aug 26 +2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://pipedrive.usefulapi.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=usefulapi.io CN=WE1,O=Google Trust Services,C=US 1 Aug 2026 30 Oct 2026 ECDSA 256 ECDSA-SHA256 3d45e7a3262544ea138d84a55a9e7c39
SANs: usefulapi.io, pipedrive.usefulapi.io, *.pipedrive.usefulapi.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of pipedrive.usefulapi.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
usefulapi.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer realm="OAuth", resource_metadata="https://pipedrive.usefulapi.io/.well-known/oauth-protected-resource/mcp", error="invalid_token", error_description="Missing or invalid access token"

Bearer realm="OAuth", resource_metadata="https://pipedrive.usefulapi.io/.well-known/oauth-protected-resource/mcp", error="invalid_token", error_description="Missing or invalid access token"

Protected resource metadata

Document https://pipedrive.usefulapi.io/.well-known/oauth-protected-resource/mcp
Retrieved Yes
Resource https://pipedrive.usefulapi.io/mcp
Authorisation server https://pipedrive.usefulapi.io

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://pipedrive.usefulapi.io/mcp Verified 200
http (plaintext) http://pipedrive.usefulapi.io/mcp Inconclusive 401
MCP tools · 19 exposed · ~2,713 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
pipedrive_add_note ~136

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.

NameTypeReqDescription
contentstringyesNote body — HTML or plain text (required).
deal_idintegerAttach to this deal id.
lead_idstringAttach to this lead id (a UUID string).
org_idintegerAttach to this organization id.
person_idintegerAttach to this person id.

No output schema declared.

No examples provided.

pipedrive_create_activity ~216

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.

NameTypeReqDescription
deal_idintegerLink to this deal id.
donebooleanWhether the activity is already marked done.
due_datestringDue date, yyyy-mm-dd.
due_timestringDue time, HH:MM (24h).
durationstringDuration, HH:MM.
notestringFree-text note attached to the activity.
org_idintegerLink to this organization id.
owner_idintegerAssign to this owner (user) id.
person_idintegerLink to this person id.
subjectstringyesActivity subject/title (required).
typestringActivity type key, e.g. 'call', 'meeting', 'task', 'email'.

No output schema declared.

No examples provided.

pipedrive_create_deal ~213

Create a new deal. `title` is required; link it to a person/org/pipeline/stage/owner as needed. Pipedrive REST: POST /api/v2/deals.

NameTypeReqDescription
currencystringCurrency code for `value`, e.g. 'USD'.
expected_close_datestringExpected close date, yyyy-mm-dd.
org_idintegerLink to this organization id.
owner_idintegerAssign to this owner (user) id.
person_idintegerLink to this person id.
pipeline_idintegerPlace in this pipeline id.
stage_idintegerPlace in this stage id.
statusstringDeal status — 'open' (default), 'won' or 'lost'.
titlestringyesDeal title (required).
valuenumberDeal monetary value.
visible_tointegerVisibility group id (Pipedrive visibility setting).

No output schema declared.

No examples provided.

pipedrive_create_person ~149

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.

NameTypeReqDescription
emailstringPrimary email address (mapped to the emails array).
namestringyesPerson full name (required).
org_idintegerLink to this organization id.
owner_idintegerAssign to this owner (user) id.
phonestringPrimary phone number (mapped to the phones array).
visible_tointegerVisibility group id (Pipedrive visibility setting).

No output schema declared.

No examples provided.

pipedrive_get_current_user ~41

Get the authenticated user's profile (name, email, company, locale, timezone). Pipedrive REST: GET /api/v1/users/me.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pipedrive_get_deal ~46

Get a single deal by its id. Pipedrive REST: GET /api/v2/deals/{id}.

NameTypeReqDescription
idintegeryesDeal id (required).

No output schema declared.

No examples provided.

pipedrive_get_organization ~46

Get a single organization by its id. Pipedrive REST: GET /api/v2/organizations/{id}.

NameTypeReqDescription
idintegeryesOrganization id (required).

No output schema declared.

No examples provided.

pipedrive_get_person ~48

Get a single person (contact) by its id. Pipedrive REST: GET /api/v2/persons/{id}.

NameTypeReqDescription
idintegeryesPerson id (required).

No output schema declared.

No examples provided.

pipedrive_list_activities ~208

List activities (tasks/events), optionally filtered by filter/owner/deal/person/org/done/updated_since. Pipedrive REST: GET /api/v2/activities.

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous response's `next_cursor`.
deal_idintegerFilter by linked deal id.
donebooleanFilter by completion — true for done, false for not done.
filter_idintegerFilter by a saved filter id.
limitintegerMax results to return (1–500, default 100).
org_idintegerFilter by linked organization id.
owner_idintegerFilter by owner (user) id.
person_idintegerFilter by linked person id.
updated_sincestringOnly activities updated after this RFC 3339 timestamp, e.g. '2024-01-01T00:00:00Z'.

No output schema declared.

No examples provided.

pipedrive_list_deals ~226

List deals, optionally filtered by filter/owner/person/org/pipeline/stage/status and sorted. Pipedrive REST: GET /api/v2/deals.

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous response's `next_cursor`.
filter_idintegerFilter by a saved filter id.
limitintegerMax results to return (1–500, default 100).
org_idintegerFilter by linked organization id.
owner_idintegerFilter by owner (user) id.
person_idintegerFilter by linked person id.
pipeline_idintegerFilter by pipeline id.
sort_bystringField to sort by — 'id', 'update_time' or 'add_time'.
sort_directionstringSort direction — 'asc' or 'desc'.
stage_idintegerFilter by stage id.
statusstringFilter by deal status — 'open', 'won', 'lost' or 'deleted'.

No output schema declared.

No examples provided.

pipedrive_list_notes ~177

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.

NameTypeReqDescription
deal_idintegerFilter by linked deal id.
lead_idstringFilter by linked lead id (a UUID string).
limitintegerMax results to return (v1 limit).
org_idintegerFilter by linked organization id.
person_idintegerFilter by linked person id.
sortstringSort expression, e.g. 'add_time DESC'.
startintegerPagination offset (v1 start; default 0).
user_idintegerFilter by the note author (user) id.

No output schema declared.

No examples provided.

pipedrive_list_organizations ~145

List organizations, optionally filtered by filter/owner and sorted. Pipedrive REST: GET /api/v2/organizations.

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous response's `next_cursor`.
filter_idintegerFilter by a saved filter id.
limitintegerMax results to return (1–500, default 100).
owner_idintegerFilter by owner (user) id.
sort_bystringField to sort by — 'id', 'update_time' or 'add_time'.
sort_directionstringSort direction — 'asc' or 'desc'.

No output schema declared.

No examples provided.

pipedrive_list_persons ~161

List persons (contacts), optionally filtered by filter/owner/org and sorted. Pipedrive REST: GET /api/v2/persons.

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous response's `next_cursor`.
filter_idintegerFilter by a saved filter id.
limitintegerMax results to return (1–500, default 100).
org_idintegerFilter by linked organization id.
owner_idintegerFilter by owner (user) id.
sort_bystringField to sort by — 'id', 'update_time' or 'add_time'.
sort_directionstringSort direction — 'asc' or 'desc'.

No output schema declared.

No examples provided.

pipedrive_list_pipelines ~108

List all pipelines. Pipedrive REST: GET /api/v2/pipelines.

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous response's `next_cursor`.
limitintegerMax results to return (1–500, default 100).
sort_bystringField to sort by — 'id', 'update_time' or 'add_time'.
sort_directionstringSort direction — 'asc' or 'desc'.

No output schema declared.

No examples provided.

pipedrive_list_stages ~89

List stages, optionally restricted to a single pipeline. Pipedrive REST: GET /api/v2/stages.

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous response's `next_cursor`.
limitintegerMax results to return (1–500, default 100).
pipeline_idintegerRestrict to stages of this pipeline id.

No output schema declared.

No examples provided.

pipedrive_search_deals ~193

Search deals by term across selected fields. Pipedrive REST: GET /api/v2/deals/search.

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous response's `next_cursor`.
exact_matchbooleanIf true, only exact matches (case-insensitive) are returned.
fieldsstringComma-separated fields to search — any of 'custom_fields', 'notes', 'title'.
limitintegerMax results to return (1–500, default 100).
organization_idintegerRestrict to deals linked to this organization id.
person_idintegerRestrict to deals linked to this person id.
statusstringRestrict to deals with this status — 'open', 'won' or 'lost'.
termstringyesSearch term (at least 2 characters, required).

No output schema declared.

No examples provided.

pipedrive_search_items ~212

Global search across multiple item types (deals, persons, organizations, products, leads, files, etc.). Pipedrive REST: GET /api/v2/itemSearch.

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous response's `next_cursor`.
exact_matchbooleanIf true, only exact matches (case-insensitive) are returned.
fieldsstringComma-separated fields to search within (depends on item types).
item_typesstringComma-separated item types to search — any of 'deal', 'person', 'organization', 'product', 'lead', 'file', 'mail_attachment', 'project'.
limitintegerMax results to return (1–500, default 100).
search_for_related_itemsbooleanIf true, also return items related to the matches (e.g. deals of a matched person).
termstringyesSearch term (at least 2 characters, required).

No output schema declared.

No examples provided.

pipedrive_search_organizations ~138

Search organizations by term across selected fields. Pipedrive REST: GET /api/v2/organizations/search.

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous response's `next_cursor`.
exact_matchbooleanIf true, only exact matches (case-insensitive) are returned.
fieldsstringComma-separated fields to search — any of 'address', 'custom_fields', 'name', 'notes'.
limitintegerMax results to return (1–500, default 100).
termstringyesSearch term (at least 2 characters, required).

No output schema declared.

No examples provided.

pipedrive_search_persons ~161

Search persons (contacts) by term across selected fields. Pipedrive REST: GET /api/v2/persons/search.

NameTypeReqDescription
cursorstringOpaque pagination cursor from a previous response's `next_cursor`.
exact_matchbooleanIf true, only exact matches (case-insensitive) are returned.
fieldsstringComma-separated fields to search — any of 'name', 'email', 'phone', 'notes', 'custom_fields'.
limitintegerMax results to return (1–500, default 100).
organization_idintegerRestrict to persons linked to this organization id.
termstringyesSearch term (at least 2 characters, required).

No output schema declared.

No examples provided.

Common questions

What is the io.usefulapi/pipedrive MCP server?

io.usefulapi/pipedrive is an MCP server listed in the public MCP registry as io.usefulapi/pipedrive. Read deals, persons, organizations, activities and pipelines; create and update CRM records. This page covers its hosted endpoint (https://pipedrive.usefulapi.io/mcp).

Is the io.usefulapi/pipedrive MCP server safe to use?

io.usefulapi/pipedrive scores 85 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.usefulapi/pipedrive MCP server expose?

io.usefulapi/pipedrive exposes 19 tools: pipedrive_list_deals, pipedrive_get_deal, pipedrive_search_deals, pipedrive_list_persons, pipedrive_get_person, and 14 more. Their descriptions and schemas cost roughly 2,713 tokens of context every time the server is loaded.

Does the io.usefulapi/pipedrive MCP server require authentication?

Yes. io.usefulapi/pipedrive asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the io.usefulapi/pipedrive MCP server still maintained?

io.usefulapi/pipedrive is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.