Pipedrive MCP Server (Teapot-Agency/mcp_pipedrive) is an MCP server listed on the M8ven Trust Index. It scores 68 out of 100, grade C. It declares 39 tools. No publisher has claimed this listing.

C
Caution
68/100

Pipedrive MCP Server

Provides full CRUD access to Pipedrive CRM API, enabling Claude and other LLM applications to manage deals, persons, organizations, activities, notes, and leads with advanced filtering and fuzzy search capabilities.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

Teapot-Agency

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: MCP_JWT_SECRET, MCP_JWT_TOKEN, PIPEDRIVE_API_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes39 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

get-users

Get all users/owners from Pipedrive to identify owner IDs for filtering deals

get-deals

Get deals from Pipedrive with flexible filtering options including search by title, date range, owner, stage, status, and more. Use 'get-users' tool first to find owner IDs.

get-deal

Get a specific deal by ID including custom fields

get-deal-notes

Get detailed notes and custom booking details for a specific deal

search-deals

Search deals by term

get-persons

Get all persons from Pipedrive with optional filtering by name, email, organization, or phone

get-person

Get a specific person by ID including custom fields

search-persons

⚠️ FALLBACK TOOL - Use 'find-person' instead for most searches. This uses Pipedrive's native search which often returns empty results. Only use this for: (1) searching within notes content with fields='notes', (2) searching custom fields, (3) when exact matching is required.

get-person-notes

Get all notes attached to a specific person

search-persons-by-notes

Search for persons who have attached notes containing a specific keyword. This searches the content of notes linked to persons.

find-person

⭐ PRIMARY TOOL for finding persons - USE THIS BY DEFAULT. Reliable fuzzy matching across name, email, phone, and company. Returns scored results ranked by relevance. Preferred over search-persons for most lookups.

get-persons-by-organization

Get all persons belonging to a specific organization

get-organizations

Get all organizations from Pipedrive with optional filtering by name

get-organization

Get a specific organization by ID including custom fields

search-organizations

Search organizations using Pipedrive's search API. NOTE: If this returns empty results, try using 'get-organizations' with filterName parameter instead.

get-pipelines

Get all pipelines from Pipedrive

get-pipeline

Get a specific pipeline by ID

get-stages

Get all stages from Pipedrive

search-leads

Search leads by term

search-all

Search across all item types using Pipedrive's search API. NOTE: If this returns empty results, try using specific tools like 'find-person', 'get-persons', 'get-organizations', or 'get-deals' with filter parameters.

create-deal

Create a new deal in Pipedrive. All deals created through the API have origin='API'.

update-deal

Update an existing deal in Pipedrive

delete-deal

Delete a deal (soft delete with 30-day recovery). CAUTION: This is a destructive operation.

create-person

Create a new person (contact) in Pipedrive

update-person

Update an existing person in Pipedrive

delete-person

Delete a person (soft delete with 30-day recovery). CAUTION: This is a destructive operation.

create-organization

Create a new organization in Pipedrive

update-organization

Update an existing organization in Pipedrive

delete-organization

Delete an organization (soft delete with 30-day recovery). CAUTION: This is a destructive operation.

create-activity

Create a new activity (task, call, meeting, etc.) in Pipedrive

update-activity

Update an existing activity in Pipedrive

delete-activity

Delete an activity (soft delete with 30-day recovery). CAUTION: This is a destructive operation.

create-note

Create a new note in Pipedrive and attach it to a deal, person, organization, or lead

update-note

Update an existing note in Pipedrive

delete-note

Delete a note. CAUTION: This is a destructive operation.

create-lead

Create a new lead in Pipedrive. Must be linked to a person or organization (or both).

update-lead

Update an existing lead in Pipedrive

delete-lead

Delete a lead. CAUTION: This is a destructive operation.

convert-lead-to-deal

Convert a lead to a deal. Returns a conversion job ID for tracking status.

// known CVEs in dependencies2 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.7.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.7.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configMCP_ENDPOINTMessage endpoint path for SSE (default: /message, only used when MCP_TRANSPORT=sse)
configMCP_JWT_ALGORITHMJWT algorithm (default: HS256)
configMCP_JWT_AUDIENCEJWT audience
configMCP_JWT_ISSUERJWT issuer
🔐 secretMCP_JWT_SECRETJWT secret for authentication
🔐 secretMCP_JWT_TOKENJWT token for authentication
configMCP_PORTPort for SSE transport (default: 3000, only used when MCP_TRANSPORT=sse)
configMCP_TRANSPORTsse # Use SSE transport for Docker
🔐 secretPIPEDRIVE_API_TOKENyour_api_token_here
configPIPEDRIVE_DOMAINyour-company.pipedrive.com
configPIPEDRIVE_RATE_LIMIT_MAX_CONCURRENT${PIPEDRIVE_RATE_LIMIT_MAX_CONCURRENT:-2}
configPIPEDRIVE_RATE_LIMIT_MIN_TIME_MS${PIPEDRIVE_RATE_LIMIT_MIN_TIME_MS:-250}
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

39/39 tools missing one or more hints — get-users (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get-deals (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get-deal (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +36 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

36/39 tool handlers declare input schemas (92%)

Declare an inputSchema with zod/joi/yup on every tool definition.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 2 high severity in production deps — @modelcontextprotocol/sdk@1.7.1 (high), @modelcontextprotocol/sdk@1.7.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dependency freshness

1/7 production deps stale: bottleneck@2023-02-22 (3.3y)

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/teapot-agency/mcp_pipedrive?variant=verified)](https://m8ven.ai/mcp/teapot-agency/mcp_pipedrive)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: e3a61d4d8b77ca199e55b64bcd427415377bc7b9
code hash: f0fb1ad38ed03abb7a5a5dd24d597991128a00029b30fcb68eeb230f5c1e6127
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client