Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Salesforce Cloud

NPM · @AARONSB/SALESFORCE-CLOUD-MCP · SCANNED SEP 20

AI-powered Salesforce CRM: opportunity intelligence, conversation analysis, SOQL, analytics

0 this week 92 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security93
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known medium-severity CVE affects csv-parse 5.6.0, reached via jsforce > csv-parse. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 63 of 180 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to aaronsb/salesforce-cloud). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 19 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2567 tokens (~82/item across 31 items; 18 tools + 13 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "batch" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Salesforce Cloud MCP server?

Salesforce Cloud runs locally as an npm package, launched with npx -y @aaronsb/salesforce-cloud-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @aaronsb/salesforce-cloud-mcp

# add to Claude Code
claude mcp add aaronsb-salesforce-cloud -- npx -y @aaronsb/salesforce-cloud-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "aaronsb-salesforce-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "aaronsb-salesforce-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add aaronsb-salesforce-cloud -- npx -y @aaronsb/salesforce-cloud-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aaronsb-salesforce-cloud": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add aaronsb-salesforce-cloud --command npx --arg -y --arg @aaronsb/salesforce-cloud-mcp
# ~/.hermes/config.yaml
mcp_servers:
  aaronsb-salesforce-cloud:
    command: "npx"
    args: ["-y", "@aaronsb/salesforce-cloud-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "aaronsb-salesforce-cloud": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add aaronsb-salesforce-cloud -t stdio -c npx -a -y @aaronsb/salesforce-cloud-mcp
// mcp.json
{
  "mcpServers": {
    "aaronsb-salesforce-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/salesforce-cloud-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 17 Sept 26 +1
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 10 Sept 26 +1
    • Stability: 0.97 → pass security
  • 9 Sept 26 −1
    • CVE-2026-85063 affects this package: medium security
    • Known CVEs: pass → fail security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@aaronsb/salesforce-cloud-mcp@0.8.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo aaronsb/salesforce-cloud
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/aaronsb/salesforce-cloud/.github/workflows/npm-publish.yml@refs/tags/v0.8.2
Rekor log index 2665201080
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:982ec242d7b01726d8749936bb46d77782baca29245eb7535c5c05ab998a5f8bf5db65ac906e9f5f3f180d00a6c01afb07c7987d4b19a1d3b53e0d7cd

Background: How many MCP packages publish verified provenance →

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-8cw4-87c7-c6xx CVE-2026-85063 medium yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 180 packages
Packages resolved 180
Stale 63
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 18 exposed · ~2,305 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
analyze ~159

Run analytics on any Salesforce object — group by categorical fields, aggregate numeric fields, and compute custom expressions. Uses field-type metadata for validation.

NameTypeReqDescription
computearrayComputed expressions (max 5). Format: name = expr. E.g., ["win_rate = won / total * 100"]
filterstringSOQL WHERE clause (e.g., "StageName = 'Closed Won' AND Amount > 100000")
groupBystringField to group by (must be picklist, boolean, or similar categorical field)
maxGroupsnumberMax groups to return (default: 20)
objectstringyesSalesforce object API name (e.g., Opportunity, Account, Lead)

No output schema declared.

No examples provided.

analyze_conversation ~55

Analyze conversation activity and engagement patterns for an opportunity. Extracts insights from Gong calls, emails, and other activities to provide engagement recommendations.

NameTypeReqDescription
opportunityIdstringyesThe ID of the Salesforce opportunity to analyze conversation activity for

No output schema declared.

No examples provided.

batch ~104

Execute multiple operations in a single call with result references. Use $N.field to reference prior results (e.g., $0.id for the ID from operation 0). Destructive operations require confirm: true.

NameTypeReqDescription
detailstringResponse detail level (default: summary)
onErrorstringError handling: bail (default) stops on first failure, continue executes remaining
operationsarrayyesList of operations to execute sequentially (max 16)

No output schema declared.

No examples provided.

create_record ~86

Create a new record in Salesforce. Supports both standard and custom fields in the data object.

NameTypeReqDescription
dataobjectyesRecord data as key-value pairs. For custom fields, use the API name with __c suffix (e.g., { "Name": "Test", "Custom_Field__c": "Value" })
objectNamestringyesAPI name of the Salesforce object

No output schema declared.

No examples provided.

delete_record ~42

Delete a record from Salesforce

NameTypeReqDescription
objectNamestringyesAPI name of the Salesforce object
recordIdstringyesID of the record to delete

No output schema declared.

No examples provided.

describe_object ~188

Get an object's full metadata, including every standard and custom field when includeFields is true. Returns the complete schema — exhaustive but unranked, and large on customised objects. To find out which fields this org actually populates, read `salesforce://field-catalog/{objectName}` instead; it is ranked and far smaller.

NameTypeReqDescription
includeFieldsbooleanWhether to include field metadata (default: false). When true, returns all available fields including custom fields, their types, and relationships.
intentstringBusiness intent — filters fields to only those relevant for this use case.
objectNamestringyesAPI name of the Salesforce object
pageNumbernumberPage number to retrieve when includeFields is true (default: 1)
pageSizenumberNumber of fields per page when includeFields is true (default: 50)

No output schema declared.

No examples provided.

download_file ~129

Download a file from Salesforce. Accepts a ContentVersionId (068...) or ContentDocumentId (069...). Saves to a sandboxed workspace directory (default: ~/.local/share/salesforce-cloud-mcp/workspace/, configurable via SF_WORKSPACE_DIR). Text files (CSV, JSON, XML, TXT, etc.) also return content inline. Binary files return the saved path.

NameTypeReqDescription
contentIdstringyesContentVersionId (068...) or ContentDocumentId (069...). Find these by querying ContentDocumentLink: SELECT ContentDocumentId FROM ContentDocumentLink WHERE LinkedEntityId = '<recordId>'

No output schema declared.

No examples provided.

enrich_opportunity ~90

Enrich an opportunity with market intelligence, industry insights, and strategic recommendations based on similar deal patterns and best practices.

NameTypeReqDescription
includeBestPracticesbooleanWhether to include industry-specific best practices (default: true)
includeCompetitiveIntelbooleanWhether to include competitive intelligence analysis (default: false)
opportunityIdstringyesThe ID of the Salesforce opportunity to enrich with intelligence

No output schema declared.

No examples provided.

execute_soql ~192

Execute a SOQL query. Supports both standard and custom fields (custom fields end with __c in their API names). To see which fields this org actually populates on an object, read the `salesforce://field-catalog/{objectName}` resource — it is ranked, far smaller than a full schema, and works for any object. That catalog is a usage filter rather than a field list: standard fields remain queryable whether or not they appear in it. Use describe_object when you want an object's complete schema.

NameTypeReqDescription
detailstringResponse detail level (default: summary)
pageNumbernumberPage number to retrieve (default: 1)
pageSizenumberNumber of records per page (default: 25)
querystringyesSOQL query to execute. For custom fields, use the API name (e.g., Project_Status__c)

No output schema declared.

No examples provided.

find_similar_opportunities ~210

Find opportunities similar to a reference opportunity or based on specific criteria. Includes pattern analysis and similarity scoring to identify market trends and success patterns.

NameTypeReqDescription
closeDateEndstringEnd date for close date range (YYYY-MM-DD)
closeDateStartstringStart date for close date range (YYYY-MM-DD)
includeAnalysisbooleanWhether to include pattern analysis and insights (default: true)
industrystringFilter by industry (e.g., "Information Technology & Services")
isWonbooleanFilter by won/lost status
limitnumberMaximum number of results to return (default: 50)
maxAmountnumberMaximum opportunity amount
minAmountnumberMinimum opportunity amount
referenceOpportunityIdstringOptional reference opportunity ID to find similar deals based on its characteristics
stagestringFilter by opportunity stage (e.g., "Closed Won", "Proposal")

No output schema declared.

No examples provided.

generate_business_case ~79

Generate a markdown business case report for an opportunity. Fetches opportunity details, contacts, conversation insights, and similar won deals to produce a complete report.

NameTypeReqDescription
clientNamestringOptional client name to override the account name in the report title
opportunityIdstringyesThe ID of the Salesforce opportunity to generate a business case for

No output schema declared.

No examples provided.

get_opportunity_details ~103

Get detailed information about a Salesforce opportunity including all available fields (both standard and custom), related records, and metadata

NameTypeReqDescription
detailstringResponse detail level (default: full)
fieldsarrayExplicit field names to return. Overrides intent if both provided.
intentstringBusiness intent — selects relevant fields automatically. Omit for all fields.
opportunityIdstringyesThe ID of the Salesforce opportunity to retrieve details for

No output schema declared.

No examples provided.

get_user_info ~16

Get information about the current user

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_objects ~56

List all available Salesforce objects, including both standard and custom objects

NameTypeReqDescription
pageNumbernumberPage number to retrieve (default: 1)
pageSizenumberNumber of objects per page (default: 25)

No output schema declared.

No examples provided.

opportunity_insights ~185

Generate detailed insights and analytics from opportunity data including pipeline health, performance metrics, industry trends, and strategic recommendations.

NameTypeReqDescription
includeConversionRatesbooleanInclude stage conversion rate analysis (default: true)
includeIndustryTrendsbooleanInclude industry-specific performance trends (default: true)
includeOwnerPerformancebooleanInclude individual owner performance metrics (default: true)
includePipelineHealthbooleanInclude pipeline health and timing analysis (default: true)
includeStageAnalysisbooleanInclude stage distribution and conversion analysis (default: true)
industrystringFilter analysis to specific industry
maxAmountnumberMaximum opportunity amount for analysis
minAmountnumberMinimum opportunity amount for analysis
ownerstringFilter analysis to specific owner
timeframestringTime period for analysis

No output schema declared.

No examples provided.

search_fields ~334

Find the field(s) that carry a concept, when you know what you want to query but not the API name. Searches every scored field on the discovered objects — not just the promoted ones — across API names, labels, and help text, ranked by match strength. Searches the core objects by default; pass objectName to scope to one, which discovers it on demand. Set includeValues to get the value set for matched picklists, so you can write the WHERE clause without a second lookup. The match is lexical, not semantic: it finds fields whose name, label or help text contains the term, so a concept this org names differently will not surface, and an object that has not been discovered is not searched. Read `salesforce://field-catalog/{objectName}/all` to browse everything on an object.

NameTypeReqDescription
includeValuesbooleanInclude the active value set for matched picklist fields (default: false). Free — the values come from metadata already discovered.
limitnumberMaximum matches to return (default: 25, max: 100)
minPopulationPctnumberDrop fields populated on fewer than this percent of records (0-100). Omit to include sparsely-populated fields, which is often where custom flags live.
objectNamestringRestrict the search to one object (e.g. Opportunity). Omit to search all discovered core objects.
termstringyesWhat to look for, matched against field API names, labels, and help text (e.g. "ai", "renewal date", "region")

No output schema declared.

No examples provided.

search_opportunities ~183

Search for Salesforce opportunities by name, account, and stage. Returns matching opportunities ordered by close date. Results include both standard and custom fields.

NameTypeReqDescription
accountNamePatternstringPattern to match in Account Name. Example: "Ford" will match opportunities for "Ford" or "Ford Motor Company".
detailstringResponse detail level (default: summary)
namePatternstringPattern to match in Opportunity Name. Example: "Github" will match "Github Migration" or "My Github Project".
pageNumbernumberPage number to retrieve (default: 1)
pageSizenumberNumber of records per page (default: 25)
stagestringExact match for opportunity stage. Common values: "Proposal", "Qualification", "Negotiation", "Closed Won", "Closed Lost".

No output schema declared.

No examples provided.

update_record ~94

Update an existing record in Salesforce. Supports updating both standard and custom fields.

NameTypeReqDescription
dataobjectyesRecord data to update as key-value pairs. For custom fields, use the API name with __c suffix (e.g., { "Custom_Field__c": "New Value" })
objectNamestringyesAPI name of the Salesforce object
recordIdstringyesID of the record to update

No output schema declared.

No examples provided.

Common questions

What is the Salesforce Cloud MCP server?

Salesforce Cloud is an MCP server listed in the public MCP registry as io.github.aaronsb/salesforce-cloud. AI-powered Salesforce CRM: opportunity intelligence, conversation analysis, SOQL, analytics. This page covers its npm package (@aaronsb/salesforce-cloud-mcp).

Is the Salesforce Cloud MCP server safe to use?

Salesforce Cloud scores 92 out of 100 on VerifyMCP. We recorded 1 known advisory against it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Salesforce Cloud MCP server expose?

Salesforce Cloud exposes 18 tools: batch, analyze, analyze_conversation, generate_business_case, enrich_opportunity, and 13 more. Their descriptions and schemas cost roughly 2,305 tokens of context every time the server is loaded.

Is the Salesforce Cloud MCP server still maintained?

Salesforce Cloud is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Salesforce Cloud MCP server under?

Salesforce Cloud declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.