AtlasAI Connector is the only WordPress MCP server with no limit on how many AI abilities your site can expose. It turns your site into a Model Context Protocol (MCP) server so AI assistants and autonomous AI agents like
Claude,
ChatGPT,
Gemini,
Cursor, and
Claude Desktop can read, write, and manage your posts, pages, media, users, settings, and WooCommerce store through natural language. Your tool list is not a fixed catalogue. On top of the built-in abilities, the free plugin picks up
every ability any plugin registers through the WordPress Abilities API, and turns
WooCommerce's own REST API into read-only AI tools. There is no cap on the number in either the free or the Pro version.
Generate excerpts, feature images, summaries, titles, and alt text without leaving the post — on a
secure MCP server built around
OAuth 2.1 with PKCE,
per-role access control, and an
audit trail of every AI action, so each connection only does what you allow and nothing happens on your site unseen.
How do I connect Claude, ChatGPT or Gemini to WordPress?
Activate the plugin and your MCP server endpoint goes live at
/wp-json/awfah_mcp/mcp. Enable one-click OAuth 2.1 under
MCP Auth, paste that URL into
Claude.ai, Claude Desktop, ChatGPT, Cursor, Windsurf, Claude Code, or Gemini CLI as a custom connector, and approve the consent screen in your browser — no manual tokens to copy. Headless and CI clients can fall back to JWT or Application Password auth. Step-by-step guides for each client are below under "Connecting AI Agents".
Does it work with my other plugins?
Yes. Most MCP plugins only expose what they wrote themselves; AtlasAI Connector turns the plugins you already run into AI tools, two ways:
- Abilities API — free, unlimited. Any plugin that registers abilities through the WordPress Abilities API is picked up automatically. Nothing to configure, no per-plugin integration, and no cap on how many.
- REST API to AI tools — WooCommerce free, every plugin in Pro. Most plugins do not register abilities yet, but almost all of them register REST endpoints. AtlasAI Connector reads those endpoint definitions — their parameters, types and descriptions — and turns them into AI tools. The free version does this for WooCommerce. Pro does it for every plugin on your site.
Each endpoint is graded on how well it describes itself, so you can see at a glance which tools an AI will use correctly and which need a better description first.
Does it work with WooCommerce?
Yes. The free version connects
WooCommerce to your AI assistant in read-only mode: products, store data, orders and customers. An AI can answer "how many orders came in yesterday", "which products are low on stock", or "what did this customer buy" — and cannot change anything in your store.
Pro adds everything that writes — create and update products, fulfil orders, issue refunds, edit customers — plus the remaining WooCommerce endpoint groups: reports, coupons, settings, shipping, taxes, webhooks and more. Pro also turns every
other plugin's REST API into tools the same way.
You choose which groups are switched on, and nothing is handed to an AI client until you grant it to a role.
Do unlimited abilities slow down your site?
No. Nothing in this plugin runs for visitors, so page load times are identical whether the feature is on or off. Measured on a real store with 396 WooCommerce endpoints switched on, registering hundreds of abilities takes under a millisecond and adds about 4 MB to peak memory — only on the two admin screens that list abilities, never on your dashboard or posts list. The real limit is not your server but how many tools a model can choose between well: most AI clients start picking the wrong tool past a hundred, so the plugin shows you the count, warns you when you pass it, and lets you narrow what each role can reach.
Is an MCP server on WordPress secure?
An MCP server hands an AI assistant real write access to your site, so this one is built to be governed, not trusted blindly:
- OAuth 2.1 with PKCE and dynamic client registration — your site is its own authorization server, with no client IDs, secrets, or long-lived tokens to leak. JWT and Application Password auth work as a fallback for headless and CI use.
- Every connection maps to a WordPress user — an AI client inherits that user's role and can never exceed what the person behind it may do.
- Role-based access control — choose which modules and abilities each role may use. Pro adds per-ability RBAC, tool/resource/prompt access modes, and OAuth scope enforcement.
- Audit trail — with the official WordPress AI plugin's request logging enabled, every ability and MCP tool call is recorded: the operation, the user, the duration, the outcome, and the AI provider used.
- Revoke access anytime — review and revoke connected clients under MCP Auth → Connected clients in one click.
- Your keys, your server — bring your own AI provider keys; nothing is proxied through us.
Works with the official WordPress AI plugin
AtlasAI Connector integrates with the official
AI plugin instead of running a parallel system: our five AI experiments appear as
feature cards on its Settings → AI screen, respect its
per-feature toggles, and inherit its
editorial Guidelines in every prompt so generated content stays on brand. You can
hide the AI plugin's duplicate experiments — per experiment or globally — so editors see one AI button, not two.
Classic Editor supported
All five AI experiments also work in the
Classic Editor — unlike the official AI plugin, which is Block Editor only:
- Excerpt generation, title suggestions, and post summarization on the classic edit screen.
- AI feature image generation in the Featured Image box.
- Image alt text from the media modal — the AI is sent the actual image (vision), so it describes what is really in it.
If your site still runs the Classic Editor — as millions do — you get the same AI tools without switching editors.
Why choose AtlasAI Connector?
- Connect any AI client — Claude Desktop, Claude.ai, ChatGPT, Cursor, Windsurf, Gemini CLI, or any MCP-compatible tool over standard JSON-RPC 2.0.
- MCP server + AI content in one plugin — most WordPress MCP plugins do one or the other; AtlasAI Connector does both.
- Unlimited abilities — built-in tools for posts, pages, media, users and WooCommerce, plus every ability any other plugin registers through the WordPress Abilities API, discovered automatically. No numeric limit in free or Pro.
- Secure by design — OAuth 2.1 with PKCE and dynamic client registration, plus JWT and Application Password support, and per-role access control so each connection only sees what its WordPress user may use.
- Works on WordPress 6.8+ — bundles the Abilities API and MCP Adapter, so you need not wait for the core versions where these ship.
- Multi-provider AI — OpenAI, Google Gemini, or Anthropic Claude via the WordPress AI Client; provider keys set once are shared with core AI features.
- Workflow builder — combine abilities into reusable workflows from the dashboard or the post editor meta box.
Modules — individually toggleable
Each module can be enabled or disabled independently of the
AtlasAI Connector dashboard:
- AI Content Steward (8 abilities) — AI content analysis, generation, and improvement.
- Posts Manager (13) — full CRUD for posts, categories, and tags.
- Pages Manager (5) — CRUD for WordPress pages.
- Media Manager (7) — upload, update, and manage media files.
- Users Manager (7) — search, create, and manage users.
- Custom Post Types Manager (6) — CRUD for any registered custom post type.
- REST API Tools (3) — discover and execute any WordPress REST endpoint dynamically.
- Site Info & Diagnostics (4) — site info, plugins, themes, and users at a glance.
- Settings Manager (3) — view and update WordPress settings.
- AI Store Manager — WooCommerce (26) — products, categories, tags, brands, orders, and sales reports. Requires WooCommerce.
- Error Debugger (4) — real-time PHP error monitoring with AI fix commands (details below).
- External Abilities (Pro) — automatically discovers every ability registered through the WordPress Abilities API by any plugin, however many there are, and exposes them through the same MCP server, workflows, and access control.
WooCommerce AI Agent — 26 Store Abilities
Turn Claude or ChatGPT into a WooCommerce AI agent: search and manage products, categories, tags, and brands, review orders, and pull sales reports by chatting with your AI assistant. All 26 store abilities run through the same MCP server, workflows, and role-based access control, and register only when WooCommerce is active.
AI Content Generation in the Block Editor & Classic Editor
Five experiment panels run on your configured AI provider (OpenAI, Google Gemini, or Anthropic Claude), in both the Block Editor and the Classic Editor:
- Excerpt Generation — one-click, SEO-friendly excerpts with tone/style presets.
- Title Suggestions — multiple SEO-friendly title ideas to pick from.
- Summarization — concise, neutral post summaries.
- Feature Image Generation — AI feature images generated from your post content.
- Alt Text Generation — vision-based alt text: the AI is sent the actual image, not just the filename, so descriptions reflect what is really in the picture.
Every panel ships with editable prompts, tone/style presets, and ready-made templates — free.
Pro extends every experiment with a prompt templates library, batch variants, generation history, "Explain This Generation", and keyboard shortcuts.
Error Debugger
Monitor PHP errors from plugins and themes in real time — no configuration required. Free: an error log grouped by file, email alerts with a copy-paste
Fix Command for any AI assistant, and an admin dashboard widget. Pro: an
MCP Fix Command you paste into Claude Desktop or Cursor so the AI reads the file, creates a backup, and applies the fix — plus Slack/Discord webhooks, a Backups Manager, and extended sources (Core, MU-Plugins, Drop-ins).
WordPress Abilities API Support
Every ability is registered through the standard
WordPress Abilities API and exposed over MCP via the official MCP Adapter — both bundled as vendor dependencies, so everything works on WordPress 6.8+ today, before these APIs ship in core. With Pro, abilities that other plugins register via the Abilities API are auto-discovered and become MCP tools too.
Works with the WordPress AI ecosystem
AtlasAI Connector is built on the same
AI Building Blocks as WordPress core — the
AI Client and the
Abilities API. Add your provider key once under
Settings → Connectors, using the official
AI Provider for OpenAI,
AI Provider for Google, or
AI Provider for Anthropic plugins, and AtlasAI Connector reuses it for its MCP server and AI experiments — no duplicate setup.
AtlasAI Connector Pro
AtlasAI Connector Pro adds:
- Unlimited Workflows — free version allows 3.
- T/R/P Access Modes — per-ability Tool/Resource/Prompt toggles for fine-grained MCP control.
- Advanced AI Experiments — prompt templates library, batch variants, explain reasoning, generation history, keyboard shortcuts.
- Workflow Prompt Builders — 6 pre-built prompt workflows (SEO Audit, Content Brief, Site Overview, and more).
- External Abilities — auto-discover every ability any plugin registers via the Abilities API.
- Per-Ability RBAC — assign individual abilities (not just modules) to each WordPress role.
- Error Debugger Pro — MCP Fix Command with automatic backups, Slack/Discord webhooks, Backups Manager.
- Priority Support — plus a 7-day free trial, no credit card required.
1.7.1 (6 Sep 2026)
- New guide on the Abilities screen — a short explainer shows how to turn your other plugins into AI tools, why you would, and what the free version includes.
- Refined the plugin description so it is clearer and easier to read, with common questions answered up front.
1.7.0 (30 Aug 2026)
Your other plugins can now become AI tools, and abilities from any plugin are free.
- Connect WooCommerce to your AI assistant — your store's own API becomes tools an AI client can use, so you can ask how many orders came in yesterday, which products are low on stock, or what a customer has bought. Read-only in the free version: an AI can answer questions about your store and cannot change anything in it.
- Abilities from other plugins are now free — any plugin that registers abilities through the WordPress Abilities API is picked up automatically, with no limit on how many. This was a Pro feature and is now included for everyone.
- No fixed number of abilities — the plugin no longer ships a fixed catalogue. Install more AI-aware plugins and your tool list grows on its own.
- Choose exactly what an AI can reach — pick which parts of your store to connect, one group at a time, and see how well each tool describes itself before you switch it on. Endpoints whose permission checks cannot be verified are never turned into tools.
- Rebuilt Abilities screen — search by name, id or endpoint, filter by plugin, group, read or write, and grade, with an explanation of what the grades mean and why each one was given.
- Rebuilt Access control — a searchable list of groups instead of one long page, with the ability to grant a whole group, only the parts that read, or only the ones an AI will use correctly.
- Faster admin — the plugin no longer does discovery work on admin pages that do not need it.
- Fixes — group checkboxes no longer fail intermittently when several groups share a module, ability counts refresh straight after a change, and text on the Abilities screen is now translatable.
- Choosing every group no longer means “every group forever” — picking all the groups on offer is now recorded as those groups by name, so what you connect cannot quietly grow later.
- Counts tell the truth — a source shows how many endpoints are actually connected rather than how many it is allowed to connect, and offers to pick up anything new since you last looked.
- A tidier list of what else is on your site — the notice about other plugins no longer includes this plugin itself, the tool server, or entries from plugins that register routes without a name.
1.6.7 (17 Aug 2026)
Compatibility update for WordPress 7.1 and version 1.3.0 of the official WordPress AI plugin.
- Tested with WordPress 7.1 and the latest official AI plugin.
- AI activity now appears in one place — when the official AI plugin's request logging is switched on, actions run through this plugin are recorded there alongside its own, so you can see what an AI assistant did on your site, how long it took, and whether it succeeded.
- Token usage broken down by provider and model — the Usage screen now shows which AI provider and model each request used, so you can see where your spending goes rather than just a running total.
- Clearer branding in the AI plugin — this plugin's abilities are now labelled "AtlasAI Connector" in the official AI plugin's Abilities Explorer, so you can tell at a glance which came from here.
1.6.6 (29 Jul 2026)
- Fixed a "translation loading triggered too early" notice that could appear in the debug log on WordPress 6.7 and later.
1.6.5 (19 Jul 2026)
- Compatibility and polish update — improved MCP responses for strict AI clients, fixed special-character display, and refreshed the plugin listing.
1.6.4 (18 Jul 2026)
The AI writing tools now plug into the official WordPress AI plugin and work in the Classic Editor.
- Official WordPress AI plugin integration — the five AI writing tools (excerpt, title, summary, featured image, and alt text) now appear as experiments inside the official AI plugin alongside its own, so you can manage them all in one place. They keep working as before when that plugin isn't installed.
- Classic Editor support — all five AI writing tools are now available in the Classic Editor, not just the block editor.
- Editorial guidelines everywhere — your saved editorial guidelines are now applied when generating titles, featured images, and alt text, so results follow your site's style.
- Smarter alt text — alt text is now generated by analyzing the actual image, producing accurate descriptions instead of guesses based on the surrounding text.
- Live setup checklist — the Home screen's "Get started" steps now reflect your real setup: they tick when OAuth is enabled and an AI client is connected, and untick if you revoke access.
- Consistent "AtlasAI Connector" naming across the dashboard.
1.6.3 (29 Jun 2026)
- Documented compatibility with the WordPress AI ecosystem — Atlas AI Connector works with the WordPress AI plugin and the official OpenAI, Google, and Anthropic connector plugins, sharing the same Settings → Connectors keys.
- Updated plugin tags.
1.6.1 (29 Jun 2026)
Fixes a critical error that could prevent the plugin from loading on some sites.
- Fixed a critical error that, on some installations, stopped the plugin from loading correctly. Updating is strongly recommended.
1.6.0 (29 Jun 2026)
Redesigned dashboard, new AI Experiments settings, and a dedicated Plans & pricing page.
- New dashboard — a simpler side menu with a Home overview that shows your setup at a glance.
- AI Experiments settings — turn each block-editor AI tool on or off and choose which provider it uses.
- Plans & pricing page — compare Free and Pro side by side, with the 14-day money-back guarantee and 7-day free trial.
- Clearer connections — the renamed "AI Connectors" panel shows what's connected at a glance.
- Easier setup — a step-by-step guide for connecting Claude, ChatGPT, and Cursor.
- WordPress 7.0 ready — works with the new built-in AI Client in WordPress 7.0, and still supports earlier versions.
- Choose your AI provider and model — pick a default provider and model for all AI generation, and override it per request from the editor. Fixes image and text generation sometimes running on a different provider than the one you selected.
- Stability and compatibility fixes.
1.5.7 (24 Jun 2026)
Feature: OAuth 2.1 one-click connect for the MCP server.
- OAuth 2.1 + Dynamic Client Registration — MCP clients (Claude, ChatGPT, Cursor) can now connect by pasting only your server URL; no manual JWT/token copying. Implements OAuth 2.1 with mandatory PKCE (S256), RFC 7591 dynamic client registration, RFC 8414/9728 discovery metadata, refresh-token rotation, and RFC 7009 revocation.
- Built-in authorization server — your WordPress site is the identity provider; access tokens map to WordPress users, and the existing per-role/per-ability access control still governs what each connection can do.
- MCP Auth page — new "One-click OAuth 2.1 connect" panel with an enable toggle, the paste-to-client server URL, and a connected-clients list with one-click revoke.
- Disabled by default — enable it from Atlas AI Connector → MCP Auth. Application Passwords and JWT continue to work.
- Note: remote clients (e.g. Claude.ai) require your site to be served over HTTPS.
1.5.6 (24 Jun 2026)
Added opt-in usage tracking.
- Usage tracking (opt-in): Atlas AI Connector can now send anonymized usage data to help prioritize the roadmap. Nothing is sent unless you explicitly click "Allow" on the admin notice. Collected data: site URL/name/language, active/inactive plugin counts, admin name/email, which modules are enabled, and anonymized feature flags/counts (workflows, providers, RBAC). No post content, API keys, or MCP tokens are ever collected. You can opt out at any time.
1.5.5 (24 Jun 2026)
Listing & discoverability update.
- Rewrote the plugin title, tags, and description to better describe the MCP server for WordPress and the AI clients it connects (Claude, ChatGPT, Gemini, Cursor).
- Clarified positioning: Atlas AI Connector is both an MCP server and a block-editor AI content toolkit.
- No functional code changes.
1.5.4 (10 May 2026)
update title, tags
1.5.1 (05 May 2026)
UI improvement: New Overview page added to the admin dashboard.
- Overview page (new):
- Added a new "Overview" tab as the default landing page in the Atlas AI Connector dashboard.
- Three subtabs: Welcome, Pricing, and Feature Comparison.
- Welcome subtab: plugin stats, getting started info, support links, compatible MCP clients, and AI providers.
- Pricing subtab: Annual/Lifetime plan toggle with 3 pricing tiers. Emphasizes the 7-day free trial (no credit card required).
- Feature Comparison subtab: Free vs Pro comparison table with 27 features.
- 7-day free trial CTA prominently displayed for non-Pro users.
- Dashboard navigation:
- "Overview" is now the default active tab when opening the Atlas AI Connector dashboard.
- Tab order updated: Overview → Dashboard → Workflows → Access Control → Analytics → Error Debugger → Documentation → Plugins.
1.5.0 (13 Apr 2026)
Feature release: Error Debugger module with PHP error monitoring, email alerts, and a fix command for your AI assistant.
- Error Debugger module (new):
- Monitor PHP errors from plugins and themes in real time — no configuration required to start tracking.
- Error Log tab shows all errors grouped by file, with severity badges, source info, timestamps, and occurrence counts.
- Read the full source context around any error directly in the dashboard.
- Mark errors as fixed to keep the log tidy.
- Email notifications:
- Receive an email alert whenever a PHP error occurs.
- Configurable recipient email, severity levels (Fatal, Warning, Notice, Deprecated), and rate limit to avoid duplicate emails.
- Configure which sources to monitor: Plugins and Themes (free).
- Fix Command in every error email:
- Every notification includes a "How to Fix" block — a pre-filled text snippet you can copy and paste into any AI assistant (ChatGPT, Claude, Gemini, etc.) to get step-by-step fix instructions.
- No AI subscription required — works with any AI chat service.
- Admin dashboard widget:
- "Atlas AI Connector — Recent Errors" widget on the WordPress admin dashboard shows the last 5 errors and a 24-hour error count at a glance.
- Can be toggled off from the Error Debugger settings without disabling the module.
- Debug log coverage:
- Scans
debug.log on every admin page load to catch startup fatal errors that occur before the plugin loads (e.g. during plugin activation or update).
- Error Trends and Spike Alerts (Pro):
- Weekly digest email and spike alert notifications available with Atlas AI Connector Pro.
1.4.2 (10 Apr 2026)
Feature release: Enhanced Plugins page with remote data, social proof, and cross-sell improvements.
- Remote plugin data:
- Plugin information now fetched from a central GitHub repository with 24-hour transient caching.
- New "Check for Updates" button to manually refresh plugin data without waiting for cache expiry.
- Hardcoded fallback ensures the page works even if the remote fetch fails.
- WP.org API integration:
- Star ratings and active install counts fetched from the WordPress.org Plugin API.
- Cached separately with 24-hour transient for performance.
- Enhanced plugin cards:
- Plugin icons from WordPress.org displayed on each card.
- NEW badge for recently launched plugins.
- PRO badge for plugins with a Pro version available.
- RECOMMENDED badge for complementary plugins based on the current plugin.
- YOU'RE HERE badge with blue border highlight for the current plugin.
- Pro upsell & engagement:
- "Go Pro" button appears only when the Pro version is not installed.
- "Configure" button for active plugins links directly to their settings page.
- Top banner: "You're using [Plugin Name]. Complete your AI toolkit."
- Google Analytics UTM parameters on all outbound links for conversion tracking.
- Card ordering:
- Priority-based ordering with recommended plugins shown first.
- Shuffle within same priority for fair rotation.
- Compatibility:
- Tested up to WordPress 7.0.
1.4.1 (10 Mar 2026)
Maintenance release: Workflow engine redesign with AI-powered parameter resolution and bug fixes.
- Workflow engine redesign:
- Moved workflow execution from
Content_Steward_Controller to dedicated Workflows_Controller with new POST /awfah/v1/workflows/run endpoint.
- Generic ability execution via Abilities API — all 80+ abilities from any module now work in workflows (previously limited to 6 Content Steward abilities).
- Backward-compatible: old
/content/run-workflow endpoint delegates to the new controller.
- AI-powered workflow parameter resolution:
- Three-tier input resolution: explicit per-ability params > AI extraction from prompt > fallback defaults.
- New "Use AI to extract ability parameters from prompt" checkbox in the post meta box.
- AI uses each ability's
input_schema as a JSON Schema constraint to extract structured parameters from natural language prompts.
- Enables abilities that require specific parameters (e.g.,
name for add-category) to work directly from workflow prompts.
- Bug fixes:
- Fixed
post_id to id mapping for abilities that require id in their input schema.
- Fixed readme.txt short description exceeding WordPress.org 150-character limit.
1.4.0 (07 Mar 2026)
Feature release: Pro plugin support, AI experiments in the block editor, backward compatibility with pre-6.9 WordPress, and MCP handler fixes.
- Pro plugin support:
- Added Pro plugin detection (
awfah_is_pro_active()) and integration hooks.
- Pro upsell banner on dashboard and dismissible admin notice.
- Pro features section in dashboard showing feature status (active/locked).
- Pro URL linked throughout the plugin to Atlas AI Connector Pro.
- AI Experiments in the block editor:
- Excerpt Generation experiment - generate AI excerpts directly from the post sidebar.
- Image Generation experiment - generate AI feature images from the Featured Image panel.
- Multi-provider support with model selection dropdown.
- Editable prompts with per-post and global prompt saving.
- Pro features: templates library, batch mode, explain reasoning, generation history, keyboard shortcuts.
- Backward compatibility:
- WordPress Abilities API and MCP Adapter are now bundled as vendor dependencies.
- Plugin works on WordPress 6.8+ (previously required 6.9 where these APIs ship in core).
- Minimum WordPress requirement lowered from 6.9 to 6.4.
- MCP handler fixes:
- Fixed Resources handler to properly pass input to ability execute callbacks.
- Fixed Prompts handler for correct prompt identifier resolution.
- Added
providers/{provider}/models REST endpoint for model selection.
- Content Steward abilities expanded:
- Added
awfah-content/summarize ability for AI-powered content summarization.
- Added
awfah-content/generate-alt-text ability for vision-based image alt text generation.
- Content Steward module now has 8 abilities (previously 6).
- Dashboard improvements:
- Analytics view placeholder for future usage tracking.
- Updated documentation with Pro features section.
- Updated ability counts across all UI surfaces.
1.3.0 (20 Feb 2026)
Feature release: External abilities, role-based workflow assignments, WooCommerce dependency handling, and MCP response fixes.
- External Abilities module (new):
- Automatically discovers abilities registered by WordPress core and third-party plugins via
wp_get_abilities().
- External abilities appear in the Dashboard, Workflows, Access Control, and MCP server.
- Grouped by source namespace (e.g., "External: core", "External: mcp-adapter") in Access Control.
- Toggleable on/off from the Dashboard like any other module.
- Role-based workflow assignments:
- Workflows can now be assigned to "All roles" or specific WordPress roles during creation.
- New "Workflows" sub-tab in Access Control for per-role workflow assignment.
- Dual-layer access:
role_workflows settings override takes precedence, falls back to workflow's own assigned_roles field.
- Workflows endpoint supports
?context=admin for unfiltered admin access.
- WooCommerce dependency handling:
- AI Store Manager module is now visible but disabled when WooCommerce is not active.
- Shows "WooCommerce required" badge on Dashboard and Access Control.
- Toast error on toggle attempt when WooCommerce is missing.
- Backend guard prevents enabling the module without WooCommerce.
- MCP response fix:
- Fixed
structuredContent validation error for list endpoints (tags, categories, posts, pages, media, users).
- Sequential array responses are now wrapped in
{ "results": [...] } to satisfy MCP protocol requirements.
- Applied across all 8 ability files.
- Documentation:
- Added External Abilities section to the Documentation tab.
- Updated readme with External Abilities feature description.
1.2.1 (18 Feb 2026)
Added: Plugins page added.
1.2.0 (12 Feb 2026)
Major release: 70+ abilities across 9 modules, MCP server, JWT auth, and workflow builder.
- New modules (7):
- Pages Manager - 5 abilities for WordPress page CRUD.
- Media Manager - 7 abilities for media upload, update, delete, and file retrieval.
- Users Manager - 7 abilities for user CRUD, current user, and role listing.
- Custom Post Types Manager - 6 abilities for any registered custom post type.
- REST API Tools - 3 abilities to discover and execute any REST API endpoint dynamically.
- Site Info & Diagnostics - 4 abilities for site info, plugins, themes, and user info.
- Settings Manager - 3 abilities to view and update all WordPress settings.
- AI Store Manager (WooCommerce) - now fully functional:
- 25 abilities covering products, categories, tags, brands, orders, and reports.
- Requires WooCommerce to be active (automatic detection).
- Independent module toggles:
- Each of the 11 modules now has its own on/off toggle in the dashboard.
- Previously all new modules were bundled under the Content Steward toggle.
- JWT authentication for MCP:
- Generate tokens via
POST /wp-json/jwt-auth/v1/token.
- List active tokens via
GET /wp-json/jwt-auth/v1/tokens.
- Revoke tokens via
POST /wp-json/jwt-auth/v1/revoke.
- HS256 signing with per-site secret key.
- Configurable expiration (1 hour to 30 days).
- Workflow builder improvements:
- Drag-and-drop abilities into workflows from the admin dashboard.
- Prompt preview now correctly updates when abilities are added or removed.
- Post editor meta box prompt preview also updates correctly with each ability change.
- Bug fixes:
- Fixed shallow merge of module settings causing new modules to not appear.
- Fixed ability registration timing error on post edit screens.
- Fixed workflow prompt always showing first ability's text instead of all selected abilities.
1.1.0 (13 Jan 2026)
- Added: Documentation tab in the dashboard.
1.0.0
- Initial public release.
- Added AI Content Steward module (6 abilities).
- Added AI Providers dashboard.
- Added module toggles with "Coming soon" labels for future modules.