KosmoKrator

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_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Pipedrive MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Pipedrive.

Pipedrive CLI Matrix

Use these pages for direct Pipedrive CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.