=== MCP SEO Tool ===
Contributors: webita
Tags: mcp, seo, performance, diagnostics, ai
Requires at least: 6.9
Requires PHP: 8.0
Tested up to: 6.9
Stable tag: 0.5.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Read-only WordPress Abilities for MCP clients such as Codex, focused on SEO and performance diagnostics.

== Description ==

MCP SEO Tool exposes read-only WordPress abilities that help an MCP-compatible AI assistant inspect a WordPress site without editing content, settings, users, files, plugins, or themes.

Available abilities:

* mcp-seo/get-site-overview
* mcp-seo/list-public-content
* mcp-seo/get-content-seo
* mcp-seo/audit-url
* mcp-seo/performance-audit

The plugin is intended for technical SEO audits, Core Web Vitals diagnostics, content inventory checks, and safe site analysis through an authenticated MCP bridge.

== Security Notes ==

This plugin is read-only. It does not create, update, delete, publish, or modify WordPress data.

The URL audit abilities only allow same-site URLs, reducing the risk of SSRF-style requests to external hosts.

The plugin requires normal WordPress capabilities before abilities can run:

* Site overview requires manage_options.
* Content and URL audits require edit_posts.

Use a dedicated WordPress Application Password for MCP access and revoke it when no longer needed.

== Installation ==

1. Upload the `mcp-seo-tool` folder to `/wp-content/plugins/`.
2. Activate the plugin in WordPress.
3. Connect your MCP-compatible client through your WordPress MCP bridge.
4. Discover available abilities from the client.

== Changelog ==

= 0.5.0 =
* Public read-only release.
* Removed trace/debug ability from the downloadable version.
* Removed full SEO plugin option export.
* Restricted content SEO inspection to published content.
* Added limited Yoast SEO and Rank Math meta detection.

