productivity
Pipedrive MCP, CLI, and Lua Integration for AI Agents
Pipedrive integration docs for AI agents: MCP gateway setup, Pipedrive CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write API token auth
Pipedrive for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
pipedrive- route_slug
pipedrive- package
pipedrive- auth_strategy
api_tokenAPI token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Pipedrive CLIHeadless setup and direct function calls. Pipedrive MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Pipedrive MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Pipedrive.
Claude Code Pipedrive MCP setup for Claude Code. Cursor Pipedrive MCP setup for Cursor. Codex Pipedrive MCP setup for Codex. OpenAI Agents Pipedrive MCP setup for OpenAI Agents SDK. Claude Agent SDK Pipedrive MCP setup for Claude Agent SDK. Vercel AI SDK Pipedrive MCP setup for Vercel AI SDK. LangChain Pipedrive MCP setup for LangChain. LangGraph Pipedrive MCP setup for LangGraph. CrewAI Pipedrive MCP setup for CrewAI. MCP clients Pipedrive MCP setup for Generic MCP Clients.
Pipedrive CLI Matrix
Use these pages for direct Pipedrive CLI workflows in scripts, CI, cron, and agent wrappers.
CI Pipedrive CLI for CI. Cron Jobs Pipedrive CLI for cron jobs. Shell Scripts Pipedrive CLI for shell scripts. Headless Automation Pipedrive CLI for headless automation. Coding Agents Pipedrive CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
pipedrive.pipedrive_create_deal | Write write | 10 | Create a new deal in Pipedrive. Provide a title and optionally set value, currency, person, organization, stage, and other deal fields. |
pipedrive.pipedrive_get_current_user | Read read | 0 | Get the profile of the currently authenticated Pipedrive user — name, email, company, timezone, and other account details. |
pipedrive.pipedrive_get_deal | Read read | 1 | Get full details for a single deal in Pipedrive, including value, stage, person, organization, and custom fields. |
pipedrive.pipedrive_get_person | Read read | 1 | Get full details for a single person (contact) in Pipedrive, including email, phone, organization, and custom fields. |
pipedrive.pipedrive_list_deals | Read read | 6 | List deals in Pipedrive with optional filters for user, person, organization, and status. Returns a paginated list of deals with key details. |
pipedrive.pipedrive_list_organizations | Read read | 2 | List organizations in Pipedrive. Returns a paginated list with name, address, owner, and other details. |
pipedrive.pipedrive_list_persons | Read read | 2 | List persons (contacts) in Pipedrive. Returns a paginated list with name, email, phone, organization, and owner details. |