FlavourSuite AI
FlavourSuite AI makes your WordPress site agent-ready: it exposes a Model Context Protocol (MCP) server so AI agents like Claude, Cursor, and ChatGPT can query your site through safe, structured tools instead of scraping pages or guessing at your REST API.
It is built on the WordPress core Abilities API (WordPress 6.9+) and the official wordpress/mcp-adapter, so it speaks the same standards WordPress itself is adopting — no proprietary protocol, no lock-in.
Security first
- Off by default. Installing the plugin exposes nothing. The MCP endpoint only exists after an administrator turns it on under Settings → FlavourSuite AI.
- Every tool call is permission-checked. Agents authenticate as a real WordPress user via an Application Password, and each tool enforces that user’s capabilities (
manage_options,read,manage_woocommerce, …). There is no anonymous access, ever. - Agents propose, you approve. No tool writes to your live site. Agents can propose changes (Additional CSS, post/page content), which land as pending change requests under Tools → Agent Changes — you review a before/after diff and approve, reject, or later roll back each one. Propose tools are additionally off by default, and read-only tools have per-tool switches too.
- Audit trail. The settings screen shows who called which tool, when, and whether it succeeded. Arguments and results are never stored.
- No data leaves your site. The plugin makes no external requests and needs no API keys. Agents connect to you.
Tools in this version
- Site overview — WordPress/PHP versions, active plugins, content counts (administrators only).
- List recent posts — recent published entries of any public post type.
- Search content — full-text search across public content with snippets.
- Site policies — privacy, terms, returns, shipping, FAQ and contact pages with their text, so agents answer pre-sale and trust questions from your real policies.
- WooCommerce store overview — product and order counts by status, currency, WooCommerce version (shop managers only; no customer data). Registered automatically when WooCommerce is active. WooCommerce also supplies its configured terms and refund pages to the site-policies tool.
- FluentCRM tools — when FluentCRM 3.0+ is active, its own read-only CRM context, campaigns, and automations tools appear on this server (contact-level tools are deliberately excluded here; FluentCRM’s dedicated MCP server carries the full set).
- Get custom CSS — read the current Additional CSS so proposals start from reality.
- Propose custom CSS change (off by default) — stage a full replacement of the Additional CSS as a pending change request with a reviewable diff.
- Propose content edit (off by default) — stage a new title and/or content for a post or page, same review flow.
- List change requests — agents can check whether their proposals were approved, rejected, applied, or rolled back.
Agents propose, you approve
The propose tools never touch your live site. Each proposal stores the current state alongside the desired state, and applying it re-checks both the reviewer’s capabilities and staleness — if a human edited the CSS or the post after the proposal was made, the apply is refused instead of overwriting that work. Applied changes keep their before-state for one-click rollback, and content edits are additionally covered by core revisions.
Works with your stack
Integrations are detected automatically: if WooCommerce is active its tools appear, if not they don’t — no configuration, no errors. More integrations are on the way.