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.
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
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
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.
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-usersGet all users/owners from Pipedrive to identify owner IDs for filtering deals
get-dealsGet 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-dealGet a specific deal by ID including custom fields
get-deal-notesGet detailed notes and custom booking details for a specific deal
search-dealsSearch deals by term
get-personsGet all persons from Pipedrive with optional filtering by name, email, organization, or phone
get-personGet 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-notesGet all notes attached to a specific person
search-persons-by-notesSearch 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-organizationGet all persons belonging to a specific organization
get-organizationsGet all organizations from Pipedrive with optional filtering by name
get-organizationGet a specific organization by ID including custom fields
search-organizationsSearch organizations using Pipedrive's search API. NOTE: If this returns empty results, try using 'get-organizations' with filterName parameter instead.
get-pipelinesGet all pipelines from Pipedrive
get-pipelineGet a specific pipeline by ID
get-stagesGet all stages from Pipedrive
search-leadsSearch leads by term
search-allSearch 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-dealCreate a new deal in Pipedrive. All deals created through the API have origin='API'.
update-dealUpdate an existing deal in Pipedrive
delete-dealDelete a deal (soft delete with 30-day recovery). CAUTION: This is a destructive operation.
create-personCreate a new person (contact) in Pipedrive
update-personUpdate an existing person in Pipedrive
delete-personDelete a person (soft delete with 30-day recovery). CAUTION: This is a destructive operation.
create-organizationCreate a new organization in Pipedrive
update-organizationUpdate an existing organization in Pipedrive
delete-organizationDelete an organization (soft delete with 30-day recovery). CAUTION: This is a destructive operation.
create-activityCreate a new activity (task, call, meeting, etc.) in Pipedrive
update-activityUpdate an existing activity in Pipedrive
delete-activityDelete an activity (soft delete with 30-day recovery). CAUTION: This is a destructive operation.
create-noteCreate a new note in Pipedrive and attach it to a deal, person, organization, or lead
update-noteUpdate an existing note in Pipedrive
delete-noteDelete a note. CAUTION: This is a destructive operation.
create-leadCreate a new lead in Pipedrive. Must be linked to a person or organization (or both).
update-leadUpdate an existing lead in Pipedrive
delete-leadDelete a lead. CAUTION: This is a destructive operation.
convert-lead-to-dealConvert a lead to a deal. Returns a conversion job ID for tracking status.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
MCP_ENDPOINTMessage endpoint path for SSE (default: /message, only used when MCP_TRANSPORT=sse)MCP_JWT_ALGORITHMJWT algorithm (default: HS256)MCP_JWT_AUDIENCEJWT audienceMCP_JWT_ISSUERJWT issuerMCP_JWT_SECRETJWT secret for authenticationMCP_JWT_TOKENJWT token for authenticationMCP_PORTPort for SSE transport (default: 3000, only used when MCP_TRANSPORT=sse)MCP_TRANSPORTsse # Use SSE transport for DockerPIPEDRIVE_API_TOKENyour_api_token_herePIPEDRIVE_DOMAINyour-company.pipedrive.comPIPEDRIVE_RATE_LIMIT_MAX_CONCURRENT${PIPEDRIVE_RATE_LIMIT_MAX_CONCURRENT:-2}PIPEDRIVE_RATE_LIMIT_MIN_TIME_MS${PIPEDRIVE_RATE_LIMIT_MIN_TIME_MS:-250}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.
[](https://m8ven.ai/mcp/teapot-agency/mcp_pipedrive)?variant=verified from the URL.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