68
grade C
4 days ago
glama

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.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// 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.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
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}
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 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 Score](https://m8ven.ai/badge/mcp/teapot-agency-mcp-pipedrive-21313c)](https://m8ven.ai/mcp/teapot-agency-mcp-pipedrive-21313c)
commit: e3a61d4d8b77ca199e55b64bcd427415377bc7b9
code hash: f0fb1ad38ed03abb7a5a5dd24d597991128a00029b30fcb68eeb230f5c1e6127
verified: 4/18/2026, 6:49:14 PM
view raw JSON →