mcpbeat Sign in

Auditra MCP Server

not responding

Auditra is listed as active in the registry but did not answer our last check. Last commit 21 Aug 2026.

Read-only MCP server for WordPress plugin audits: vulnerabilities, bloat, cron, orphaned tables.

Uptime history 32 days of history · worst day 0%
32 days agonow
0.0%
Uptime 24h
0 of 90 checks
Tools
hidden behind auth
1 ms
Response time
average over 24h
0
Stars
last commit 21 Aug 2026

What the code does

We read the source, 7 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands includes/mcp/class-tool-registry.php:34
            require_once $file;
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Includes a file named by a variable includes/mcp/class-tool-registry.php:34
            require_once $file;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Auditra and you get told the day something new turns up.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add auditra --transport http https://{site_domain}/wp-json/auditra/v1/mcp/{token}
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "auditra": {
      "url": "https://{site_domain}/wp-json/auditra/v1/mcp/{token}"
    }
  }
}
~/.codex/config.toml
[mcp_servers.auditra]
url = "https://{site_domain}/wp-json/auditra/v1/mcp/{token}"
.cursor/mcp.json
{
  "mcpServers": {
    "auditra": {
      "url": "https://{site_domain}/wp-json/auditra/v1/mcp/{token}"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "auditra": {
      "url": "https://{site_domain}/wp-json/auditra/v1/mcp/{token}"
    }
  }
}

Endpoints

URLTransportStateLatencyChecked
https://{site_domain}/wp-json/auditra/v1/mcp/{token} streamable-http answering 1 ms 12 min ago

Alternatives to Auditra

same job, measured the same way
Base Security Scanner MCP
by lordbasilaiassistant-sudo

MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.

68 installs/wk local only
Inkog
by inkog-io

Security co-pilot for AI agents. Scan for vulnerabilities, audit MCP servers, verify governance.

226 installs/wk local only
GhostFree
by shane-js

MCP server that scans your repo's dependencies for security vulnerabilities based on published CVEs.

23 installs/wk local only
MCP Slack
by crunchtools

Secure read-only MCP server for Slack workspaces

209 installs/wk local only
Bawbel Scanner
by bawbel

Scan MCP servers and skill files for AVE vulnerabilities. Conformance scoring and threat intel.

79 installs/wk local only
Bawbel Scanner
by bawbel

Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.

176 installs/wk local only
Bawbel Scanner
by bawbel

Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.

local only
Hyper MCP
by tuananh

📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins

local only

Auditra — questions

Answers built from our own checks of this server.

Is Auditra working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 90 checks got a reply (0.0%), average response time 1 ms. The bar chart above shows every period we have measured.
The registry lists Auditra as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Auditra?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does Auditra need an API key?
No. Auditra completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. This is what we observed, not what the docs claim.
Is Auditra open source?
Yes — it is published under the GPL-2.0 licence, written in PHP and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.