Pipedrive for your agents.
Connect Pipedrive once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Pipedrive.
What agents can do with Pipedrive
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
pipedrive_list_dealsList deals with optional status filter.
pipedrive_get_dealGet a single deal by id.
pipedrive_list_personsList persons (contacts).
pipedrive_list_organizationsList organizations (companies).
pipedrive_create_dealCreate a new deal.
pipedrive_create_personCreate a new person (contact). `name` is required, optionally add `email` and `phone`.
pipedrive_create_organizationCreate a new organization (company). `name` is required.
pipedrive_get_personGet a single person by id with all their details.
pipedrive_update_dealUpdate one or more fields on a deal. Include only the fields you want to change.
pipedrive_list_pipelinesList all deal pipelines and their stages.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to Pipedrive > Settings > Integrations > API.
- Copy your personal API token, or click 'Generate new token' if none exists.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Pipedrive to Even: call connect_begin("pipedrive") on the even-connect MCP and walk me through it.
List CRM deals filtered by status, retrieve people and organizations, and create a new sales deal.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.