Download WooAgent
Zero configuration. Make your WordPress site AI-agent ready.
WooAgent v4.0
Coming SoonUniversal 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
WooAgent v3.0
Available NowEnterprise-grade WooCommerce AI-Agent Tools
25 tools · 48 KB· Released 2026-04-03
Installation
Upload to WordPress
Go to Plugins → Add New → Upload Plugin in your WordPress admin. Select the downloaded .zip file and click Install.
Activate the Plugin
After installation, click the Activate button. No configuration needed — tools register automatically on every page load.
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 SoonThe 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.
+ 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-03Full 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.
+ 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
v2.0
legacy2026-03-28First public release with 15 WebMCP tools covering basic page interaction and WooCommerce shopping. Storefront theme focused. Classic cart only.
+ 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