mcpbeat Sign in
I

Agentforce Action Audit MCP Server

local only

Agentforce Action Audit runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

13 rules on a Salesforce Agentforce topic file, before the deploy and before Article 50

Installs / week
npm · @readystack/agentforce-action-audit
0
Stars
1 open issues
23 Sep 2026
Last commit
no recent releases
License
JavaScript

Nothing serious here today

Today is the operative word: we check Agentforce Action Audit every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentforce-action-audit -- npx -y @readystack/agentforce-action-audit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentforce-action-audit": {
      "args": [
        "-y",
        "@readystack/agentforce-action-audit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentforce-action-audit]
command = "npx"
args = ["-y", "@readystack/agentforce-action-audit"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentforce-action-audit": {
      "args": [
        "-y",
        "@readystack/agentforce-action-audit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentforce-action-audit": {
      "args": [
        "-y",
        "@readystack/agentforce-action-audit"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agentforce Action Audit

same job, measured the same way
Salesforce Metadata MCP
by semwalajay83-sem

The only Salesforce MCP with Agentforce, OmniStudio & DevOps Center tools — 228 total.

209 installs/wk local only
Basicdeploy MCP
by akacianl

The runtime your agent deploys to — DB, storage, and a public URL in one MCP call.

34 installs/wk local only
Ponzu
by yuzukyouma

ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents

48 installs/wk local only
Ponzu
by ponzutech

ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents

local only
Sfdx Retirement Lint
by jmshinhwa

Finds retired API versions and removed sfdx force:* commands in your DX repo before a deploy or a CI

324 installs/wk local only
D
Assurly
by assurly

Pre-deploy ship gate AI agents call before shipping. Also audits the agent's own MCP config.

39 installs/wk local only
Wikivibe MCP
by alexmi64

Search and read public Wikivibe articles about AI coding, agents, MCP, GEO, bots and deployment.

9 tools answering
Release Gate
by vamsisudhakaran1

Pre-deploy security auditor for AI agent code — the risks generic SAST misses.

253 installs/wk local only

Agentforce Action Audit — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentforce Action Audit?
Agentforce Action Audit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @readystack/agentforce-action-audit.
How do I connect Agentforce Action Audit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @readystack/agentforce-action-audit straight from npm; nothing to host, nothing to sign up for.
Is Agentforce Action Audit open source?
We cannot say either way: written in JavaScript, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.