{
  "name": "io.github.salesforcecli/mcp",
  "description": "The official `@salesforce/mcp` server, published by Salesforce CLI. It exposes a Salesforce org as MCP tools: run SOQL queries against records, deploy and retrieve metadata, execute Apex tests, manage permission sets, run code analyzer scans, and operate LWC and DevOps Center workflows. Authentication is delegated to the Salesforce CLI — the agent inherits whichever orgs you authorized with `sf org login web` or via the VS Code Salesforce extension.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-06-15",
    "com.top-mcps/score": {
      "value": 84,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-17T11:53:23.801Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-17T11:53:23.532Z",
      "githubStars": 425,
      "lastCommitAt": "2026-06-16T04:20:54Z",
      "npmWeeklyDownloads": 41265
    }
  },
  "repository": {
    "url": "https://github.com/salesforcecli/mcp",
    "source": "github"
  },
  "homepage": "https://github.com/salesforcecli/mcp",
  "author": {
    "name": "Salesforce"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@salesforce/mcp",
      "version": "latest",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "capabilities": {
    "security": {
      "scope": "read-write",
      "sandbox": "Runs as a stdio child process. Inherits Salesforce CLI auth — the agent sees only the orgs the connecting user authorized. Salesforce-side profile, permission sets, and field-level security still apply to every query and mutation.",
      "gotchas": [
        "The MCP can deploy metadata and run Apex tests — never authorize a production org without a sandbox-first workflow and a human-in-the-loop step on deploys.",
        "SOQL queries return rows the auth user can see. If the auth user is an admin, the agent gets admin-level visibility — create a dedicated automation user with the minimum profile required.",
        "Beta as of 2026-06: behavior and tool surface may shift between releases. Pin a version in `package.json` if reproducibility matters."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/salesforce-dx",
    "markdown": "https://top-mcps.com/mcp/salesforce-dx.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
