
WP Content Audit
WP Content Audit MCP server (wp-content-ops-mcp) enables programmatic access to WordPress content via API calls for tasks like audit page content, check metadata, audit site links, check readability etc. It helps developers integrating AI with audit workflow to automate the QA instead of checking the posts/pages one by one.
Overview
WP Content Audit (technical ID: wp-content-ops-mcp) is an MCP server that connects AI models to WordPress sites for QA checklist & operations. It translates MCP tool calls into content crawling and sitemap access, supporting content checking for site optimization, SEO and speed fix for any WP site.
Key Capabilities
- audit_page_content: Full single-page QA audit including metadata, readability, alt text, and keyword checks.
- check_metadata: Validate title, description, canonical, OpenGraph, and Twitter metadata.
- audit_site_links: Crawl from a start URL and report broken/problematic links.
- check_readability: Compute readability metrics for raw text or HTML.
- generate_editorial_report: Generate a prioritized editorial fix report from audit outputs.
Use Cases
- QA automation for admin: For QA master, author and publisher automate the testing for articles for broken links, readability, keyword check etc.
- Development checklist: For developer it can be the development checklist to properly audit & implement area label, alt, image sizing etc.
- SEO specialist: Check broken links to delete/redirect, readability, keyword check etc.
Who This Is For
WP developers building AI plugins/extensions, agencies managing client sites programmatically, SEO master, Site Author, and DevOps for multi-site content sync. Requires WP REST API enabled.