Auditra
An MCP server for WordPress plugin audits
Ads
Overview
A WordPress plugin that turns the site it is installed on into a read-only MCP server, so any MCP-capable AI client (Claude custom connectors, and others) can inspect and reason about that site's plugin estate in plain language. Ask "which of my plugins are vulnerable?", "what's bloating my options table?", or "what did deleted plugins leave behind?" — and get answers grounded in the actual state of the site. Three layers inside one plugin, one REST route, no runtime dependencies: - Transport — POST /wp-json/auditra/v1/mcp/{token} speaking MCP over JSON-RPC 2.0 (plain JSON responses, stateless). Both protocol generations are served, decided per request: revision 2026-07-28 (per-request metadata, server/discover, Mcp- header validation) and the initialize-handshake revisions 2025-11-25 / 2025-06-18 / 2025-03-26. Token-in-path auth behind a swappable interface, Origin validation, rate limiting, failed-auth logging. - Collectors — read WordPress directly: inventory, site context, autoload
Installation
Installation instructions are not available yet.
Configuration
Configuration example is not available yet.
Capabilities
- Assess plugin vulnerabilities
Ask "which of my plugins are vulnerable?" and get answers grounded in live WPVulnerability data via the MCP server.
- Identify option table bloat
Ask what's bloating your `wp_options` table and get attribution back to owning plugins with confidence levels.
- Discover orphaned plugin data
Ask what deleted plugins left behind, with the server mapping leftover options, tables, and hooks to their original owners.
- Inventory the plugin estate
Ask for a full plugin inventory with site context, autoloaded options, cron jobs, and database table details in one response.
- Check plugin lifecycle support
Ask whether your plugins' PHP, MySQL, or MariaDB requirements are still supported, using bundled lifecycle data.
Tags
- wordpress
- cms
- content-creation
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.