Install @mcp-listing/salesforce-marketing-mcp from npm
Install exact version 1.0.0. No verified executable entrypoint is available, so use the package documentation to launch it.
npm install --save-exact @mcp-listing/salesforce-marketing-mcp@1.0.0Enables autonomous agents to segment audiences, manage subscribers, and trigger Journey Builder workflows in Salesforce Marketing Cloud through natural language
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Install exact version 1.0.0. No verified executable entrypoint is available, so use the package documentation to launch it.
npm install --save-exact @mcp-listing/salesforce-marketing-mcp@1.0.0| Canonical slug | salesforce-marketing-cloud-mcp-c69b5a93 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | npm:@mcp-listing/salesforce-marketing-mcp | Repository | vinkius-labs/salesforce-marketing-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| npm | @mcp-listing/salesforce-marketing-mcp | 1.0.0 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| npm@mcp-listing/salesforce-marketing-mcp | 1.0.0Current | Sep 5, 2026 | 6 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
sf_add_campaign_member[INSTRUCTIONS] Creates a CampaignMember junction record linking a Lead or Contact to a Campaign. Provide campaignId and either contactId OR leadId (not both). Status defaults to "Sent" but can be set to "Responded", "Registered", etc. based on your campaign member statuses. Returns the created membership record.
Add a lead or contact to a Salesforce marketing campaign for attribution tracking and engagement measurement.Input schema{
"type": "object",
"properties": {
"campaignId": {
"type": "string",
"description": "Campaign ID"
},
"contactId": {
"type": "string",
"description": "Contact ID (provide either this OR leadId)"
},
"leadId": {
"type": "string",
"description": "Lead ID (provide either this OR contactId)"
},
"status": {
"type": "string",
"description": "Member status (default: Sent)"
}
},
"required": [
"campaignId"
]
}Annotations{
"destructiveHint": false
} | — | Non-destructive | — |
sf_campaign_members[INSTRUCTIONS] Retrieves CampaignMember junction records for a campaign. Returns member name, type (Lead or Contact), status (Sent/Responded/etc.), and response date. Use to see who is in a campaign, track engagement, or analyze campaign reach. Essential for campaign ROI and attribution analysis.
Get all leads and contacts enrolled in a specific Salesforce campaign with their membership status and response dates. [READ-ONLY]Input schema{
"type": "object",
"properties": {
"campaignId": {
"type": "string",
"description": "Campaign ID (18-char Salesforce ID)"
},
"limit": {
"type": "number",
"description": "Maximum results (default: 20)"
}
},
"required": [
"campaignId"
]
}Annotations{
"readOnlyHint": true,
"destructiveHint": false
} | — | Read onlyNon-destructive | — |
sf_campaign_performance[INSTRUCTIONS] Runs aggregate SOQL on Campaign records grouped by Type. Returns the number of campaigns, total leads generated, total conversions, total budgeted cost, and actual cost per campaign type. Provides an instant ROI overview across all marketing channels. Use for marketing dashboard, channel-level performance comparison, or budget allocation analysis.
Get aggregate marketing campaign performance — campaign counts, total leads, conversions, and costs grouped by campaign type. [READ-ONLY]Input schema{
"type": "object",
"properties": {}
}Annotations{
"readOnlyHint": true,
"destructiveHint": false
} | — | Read onlyNon-destructive | — |
sf_campaigns_by_status[INSTRUCTIONS] Filters Campaign records by Status. Returns campaigns with lead/contact counts, budget, and conversion data. Use for questions like "which campaigns are currently running?" or "show completed campaigns with their results."
Get Salesforce campaigns filtered by status — Planned, In Progress, Completed, or Aborted — with full metrics. [READ-ONLY]Input schema{
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "Campaign status: Planned, In Progress, Completed, Aborted"
},
"limit": {
"type": "number",
"description": "Maximum results (default: 20)"
}
},
"required": [
"status"
]
}Annotations{
"readOnlyHint": true,
"destructiveHint": false
} | — | Read onlyNon-destructive | — |
sf_create_campaign[INSTRUCTIONS] Creates a Campaign sObject. Name is required. Type: Email, Conference, Webinar, Trade Show, Public Relations, Advertisement, Banner Ads, Telemarketing. Status defaults to "Planned". Dates use YYYY-MM-DD. budgetedCost is the planned spend. Returns the created campaign with its Salesforce ID.
Create a new marketing campaign in Salesforce with name, type, status, dates, description, and budget.Input schema{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Campaign name"
},
"type": {
"type": "string",
"description": "Type: Email, Conference, Webinar, Advertisement, etc."
},
"status": {
"type": "string",
"description": "Status (default: Planned)"
},
"startDate": {
"type": "string",
"description": "Start date YYYY-MM-DD"
},
"endDate": {
"type": "string",
"description": "End date YYYY-MM-DD"
},
"description": {
"type": "string",
"description": "Campaign description"
},
"budgetedCost": {
"type": "number",
"description": "Planned budget amount"
}
},
"required": [
"name"
]
}Annotations{
"destructiveHint": false
} | — | Non-destructive | — |
sf_search_campaigns[INSTRUCTIONS] Queries the Campaign sObject. Returns campaign name, status (Planned/In Progress/Completed/Aborted), type (Email/Conference/Webinar/Advertisement), start/end dates, number of leads generated, contacts converted, budgeted cost, and actual cost. Use when the user asks about marketing initiatives, campaign performance, or budget spend.
Search Salesforce marketing campaigns by name to find initiatives with status, type, budget, and lead/contact conversion metrics. [READ-ONLY]Input schema{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Campaign name keyword"
},
"limit": {
"type": "number",
"description": "Maximum results (default: 20)"
}
},
"required": [
"query"
]
}Annotations{
"readOnlyHint": true,
"destructiveHint": false
} | — | Read onlyNon-destructive | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: npm install --save-exact @mcp-listing/salesforce-marketing-mcp@1.0.0
Salesforce Marketing Cloud MCP Server exposed 6 tools during independent protocol observation, including sf_add_campaign_member, sf_campaign_members, sf_campaign_performance, sf_campaigns_by_status, sf_create_campaign, sf_search_campaigns.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.