69
/ 100
4 days ago
glama

Salesforce MCP UI Automation

Automates Salesforce via browser using Playwright with persistent session. Supports Data Cloud, Setup, and other UI-only areas through generic tools.

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
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_ACCESS_TOKEN, SALESFORCE_DATACLOUD_ACCESS_TOKEN, SALESFORCE_OAUTH_CLIENT_SECRET
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_PROFILE
configSALESFORCE_ORG_URLPer configurare un client MCP, parti da mcp.example.json e aggiorna .
configSALESFORCE_INSTANCE_URLquery_salesforce: esegue SOQL usando token runtime o e SALESFORCE_ACCESS_TOKEN.
🔐 secretSALESFORCE_ACCESS_TOKENquery_salesforce: esegue SOQL usando token runtime o SALESFORCE_INSTANCE_URL e .
configSALESFORCE_API_VERSION
configSALESFORCE_DATACLOUD_QUERY_URLquery_datacloud: esegue query Data Cloud su endpoint configurabile .
configSALESFORCE_DATACLOUD_API_URL
configSALESFORCE_DATACLOUD_INGESTION_URL
🔐 secretSALESFORCE_DATACLOUD_ACCESS_TOKEN
configSALESFORCE_OAUTH_CLIENT_ID
🔐 secretSALESFORCE_OAUTH_CLIENT_SECRET
configSALESFORCE_OAUTH_REDIRECT_URI
configSALESFORCE_OAUTH_SCOPESapi refresh_token
// 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 5 concrete improvements 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/deviank88-salesforce-mcp-ui-automation-14sr79)](https://m8ven.ai/mcp/deviank88-salesforce-mcp-ui-automation-14sr79)
commit: 07ef27966ceb218d40f7cf485ddeecab9784c19b
code hash: 06436aee297db5d18fd608f0329778cd12cd3c83ae0468d0542c25785e6cafae
verified: 6/23/2026, 10:13:17 AM
view raw JSON →