@pipeworx/close-crm
Connect: https://gateway.pipeworx.io/close-crm/mcp · Install: one-click buttons
Tools: 6
Tools
- close_me — Get the current Close user and organization for the supplied API key. Returns user ID, name, email, and the organizations (with IDs) the key can access. Use this to verify the key works and discover y
- close_search_leads — Search or list leads (companies/accounts in Close) using Close’s query language.
- close_get_lead — Get a single lead by its Close lead ID (format
lead_...). Returns full detail: display name, description, status, contacts, addresses, opportunities, custom fields, and timestamps. - close_list_opportunities — List opportunities (pipeline deals) in Close. Returns a
dataarray of opportunities with id, lead_id, status, value, currency, confidence, and expected close date, plushas_more/total_results. - close_list_contacts — List contacts (people) in Close. Returns a
dataarray of contacts with id, lead_id, name, title, emails, and phones, plushas_more/total_results. - close_list_activities — List activities for a lead — calls, emails, notes, SMS, meetings, and status changes. Returns a
dataarray (with id, _type, type, date_created, and type-specific fields) plushas_more/ `total_res
Tools
-
close_get_lead— Get a single lead by its Close lead ID (format `lead_...`). Returns full detail: display name, description, status, contacts, addresses, opportunities, custom fields, and timestamps. -
close_list_activities— List activities for a lead — calls, emails, notes, SMS, meetings, and status changes. Returns a `data` array (with id, _type, type, date_created, and type-specific fields) plus `has_more` / `total_res -
close_list_contacts— List contacts (people) in Close. Returns a `data` array of contacts with id, lead_id, name, title, emails, and phones, plus `has_more` / `total_results`. -
close_list_opportunities— List opportunities (pipeline deals) in Close. Returns a `data` array of opportunities with id, lead_id, status, value, currency, confidence, and expected close date, plus `has_more` / `total_results`. -
close_me— Get the current Close user and organization for the supplied API key. Returns user ID, name, email, and the organizations (with IDs) the key can access. Use this to verify the key works and discover y -
close_search_leads— Search or list leads (companies/accounts in Close) using Close's query language.