AI Workflow Automation – AI Agent Hub

Beskrivning

AI Workflow Automation – AI Agent Hub is a modern WordPress plugin built for WordPress 6.9+ and the Abilities API. It registers 70+ abilities across 9 functional modules and exposes them all via a built-in MCP (Model Context Protocol) server so that external AI agents like Claude Desktop, Claude Code, Cursor, Windsurf, or any MCP-compatible client can manage your WordPress site.

What can AI Agent Hub do?

  • 9 independently toggleable modules – enable only what you need.
  • 70+ registered abilities covering posts, pages, media, users, custom post types, REST API discovery, site diagnostics, WordPress settings, and WooCommerce.
  • Built-in MCP server – expose abilities to AI agents over JSON-RPC 2.0.
  • JWT authentication – secure MCP and REST API access with token-based auth (no passwords over the wire).
  • Workflow builder – combine abilities into reusable workflows from the admin dashboard or the post editor meta box.
  • Multi-provider AI – connect OpenAI, Google Gemini, or Anthropic Claude via the WordPress AI Client for content analysis.

Modules

Each module can be independently enabled or disabled from the AI Agent Hub dashboard.

1. AI Content Steward (6 abilities)

AI-powered content analysis and improvement for posts and pages.

  • awfah-content/analyze-post – Summarize a post with readability and improvement suggestions.
  • awfah-content/generate-feature-image – Generate an AI-ready feature image prompt and alt text.
  • awfah-content/generate-excerpt – Create a concise, SEO-friendly excerpt.
  • awfah-content/focus-keywords – Extract relevant focus keywords for SEO targeting.
  • awfah-content/lsi-keywords – Generate related LSI keyword ideas.
  • awfah-content/suggest-titles – Generate alternative title ideas.

2. Posts Manager (13 abilities)

Full CRUD for WordPress posts, categories, and tags.

  • awfah-posts/wp-posts-search – Search and filter posts with pagination.
  • awfah-posts/wp-get-post – Get a post by ID.
  • awfah-posts/wp-add-post – Create a new post.
  • awfah-posts/wp-update-post – Update an existing post.
  • awfah-posts/wp-delete-post – Delete a post.
  • awfah-posts/wp-list-categories – List all post categories.
  • awfah-posts/wp-add-category – Add a new category.
  • awfah-posts/wp-update-category – Update a category.
  • awfah-posts/wp-delete-category – Delete a category.
  • awfah-posts/wp-list-tags – List all post tags.
  • awfah-posts/wp-add-tag – Add a new tag.
  • awfah-posts/wp-update-tag – Update a tag.
  • awfah-posts/wp-delete-tag – Delete a tag.

3. Pages Manager (5 abilities)

CRUD operations for WordPress pages.

  • awfah-pages/wp-pages-search – Search and filter pages with pagination.
  • awfah-pages/wp-get-page – Get a page by ID.
  • awfah-pages/wp-add-page – Create a new page.
  • awfah-pages/wp-update-page – Update an existing page.
  • awfah-pages/wp-delete-page – Delete a page.

4. Media Manager (7 abilities)

Upload, update, and manage media files.

  • awfah-media/wp-media-search – Search and filter media with pagination.
  • awfah-media/wp-get-media – Get a media item by ID.
  • awfah-media/wp-upload-media – Upload a new media file (base64 or URL).
  • awfah-media/wp-update-media – Update media metadata (title, alt text, caption).
  • awfah-media/wp-delete-media – Delete a media item.
  • awfah-media/wp-get-media-sizes – Get all available image sizes for a media item.
  • awfah-media/wp-get-media-file – Get the actual file content of a media item.

5. Users Manager (7 abilities)

Search, create, and manage WordPress users.

  • awfah-users/wp-users-search – Search and filter users.
  • awfah-users/wp-get-user – Get a user by ID.
  • awfah-users/wp-create-user – Create a new user.
  • awfah-users/wp-update-user – Update a user.
  • awfah-users/wp-delete-user – Delete a user.
  • awfah-users/wp-get-current-user – Get the currently authenticated user.
  • awfah-users/wp-list-roles – List all available user roles.

6. Custom Post Types Manager (6 abilities)

CRUD operations for any registered custom post type.

  • awfah-cpt/wp-list-post-types – List all registered post types.
  • awfah-cpt/wp-cpt-search – Search items of a specific post type.
  • awfah-cpt/wp-cpt-get – Get a single CPT item by ID.
  • awfah-cpt/wp-cpt-add – Create a new CPT item.
  • awfah-cpt/wp-cpt-update – Update a CPT item.
  • awfah-cpt/wp-cpt-delete – Delete a CPT item.

7. REST API Tools (3 abilities)

Discover and execute any WordPress REST API endpoint dynamically.

  • awfah-rest-api/list-api-functions – List all available REST API endpoints that support CRUD.
  • awfah-rest-api/get-function-details – Get detailed metadata for a specific endpoint and method.
  • awfah-rest-api/run-api-function – Execute any REST API endpoint with provided parameters.

8. Site Info & Diagnostics (4 abilities)

View site info, plugins, themes, and users at a glance.

  • awfah-site/get-site-info – Detailed info about the WordPress site (name, URL, version, plugins, themes, users).
  • awfah-site/get-plugin-info – Info about active plugins.
  • awfah-site/get-theme-info – Info about the active theme.
  • awfah-site/get-user-info – Info about the current authenticated user.

9. Settings Manager (3 abilities)

View and update WordPress site settings.

  • awfah-settings/wp-get-settings – Get WordPress general site settings.
  • awfah-settings/wp-update-settings – Update general settings (title, tagline, timezone, etc.).
  • awfah-settings/get-site-settings – Get all settings including reading, discussion, media, permalinks, and privacy.

10. AI Store Manager – WooCommerce (25 abilities)

Full WooCommerce management through AI. Requires WooCommerce to be active.

  • Products: search, get, add, update, delete.
  • Product categories: list, add, update, delete.
  • Product tags: list, add, update, delete.
  • Product brands: list, add, update, delete.
  • Orders: search.
  • Reports: coupons totals, customers totals, orders totals, products totals, reviews totals, sales.

Coming Soon

  • AI Support Desk – Summarize comment threads, suggest reply drafts, categorize support requests.
  • AI Automation Recipes / Workflows – Rule-based AI automations triggered by WordPress events.

Connecting AI Agents via MCP

AI Agent Hub includes a built-in MCP (Model Context Protocol) server that lets external AI agents interact with your WordPress site. The MCP endpoint is:

https://your-site.com/wp-json/awfah_mcp/mcp

Any MCP-compatible AI client can connect and use all enabled abilities as tools.

AI Agent Hub Dashboard

The plugin adds a top-level ”AI Agent Hub” menu in WordPress admin with:

  1. Connected AI Agents – shows which AI providers are available (Auto, OpenAI, Gemini, Claude) and their status.
  2. Modules & Features – 11 module cards with independent on/off toggles.
  3. Workflow Builder – search abilities, drag them into a workflow, preview the prompt, and save.
  4. Documentation – built-in getting started guide.
  5. Contact Support – direct link to support.

Post Editor Meta Box

On every post and page edit screen, the AI Content Steward meta box provides:

  • Provider selection (Auto, OpenAI, Gemini, Claude).
  • Ability checkboxes to select which analyses to run.
  • Editable prompt preview that updates as you select abilities.
  • One-click workflow execution.
  • Save workflows for reuse.

Connecting AI Agents

Claude Desktop

Claude Desktop supports MCP servers natively. To connect it to your WordPress site:

Step 1: Generate a JWT token

Send a POST request to your site to get a JWT token:

curl -X POST "https://your-site.com/wp-json/jwt-auth/v1/token" -H "Content-Type: application/json" -d "{\"username\":\"your-username\",\"password\":\"your-password\",\"expires_in\":2592000}"

This returns a token valid for 30 days (2592000 seconds). Copy the token value from the response.

Step 2: Configure Claude Desktop

Open the Claude Desktop config file:

  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Add this MCP server entry:

{
  "mcpServers": {
    "wordpress": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic-ai/mcp-wordpress-remote@latest",
        "--url",
        "https://your-site.com/wp-json/awfah_mcp/mcp"
      ],
      "env": {
        "JWT_TOKEN": "paste-your-jwt-token-here"
      }
    }
  }
}

Step 3: Restart Claude Desktop

After saving the config, restart Claude Desktop. All enabled abilities will appear as tools. You can then ask Claude to manage posts, pages, media, users, settings, and WooCommerce from natural language.

Claude Code (CLI)

Claude Code can also connect to MCP servers. Add the server using:

claude mcp add wordpress -- npx -y @anthropic-ai/mcp-wordpress-remote@latest --url https://your-site.com/wp-json/awfah_mcp/mcp

Then set the JWT token as an environment variable before running Claude Code:

export JWT_TOKEN="paste-your-jwt-token-here"

Cursor / Windsurf / Other MCP Clients

Any editor or AI tool that supports MCP can connect. The setup is similar:

  1. Generate a JWT token (see above).
  2. Point the MCP client to: https://your-site.com/wp-json/awfah_mcp/mcp
  3. Use the @anthropic-ai/mcp-wordpress-remote transport package, or configure your client’s native MCP settings with the URL and JWT token.
  4. The authentication header format is: Authorization: Bearer <your-jwt-token>

Postman / API Testing

You can test the MCP endpoint directly using Postman or any HTTP client. The MCP protocol uses JSON-RPC 2.0 over HTTP.

Step 1: Initialize a session

Send a POST request to https://your-site.com/wp-json/awfah_mcp/mcp with:

  • Header: Authorization: Bearer <your-jwt-token>
  • Header: Content-Type: application/json
  • Body:
    {
    ”jsonrpc”: ”2.0”,
    ”id”: 1,
    ”method”: ”initialize”,
    ”params”: {
    ”protocolVersion”: ”2024-11-05”,
    ”capabilities”: {},
    ”clientInfo”: { ”name”: ”postman”, ”version”: ”1.0” }
    }
    }

Copy the Mcp-Session-Id header from the response.

Step 2: Send initialized notification

Send a POST with the session ID header:

  • Header: Mcp-Session-Id: <session-id-from-step-1>
  • Body:
    {
    ”jsonrpc”: ”2.0”,
    ”method”: ”notifications/initialized”
    }

Step 3: Call a tool

Now you can call any ability as a tool:

{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "tools/call",
  "params": {
    "name": "awfah-site-get-site-info",
    "arguments": {}
  }
}

Note: In MCP tool names, the / in ability IDs is replaced with -. So awfah-site/get-site-info becomes awfah-site-get-site-info.

JWT Token Management

AI Agent Hub provides three JWT endpoints:

  • Generate token: POST /wp-json/jwt-auth/v1/token – Pass username, password, and optional expires_in (seconds, min 3600, max 2592000).
  • List tokens: GET /wp-json/jwt-auth/v1/tokens – List all active tokens (requires authentication).
  • Revoke token: POST /wp-json/jwt-auth/v1/revoke – Revoke a specific token (requires authentication).

Tokens are signed with HS256 using a per-site secret key stored in the awfah_jwt_secret_key option. Each token includes the user ID, issued-at time, expiration, and a unique JTI.

Application Passwords (Alternative)

If you prefer not to use JWT, you can also authenticate with WordPress Application Passwords (available in WordPress 5.6+):

  1. Go to Users > Profile > Application Passwords.
  2. Create a new application password.
  3. Use Basic Auth with your username and the application password.

However, JWT is recommended for MCP connections as it avoids sending credentials with every request.

Installation

1. Requirements

  • WordPress 6.9 or higher.
  • PHP 7.4 or higher.
  • For AI content analysis: at least one AI provider configured via Settings > AI Credentials.
  • For WooCommerce abilities: WooCommerce plugin must be active.

2. Install via WordPress admin (recommended)

  1. Download the plugin ZIP file.
  2. Go to Plugins > Add New > Upload Plugin.
  3. Upload the ZIP and click Install Now.
  4. Click Activate.

3. Install from source (developers)

  1. Clone or extract into wp-content/plugins/ai-workflow-automation-ai-agent-hub.
  2. Install Composer dependencies:
    composer install
  3. Install Node dependencies:
    npm install
  4. Build JavaScript and CSS:
    npm run dev
    npx tailwindcss -c tailwind.config.js -i src/tailwind.css -o assets/css/admin.css

Vanliga frågor

What AI providers are supported?

AI Agent Hub supports any provider the WordPress AI Client supports for text generation, including:

  • OpenAI (GPT models)
  • Google Gemini
  • Anthropic Claude

Configure providers under Settings > AI Credentials.

How many abilities does the plugin register?

Over 70 abilities across 9 modules: Content Steward (6), Posts (13), Pages (5), Media (7), Users (7), Custom Post Types (6), REST API Tools (3), Site Info (4), Settings (3), and WooCommerce Store Manager (25).

Can I use this with Claude Desktop?

Yes. AI Agent Hub includes a built-in MCP server. See the Connecting AI Agents section above for step-by-step setup.

Does the WooCommerce module require WooCommerce?

Yes. The AI Store Manager module only registers its abilities when WooCommerce is active. If WooCommerce is not installed, the module toggle is available but abilities will not load.

Can I disable modules I do not need?

Yes. Each module has an independent toggle in the AI Agent Hub dashboard. Disabled modules do not register their abilities or expose them via MCP.

Why do I see ”AI analysis failed”?

This usually means no AI provider is configured. Go to Settings > AI Credentials and verify at least one provider is set up. Enable WP_DEBUG_LOG and check debug.log for lines beginning with [AI Agent Hub].

Where is the post editor meta box?

Open any post or page in the editor. Look for the ”AI Content Steward” meta box in the sidebar or below the editor. You can select abilities, preview the prompt, and run workflows.

Is there a Pro version?

The current version includes all 70+ abilities for free. A Pro version with extended automation workflows and support desk features is planned.

How do I get support?

Click the ”Contact Support” button in the AI Agent Hub dashboard, or visit: https://atlasaidev.com/contact-us/

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”AI Workflow Automation – AI Agent Hub” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Ändringslogg

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.