Skip to main content
Glama
WillDent

Pipedrive MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoPort for SSE transport3000
MCP_ENDPOINTNoMessage endpoint path for SSE/message
MCP_JWT_TOKENNoJWT token for authentication
MCP_TRANSPORTNoTransport type: stdio or ssestdio
MCP_JWT_ISSUERNoJWT issuer
MCP_JWT_SECRETNoJWT secret for authentication
MCP_JWT_AUDIENCENoJWT audience
PIPEDRIVE_DOMAINYesYour Pipedrive domain (e.g., your-company.pipedrive.com)
MCP_JWT_ALGORITHMNoJWT algorithmHS256
PIPEDRIVE_API_TOKENYesYour Pipedrive API token
PIPEDRIVE_RATE_LIMIT_MIN_TIME_MSNoMinimum time between requests in milliseconds250
PIPEDRIVE_RATE_LIMIT_MAX_CONCURRENTNoMaximum concurrent requests2

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get-usersA

List Pipedrive users/owners.

get-dealsB

List visible, non-archived Pipedrive deals without hidden status or date defaults.

get-dealA

Get a Pipedrive deal by ID, including generic custom fields.

get-deal-notesB

List notes attached to a Pipedrive deal.

search-dealsA

Search Pipedrive deals by title, notes, or searchable custom fields.

get-personsC

List Pipedrive persons.

get-personA

Get a Pipedrive person by ID.

search-personsC

Search Pipedrive persons.

get-organizationsC

List Pipedrive organizations.

get-organizationC

Get a Pipedrive organization by ID.

search-organizationsC

Search Pipedrive organizations.

get-pipelinesC

List Pipedrive pipelines.

get-pipelineB

Get a Pipedrive pipeline by ID.

get-stagesB

List Pipedrive stages, optionally filtered by pipeline.

search-leadsC

Search Pipedrive leads.

search-allB

Search across supported Pipedrive item types.

Prompts

Interactive templates invoked by user choice

NameDescription
list-all-dealsList Pipedrive deals
list-all-personsList Pipedrive persons
list-all-pipelinesList Pipedrive pipelines
analyze-dealsAnalyze deals by stage
analyze-contactsAnalyze contacts
analyze-leadsAnalyze leads
compare-pipelinesCompare pipelines
find-high-value-dealsFind high-value deals

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/WillDent/pipedrive-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server