Title: AI Conduit
Author: WisdmLabs
Published: <strong>13. Mee 2026</strong>
Last modified: 21. Mee 2026

---

Search plugins

![](https://ps.w.org/ai-conduit/assets/banner-772x250.png?rev=3531076)

![](https://ps.w.org/ai-conduit/assets/icon-256x256.png?rev=3531076)

# AI Conduit

 By [WisdmLabs](https://profiles.wordpress.org/wisdmlabs/)

[Download](https://downloads.wordpress.org/plugin/ai-conduit.1.0.1.zip)

 * [Details](https://ltz.wordpress.org/plugins/ai-conduit/#description)
 * [Reviews](https://ltz.wordpress.org/plugins/ai-conduit/#reviews)
 *  [Installation](https://ltz.wordpress.org/plugins/ai-conduit/#installation)
 * [Development](https://ltz.wordpress.org/plugins/ai-conduit/#developers)

 [Support](https://wordpress.org/support/plugin/ai-conduit/)

## Description

Your AI assistant is smart — but it knows nothing about your specific WordPress 
site. AI Conduit fixes that. Once installed, your AI can look up your blog posts,
check your WooCommerce orders, pull student progress from LearnDash, or summarise
your site’s data — just by asking, in plain language.

Think of it as giving your AI a secure window into your WordPress database. It can
read and report. It can never edit, delete, or change anything.

#### WordPress 7.0 has AI infrastructure — so why AI Conduit?

WordPress 7.0 shipped the Abilities API, AI Client, Connectors screen, and MCP Adapter.
For the first time, WordPress has a standardised way for plugins to talk to AI assistants.
The architecture is sound. The vision is right. And for most WordPress sites today,
none of it does anything useful yet.

Here’s why. The Abilities API is a registry — it only matters if plugins populate
it. WordPress 7.0 ships with two baseline abilities. WooCommerce is leading the 
way, but the vast majority of the plugin ecosystem hasn’t registered anything yet.
Until they do, your AI can see the registry, but there’s nothing in it for your 
site.

The bigger gap is your custom work. Most production sites have custom post types,
meta fields, and bespoke integrations that no plugin author can register on your
behalf. The only native path to exposing them is custom PHP — writing schemas and
permission callbacks for every field you want your AI to read. That’s a developer
project, not an afternoon’s work.

AI Conduit closes both gaps. Point and click to give your AI read access to anything
in your database — standard fields, custom post types, custom meta, even data added
by plugins that haven’t registered abilities yet. No PHP. No waiting on someone 
else’s roadmap. Working in minutes, not months.

#### What can you use it for?

 * **Customer Support** — Ask your AI “what did customer John order last week?” 
   and get the answer without opening WooCommerce. Save hours every week.
 * **E-commerce** — “Show me all orders over $5,000 this month.” Your AI assistant
   pulls the data, you make the decision. No exports, no spreadsheets.
 * **Content Teams** — “List all posts published in the last 30 days with fewer 
   than 500 words.” Your AI does the audit in seconds — not hours.
 * **Course Creators** — With LearnDash, ask “which students haven’t completed Module
   3?” and follow up personally — without running a single report.
 * **Site Owners** — “Give me a weekly digest of new signups, published posts, and
   comments.” Your AI becomes a personal briefing assistant for your site.
 * **Agencies** — Build tools once. Use them across client sites. Pull the metrics
   your clients care about without touching phpMyAdmin or writing SQL.

#### How it works — three simple steps

 1. **Install and activate the plugin.** Upload to WordPress the same way you install
    any other plugin. Takes about two minutes.
 2. **Build your first tool with drag-and-drop.** Choose what data your AI can see —
    posts, orders, users, comments. No code required. Point, click, configure.
 3. **Connect your AI and start asking questions.** Paste one connection URL into Claude
    Desktop or your preferred AI app. Your assistant now knows your site.

#### Your data stays safe

 * **Read-only access** — Your AI can never edit, delete, or publish anything on
   your site. Ever.
 * **Role-based controls** — Decide exactly which WordPress roles can access which
   tools.
 * **Full request log** — Every query your AI makes is logged so you always know
   what was asked.

#### Everything included

 * **Visual tool builder** — No code. Drag blocks to define what your AI can access.
 * **Rich data sources** — Posts, pages, users, comments, and custom fields — all
   queryable.
 * **Smart filters** — Narrow by date, category, author, custom field value, and
   more.
 * **Cross-data queries** — Combine posts with their authors or comments with their
   posts in one query.
 * **Import & export tools** — Save your tool configuration as JSON and reuse it
   across sites instantly.
 * **Rate limiting** — Set caps on how often the AI can query your site to prevent
   overload.

#### Who is this plugin for?

 * **WooCommerce store owners** — Query orders, customers, and product data without
   leaving your AI chat.
 * **LearnDash course creators** — Track enrolments, completions, and quiz scores
   through natural conversation.
 * **Content editors & bloggers** — Audit your content library, find gaps, and surface
   your best posts with ease.
 * **WordPress developers** — Build custom MCP tools for clients. Extensible with
   your own block types.

#### Works with your favourite AI tools

AI Conduit connects to any AI app that supports the Model Context Protocol (MCP).
That includes:

 * Claude Desktop
 * Cursor
 * Any MCP-compatible client

New AI tools are adding MCP support every month — any compatible client will work
automatically.

## Screenshots

 * [[
 * Tool Builder — Drag-and-drop interface for creating tools your AI can use.
 * [[
 * Settings Page — Configure caching, logging, and rate limiting.

## Installation

 1. Upload the `ai-conduit` folder to the `/wp-content/plugins/` directory, or install
    it through the WordPress plugins screen directly.
 2. Activate the plugin through the “Plugins” menu in WordPress.
 3. Go to AI Conduit > Tools to build your first tool using the drag-and-drop builder.
 4. Create an Application Password under Users > Profile — you’ll paste this into your
    AI client to connect.
 5. Open the Instructions page in AI Conduit to copy the connection URL into Claude
    Desktop, Cursor, or any other MCP-compatible AI app.

## FAQ

### Do I need to know how to code?

No. The visual builder handles everything. If you can install a WordPress plugin
and click through a settings page, you can use AI Conduit.

### Can the AI change or delete my content?

Never. All access is strictly read-only. Your AI can look and report — it cannot
touch anything.

### Which AI assistants can I connect?

Claude Desktop, Cursor, and any other AI tool that supports the Model Context Protocol(
MCP) — a standard supported by all major AI providers.

### Does it work with WooCommerce or LearnDash?

Yes for data stored as standard WordPress posts and custom fields. WooCommerce orders,
LearnDash course data, and most plugin data is accessible out of the box. Dedicated
add-ons can unlock even deeper integration.

### Is this plugin free?

Yes, the core plugin is completely free. Add-ons for deeper integration with specific
plugins may be available separately.

### How does my AI assistant authenticate with my site?

AI Conduit uses WordPress Application Passwords. Create one under Users > Profile,
paste it into your AI client, and you’re connected — no extra accounts or services
required.

### Can developers extend AI Conduit?

Yes. Developers can register custom block types and REST endpoints to expose data
from any plugin or custom table. See the developer documentation for details.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“AI Conduit” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ WisdmLabs ](https://profiles.wordpress.org/wisdmlabs/)

[Translate “AI Conduit” into your language.](https://translate.wordpress.org/projects/wp-plugins/ai-conduit)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ai-conduit/), check
out the [SVN repository](https://plugins.svn.wordpress.org/ai-conduit/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/ai-conduit/) by 
[RSS](https://plugins.trac.wordpress.org/log/ai-conduit/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Fix: Block arguments are now namespaced by the block’s result_key (e.g. `post_per_page`,`
   users_billing_city`) to prevent filters scoped to one block from leaking into
   others in multi-block tools.
 * Fix: Non-Posts blocks (Users, Comments, Site Info) no longer carry a phantom `
   post_type` value through the admin UI. Tools built through the UI now correctly
   key their results by block type instead of being silently renamed to `post` /`
   post_1`.
 * Fix: Pattern meta keys (e.g. `_course_completed_%`) are skipped in the `meta_query`
   filter path; pattern keys remain valid for batch field fetching.

#### 1.0.0

 * Initial release.
 * Visual drag-and-drop tool builder with React admin UI.
 * Four built-in block types: Posts, Users, Comments, Site Info.
 * MCP JSON-RPC 2.0 endpoint with Streamable HTTP transport.
 * Multi-block tools with selective block execution.
 * Cross-table join queries via the visual builder.
 * Pattern meta key matching with wildcard support.
 * Meta filters with 14 comparison operators.
 * Per-tool role-based access control.
 * Tool import/export with block type validation and auto-rename on conflict.
 * Request/response logging with daily cleanup.
 * Configurable rate limiting with automatic block duration.
 * Add-on extensibility: custom blocks, REST endpoints, configurator components.

## Meta

 *  Version **1.0.1**
 *  Last updated **1 Dag ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.6 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 8.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/ai-conduit/)
 * Tags
 * [AI](https://ltz.wordpress.org/plugins/tags/ai/)[assistant](https://ltz.wordpress.org/plugins/tags/assistant/)
   [ChatGPT](https://ltz.wordpress.org/plugins/tags/chatgpt/)[Claude](https://ltz.wordpress.org/plugins/tags/claude/)
   [mcp](https://ltz.wordpress.org/plugins/tags/mcp/)
 *  [Advanced View](https://ltz.wordpress.org/plugins/ai-conduit/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ai-conduit/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ai-conduit/reviews/)

## Contributors

 *   [ WisdmLabs ](https://profiles.wordpress.org/wisdmlabs/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ai-conduit/)