WP Audit MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| wp_baselineA | Run a comprehensive baseline audit on a WordPress site. Returns content counts, database size, orphaned data counts, SEO meta status, WP Rocket settings, and deleted plugin artifacts. |
| wp_cleanupA | Run database cleanup on a WordPress site. Removes orphaned postmeta/termmeta, old revisions, auto-drafts, expired transients, old action scheduler entries, and closes pingbacks. |
| wp_seo_checkA | Check SEO meta description status for all published pages and posts. Returns a list of content missing meta descriptions. |
| wp_seo_fixA | Add meta descriptions to pages/posts. Can auto-generate from content or set specific descriptions for specific post IDs. |
| wp_clear_cacheA | Clear all caches on a WordPress site including WP object cache, transients, WP Rocket, Elementor, Beaver Builder, and WP Engine page cache. |
| wp_rocket_fixA | Check and fix WP Rocket settings. Enables cache preload, sitemap preload, lazy loading, and mobile cache. |
| cloudflare_checkB | Check CloudFlare security and performance settings for a zone. Returns SSL mode, TLS version, HSTS status, and bot protection settings with recommendations. |
| cloudflare_fixA | Apply recommended CloudFlare security settings. Can fix SSL mode, TLS version, HSTS, and bot protection. By default, checks current settings and only fixes what's needed. |
| ahrefs_extractA | Extract and summarize an Ahrefs site audit ZIP file. Extracts to a temp directory and provides a summary of issues found (errors, warnings, notices). |
| wp_plugin_artifactsA | Remove database artifacts (tables and options) left behind by deleted plugins. Supports Yoast, Rank Math, AIOSEO, WP Activity Log, RevSlider, LayerSlider, WooCommerce, and Jetpack. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool has a distinct primary purpose, but wp_baseline overlaps with wp_seo_check and wp_rocket_fix by reporting similar data, and wp_cleanup/wp_plugin_artifacts both perform cleanup. Descriptions clarify scope, so an agent can still select correctly, but there is minor ambiguity.
Names consistently use lowercase snake_case and provider prefixes (wp_, cloudflare_, ahrefs_). Many follow a verb_noun pattern (wp_seo_check, cloudflare_fix), but some are noun-like (wp_baseline, wp_plugin_artifacts), making the convention slightly mixed but still readable.
With 10 tools, the set is well-scoped for a WordPress audit/maintenance server. Each tool addresses a distinct area—audit, cleanup, SEO, caching, performance, security, and plugin artifacts—without unnecessary redundancy.
The tool set provides check/fix pairs for SEO and Cloudflare, plus clear, cache, rocket, cleanup, and artifact removal operations, covering common WordPress maintenance workflows. The baseline audit ties everything together. No significant operational gaps for the stated purpose.