MCP Server / Tools Reference
CRM
Push prospects to HubSpot, Salesforce, and other CRMs.
list_connected_crms
List which CRM integrations are connected and active.
Always returns a non-empty string. An empty result means the tool did not execute — do not assume any CRMs are or are not connected.
push_to_crm
Push prospects to a connected CRM. Requires an active integration.
Always returns a non-empty confirmation string. An empty result means the tool did not execute — no prospects were pushed to the CRM. Args: campaign_id: The campaign the prospects belong to. profile_ids: List of prospect profile IDs to push. provider: CRM provider (e.g., "hubspot", "salesforce").
| Name | Type | Required | Description |
|---|---|---|---|
| campaign_id | string | yes | |
| profile_ids | array | yes | |
| provider | "hubspot" | "salesforce" | no | Default: hubspot |
search_account_contacts
Find other contacts at the same company as a prospect. Costs 1 credit.
Always returns a non-empty string. An empty result means the tool did not execute — no contacts were searched and no credits were charged. Args: campaign_id: The campaign the prospect belongs to. profile_id: The prospect whose company to search. job_titles: Optional job titles to filter by (e.g., ["VP Sales", "CTO"]).
| Name | Type | Required | Description |
|---|---|---|---|
| campaign_id | string | yes | |
| profile_id | string | yes | |
| job_titles | no | Default: null |