Download WooAgent

Zero configuration. Make your WordPress site AI-agent ready.

Next Release

WooAgent v4.0

Coming Soon

Universal WordPress + Forms + Booking + Beyond WooCommerce

40 tools · WordPress 5.0+ · Coming Soon

What's coming in v4.0:

+

Universal form detection — auto-detects Contact Form 7, WPForms, Gravity Forms, Ninja Forms, Formidable Forms

+

Form tools: detectForms, getFormFields, fillForm, submitForm — works with any form plugin

+

Booking/calendar tools: detectBooking, getAvailableSlots, bookAppointment — supports Amelia, BookingPress, Simply Schedule

+

Authentication tools: login, register, getLoginStatus, logout

+

Content tools: getPostContent, getComments, addComment, searchSite

+

Newsletter tools: detectNewsletterForms, subscribeNewsletter — Mailchimp, ConvertKit, MailPoet

+

UI interaction tools: closePopup, getAccordionContent, switchTab, getPagination

+

Media tools: getImages, getVideos, getGalleries

+

Works on ANY WordPress site — WooCommerce no longer required for basic tools

Stable

WooAgent v3.0

Available Now

Enterprise-grade WooCommerce AI-Agent Tools

25 tools · 48 KB· Released 2026-04-03

Download v3.0WordPress 5.0+ · WooCommerce 7.0+

Installation

1

Upload to WordPress

Go to Plugins → Add New → Upload Plugin in your WordPress admin. Select the downloaded .zip file and click Install.

2

Activate the Plugin

After installation, click the Activate button. No configuration needed — tools register automatically on every page load.

3

Verify with MCP Scanner

Use our MCP Tool Detector to verify your site is AI-agent ready. Enter your URL and confirm all tools are detected.

Version History

v4.0

Coming SoonComing Soon

The biggest update yet. WooAgent v4.0 goes beyond WooCommerce — adds universal WordPress tools, form detection for Contact Form 7, WPForms, Gravity Forms, Ninja Forms, plus booking/calendar integration, newsletter signup, login/auth, and content interaction tools. Works on ANY WordPress site, not just WooCommerce stores.

40 toolsWP 5.0+WC 7.0+
+ 9 new features
  • +Universal form detection — auto-detects Contact Form 7, WPForms, Gravity Forms, Ninja Forms, Formidable Forms
  • +Form tools: detectForms, getFormFields, fillForm, submitForm — works with any form plugin
  • +Booking/calendar tools: detectBooking, getAvailableSlots, bookAppointment — supports Amelia, BookingPress, Simply Schedule
  • +Authentication tools: login, register, getLoginStatus, logout
  • +Content tools: getPostContent, getComments, addComment, searchSite
  • +Newsletter tools: detectNewsletterForms, subscribeNewsletter — Mailchimp, ConvertKit, MailPoet
  • +UI interaction tools: closePopup, getAccordionContent, switchTab, getPagination
  • +Media tools: getImages, getVideos, getGalleries
  • +Works on ANY WordPress site — WooCommerce no longer required for basic tools
3 improvements
  • ^Tools categorized into modules: Core, WooCommerce, Forms, Booking, Auth, Content, Media, UI
  • ^Module auto-detection — only registers relevant tools based on what plugins are installed
  • ^Improved admin dashboard with module toggles

v3.0

stable2026-04-03

Full shopping workflow with 25 hardened tools. Universal WooCommerce compatibility across all themes and both classic + block cart/checkout. Enterprise security with IIFE isolation, input validation, XSS protection, and React-compatible checkout filling.

25 tools48 KBWP 5.0+WC 7.0+
+ 9 new features
  • +25 browser-level WebMCP tools via navigator.modelContext
  • +Complete shopping flow: browseShop → viewProduct → addToCart → viewCart → checkout → placeOrder
  • +Universal WooCommerce compatibility — works with Storefront, Astra, Divi, Flatsome, OceanWP, any theme
  • +Supports both classic cart/checkout AND block-based (React) cart/checkout
  • +fillCheckout with autocomplete attribute fallbacks — works on any checkout form
  • +WooCommerce page URLs from wp_localize_script — no hardcoded paths
  • +REST API endpoint: GET /wp-json/webmcp/v1/status
  • +Enterprise admin dashboard with tool list, shopping flow diagram, test runner
  • +getShoppingFlowState tool — tells AI agents where they are and what to do next
8 improvements
  • ^IIFE wrapper prevents global scope pollution
  • ^safeExecute wrapper with try-catch on every tool
  • ^Input validation on all tools — checks required fields and types
  • ^Input sanitization — CSS selectors and regex sanitized against XSS/injection
  • ^React-compatible value setting using native property setters
  • ^Multi-language placeOrder button detection (EN, DE, FR, ES, IT, NL)
  • ^International currency symbol support in getCartCount (13 symbols)
  • ^Progressive selector chains — 4-8 fallback selectors per DOM query
4 bug fixes
  • ~Block cart updateCartQuantity now works (was only supporting classic cart)
  • ~Block cart removeFromCart now works
  • ~addToCart on single product page handles form POST redirect
  • ~fillCheckout retries field finding up to 3x for slow React renders
Download v3.0

v2.0

legacy2026-03-28

First public release with 15 WebMCP tools covering basic page interaction and WooCommerce shopping. Storefront theme focused. Classic cart only.

15 tools18 KBWP 5.0+WC 7.0+
+ 4 new features
  • +15 WebMCP tools: generateReport, testTool, scrollPage, getPageInfo, searchPageContent, getAllLinks, getNavigationMenu, takeDOMSnapshot, viewProduct, addToCart, checkoutCart, fillFormField, clickElement, navigateTo, getSiteHealth
  • +Basic WooCommerce shopping: add to cart, view product, checkout navigation
  • +WordPress admin dashboard with tool discovery and test runner
  • +Puppeteer-based testing framework with Chrome Canary