Salesforce
Salesforce SOQL, record CRUD, and metadata browsing. Salesforce admins use this to debug + populate sandbox data.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
This community MCP server connects Claude to Salesforce via username, password, and security token authentication. The maintainer (tsmztech) appears to be a solo developer with limited public profile, creating moderate bus factor risk. Permissions are moderately scoped: SOQL queries offer read access across your entire org, whilst CRUD operations enable writes to any standard or custom object. The credential model is concerning because plaintext passwords and tokens sit in config files rather than OAuth flows. No npm or PyPI package exists; users must clone and build from source. The repository is open source with reasonable documentation, though supply chain verification is minimal. No known security incidents, but the authentication pattern and lack of packaged distribution elevate risk for production orgs. Best suited for sandbox environments where credential exposure has limited blast radius.
Lethal Trifecta (prompt-injection exposure)
TRIFECTA RISKEnterprise CRM. Largest outbound surface in the catalogue. Same trifecta logic as the others.
Green flags
- Open source repository with visible code for audit
- Scoped to Salesforce API, no shell or filesystem access
- Clear use case for sandbox data population and debugging
- No known security incidents or malicious behaviour
Red flags
- Plaintext password + token in config instead of OAuth flow
- Solo maintainer with limited public track record
- No package registry distribution, clone-and-build only
- Full org read/write scope without granular permission controls
- Credentials grant access to all Salesforce data and metadata
Permissions requested
Review
Install this if you're a Salesforce admin who spends time in sandboxes and wants to automate repetitive data tasks through natural language. Skip it if you need production-grade audit trails, multi-org switching, or if your org has strict API governance. It's a time-saver for the right workflow, but the credential model and lack of guardrails make it a sandbox-only tool.
Good at
- Natural language SOQL saves you from memorising field API names and relationship syntax when querying custom objects.
- Metadata browsing lets you ask Claude to describe object schemas, which is faster than clicking through Setup when reverse-engineering an unfamiliar org.
- Record CRUD through prompts is genuinely faster than Data Loader for one-off sandbox tasks like creating test data sets.
- Works in Cursor as well as Claude Desktop, so you can query Salesforce data while writing integration code in the same window.
Watch out
- Security token authentication is fragile and expires silently when you reset your password or change networks, with no helpful error messages.
- No multi-org support means you edit the config file every time you switch between sandboxes, which is tedious for consultants.
- No confirmation prompts or transaction rollback, so a misunderstood instruction could bulk-update records with no undo.
- Sparse documentation assumes you already understand Salesforce API concepts and MCP server configuration.
- Community-maintained rather than official, so expect slower responses to issues and no enterprise support contract.
Getting started
Works with
Similar MCPs
- Lara Translate MCPProfessional translation with language detection, context-aware translations, translation memories, and glossaries.
- Make MCPTurns Make automation scenarios into callable tools for AI assistants, bridging 1,000+ apps through Make workflows.
- CCXT MCPCrypto exchange integration using CCXT, covering spot, futures, OHLCV, balances, and orders across 20+ exchanges.
- HubSpotHubSpot's MCP for CRM workflows: contacts, deals, tickets, properties. Distributed via NPM, see the developer docs for install steps.