74
/ 100
1 month ago
glama

Salesforce MCP Server

Integrates Claude with Salesforce for natural language interactions with Salesforce data and metadata, enabling querying, modifying, and managing objects and records.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tests do not pass
Either the test suite is broken or the code regressed. Either way the published behaviour can’t be verified by the publisher’s own tests.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: SALESFORCE_CLIENT_SECRET, SALESFORCE_PASSWORD, SALESFORCE_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSALESFORCE_CLIENT_ID"": "your_client_id",
🔐 secretSALESFORCE_CLIENT_SECRET"": "your_client_secret",
configSALESFORCE_CONNECTION_TYPE"": "Salesforce_CLI"
configSALESFORCE_INSTANCE_URL"": "org_url" // Optional. Default value: https://login.salesforce.com
🔐 secretSALESFORCE_PASSWORD"": "your_password",
🔐 secretSALESFORCE_TOKEN"": "your_security_token",
configSALESFORCE_USERNAME"": "your_username",
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/aaron-pienza-mcp-server-salesforce-1v2xm5)](https://m8ven.ai/mcp/aaron-pienza-mcp-server-salesforce-1v2xm5)
commit: 2fb280a8194f49205e24f6937ff53eb5103a0baa
code hash: 581d6e4c89c5edf5a0e95a1f5af0f9bccf77a478bfa8cb1273fbd686e1ea4d88
verified: 6/15/2026, 2:12:18 PM
view raw JSON →