MCP server exposing 5 tools for pipedrive.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/pipedrive/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
pipedrive_list_deals — View all deals in your pipeline. Returns deal IDs, titles, values, stages, and owners. Use pipedrive_get_deal for full details on a specific deal.pipedrive_get_deal — Get complete details for a specific deal (by ID). Returns title, value, stage, probability, owner, associated contacts, and timeline.pipedrive_list_persons — View all contacts in your CRM. Returns names, email addresses, phone numbers, and associated organizations and deals.pipedrive_get_person — Get full contact details by ID. Returns name, emails, phones, organization, associated deals, and custom fields.pipedrive_search — Search deals, contacts, organizations, products, or files by keyword. Returns matching records with IDs and basic info.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/pipedrive/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io