Server data from the Official MCP Registry
MCP server for Salesforce — 47 tools for leads, campaigns, pipeline, attribution, and reporting.
MCP server for Salesforce — 47 tools for leads, campaigns, pipeline, attribution, and reporting.
The MCP server implements Salesforce marketing operations functionality with proper authentication via jsforce, but has significant security concerns around credential handling, SOQL injection vulnerabilities, and overly permissive operations. Credentials are required (username, password, security token) but are passed via environment variables as plaintext, and multiple SOQL queries use string interpolation without parameterization, creating SQL injection attack surface. The server's broad permissions match its marketing purpose, but the injection vulnerabilities and lack of input sanitization present real risks. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 12 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: SF_USERNAME
Environment variable: SF_PASSWORD
Environment variable: SF_SECURITY_TOKEN
Environment variable: SF_LOGIN_URL
Environment variable: SF_API_VERSION
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-zleventer-salesforce-marketing-mcp": {
"env": {
"SF_PASSWORD": "your-sf-password-here",
"SF_USERNAME": "your-sf-username-here",
"SF_LOGIN_URL": "your-sf-login-url-here",
"SF_API_VERSION": "your-sf-api-version-here",
"SF_SECURITY_TOKEN": "your-sf-security-token-here"
},
"args": [
"-y",
"salesforce-marketing-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption