Pipedrive
A sales CRM platform focused on pipeline management, deal tracking, and workflow automation for revenue teams.
https://{apibase}
https://mcp.pipedrive.ai/mcp
Agent
const bundleup = new BundleUp('Zw7Lt7...');
const mcp = bundleup.mcp('conn_abc123').connect();
const tools = await mcp.listTools(); Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the Pipedrive account the connection is authenticated as.
companies
Retrieve a list of companies from Pipedrive.
contacts
Retrieve a list of contacts from Pipedrive.
Unified API Endpoints
/me
Retrieve the Pipedrive account this connection is authenticated as.
/crm/companies
Retrieve a list of organizations from Pipedrive.
/crm/contacts
Retrieve a list of contacts from Pipedrive.
