WP Manifestindependent plugin directory
manifest / integrations / wp-agent-ready

WP Agent Ready releasesself-updates

WordPress plugin that exposes published content to AI agents and LLMs via a clean REST API

by Planea Soluciones · github.com/planeasoluciones/wp-agent-ready · website

0stars
15release downloads
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/planeasoluciones/wp-agent-ready/releases/download/v0.11.1/wp-agent-ready.zip

Ships its own WordPress updater (built-in updater), so new versions show up under Dashboard → Updates.

Readme

WP Agent Ready

WordPress plugin that exposes published content to AI agents and LLMs via a clean, structured REST API.

What it does

  • REST endpoint /wp-json/wpar/v1/content returning clean, HTML-stripped content
  • Optional Yoast SEO integration (meta description, SEO title)
  • Basic rate limiting (60 req/hour per IP) via transients
  • Webhook receiver for re-indexing from an external MCP server
  • Exposes /.well-known/mcp.json for MCP discoverability (includes MCP server URL when configured)
  • Generates /llms.txt at the site root when no other plugin already provides one (cooperative: does not override physical files written by Yoast SEO, Rank Math, etc.)
  • Automatic updates from GitHub Releases — no manual ZIP upload required

What it does NOT do

  • Generate AI content
  • Modify existing content
  • Depend on external APIs

Requirements

  • WordPress 6.0+
  • PHP 8.1+

Installation

  1. Upload the wp-agent-ready/ folder to /wp-content/plugins/
  2. Activate the plugin from the WordPress admin
  3. The REST endpoint is immediately available at /wp-json/wpar/v1/content

Project structure

wp-agent-ready/
├── wp-agent-ready.php   ← plugin header + bootstrap
├── includes/
│   ├── endpoint.php     ← REST route registration
│   ├── handler.php      ← main request handler
│   ├── sanitizer.php    ← HTML cleaning
│   ├── yoast.php        ← optional Yoast SEO integration
│   ├── rate-limit.php   ← IP-based rate limiting
│   ├── webhook.php      ← webhook emitter/receiver
│   ├── updater.php      ← auto-updates from GitHub Releases
│   └── lib/              ← vendorized third-party libraries (plugin-update-checker)
├── public/
│   └── well-known.php   ← /.well-known/mcp.json + llms.txt
└── languages/           ← i18n ready

Development

composer install
composer run lint       # PHPCS
composer run analyse    # PHPStan
composer run check      # both

License

GPL-2.0-or-later — see LICENSE

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v0.11.1 Jul 8, 2026 wp-agent-ready.zip 1
v0.11.0 Jul 7, 2026 wp-agent-ready.zip 1
v0.10.0 Jul 7, 2026 wp-agent-ready.zip 1
v0.9.5 Jul 6, 2026 wp-agent-ready.zip 1
v0.9.4 Jun 27, 2026 wp-agent-ready.zip 0
v0.9.3 Jun 27, 2026 wp-agent-ready.zip 1
v0.9.2 Jun 27, 2026 wp-agent-ready.zip 1
v0.9.1 Jun 25, 2026 wp-agent-ready.zip 0
v0.9.0 Jun 25, 2026 wp-agent-ready.zip 2
v0.8.1 Jun 25, 2026 wp-agent-ready.zip 0
v0.8.0 Jun 25, 2026 wp-agent-ready.zip 1
v0.7.5 Jun 22, 2026 wp-agent-ready.zip 1
v0.7.4 Jun 22, 2026 wp-agent-ready.zip 1
v0.7.3 Jun 22, 2026 wp-agent-ready.zip 1
v0.7.2 Jun 22, 2026 wp-agent-ready.zip 1
v0.7.1 Jun 22, 2026 wp-agent-ready.zip 1
v0.7.0 Jun 21, 2026 wp-agent-ready.zip 1
v0.6.0 Jun 21, 2026 wp-agent-ready.zip 0
v0.5.1 Jun 21, 2026 wp-agent-ready.zip 0
v0.5.0 Jun 21, 2026 wp-agent-ready.zip 0
v0.3.0 Jun 21, 2026 wp-agent-ready-0.3.0.zip 0
v0.2.0 Jun 21, 2026 wp-agent-ready-0.2.0.zip 0
v0.4.0 Jun 21, 2026 wp-agent-ready.zip 0