agentready-woo
Provides tools for interacting with WooCommerce stores, enabling AI agents to search products, retrieve offers and feeds, generate signed time-limited cart links for checkout handoff, and score a store's readiness for agentic commerce.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agentready-woosearch products for 'wireless mouse' and get the best offer"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AgentReady Woo — WooCommerce Release Gate

Verify the agent-facing WooCommerce surface after a release—without touching orders, checkout or payment credentials.
Run the free public preflight or add the
dependency-free Node 24 action to a deployment workflow. It fails CI only on an
explicit HOLD by default; BLOCKED, UNMEASURED and UNREADABLE remain
visible abstentions.
- name: AgentReady Woo preflight
uses: tytutueh13-sudo/agentready-woo@v1
with:
store-origin: https://shop.exampleWhat the release check gives you
One read-only public preflight for WooCommerce, robots, JSON-LD, MCP, UCP and ACP surfaces.
A finite decision and unknown-reason list instead of a padded readiness score.
An optional owner-authorized gate fed by signed, aggregate-only WordPress evidence.
No order creation, inventory reservation, checkout mutation or payment access.
Live service: app.utilityhouse.xyz
AgentReady runs a passive public preflight, then lets a verified store owner make a version-pinned release decision from signed plugin evidence. A target that cannot be read returns an abstention rather than a fabricated low score.
This is not a certification, ranking promise or checkout test. The root tools do not create orders, reserve inventory, send customer email or handle payment credentials.
Public MCP tools
POST https://app.utilityhouse.xyz/mcp speaks MCP JSON-RPC 2.0 and advertises
five tools. Always use
tools/list as the authoritative schema.
Tool | Use it for |
| A general public-store audit, score and fix list |
| Protocol-family evidence for a specific update or release |
Three additional tools start, read and claim an owner-authorized Release Gate run. They require a scoped bearer token and verified store ownership.
The general scanner returns state: UNREADABLE with score: null when it
cannot read the target. Diagnostic accuracy against real merchant stores is
unmeasured. Release Gate settlement is disabled.
Related MCP server: WooCommerce MCP Server
GitHub Action
The repository includes a dependency-free Node 24 action. It calls the same
public preflight contract, writes a reason-coded job summary and fails only on
an explicit HOLD. BLOCKED and UNMEASURED remain abstentions.
Add families: woo,robots,jsonld,mcp when the workflow should check only those
four protocol families.
The public endpoint allows three calls per target origin per day and ten calls per calling IP per day. The action changes nothing on the store.
WordPress plugin
wordpress-plugin/utilityhouse-release-gate-for-woocommerce is version 1.2.1. It provides a useful local
readiness snapshot before connection. Activation neither contacts UtilityHouse
nor creates a schedule. An administrator must make a one-time manual send or
separately opt in to a daily signed aggregate evidence schedule.
The evidence envelope contains version identifiers, opaque store/run fields, timestamps, nonce, family name and aggregate check state/count. It contains no customer, order, payment, email, address, product description, URL, credential or raw log field.
Build the deterministic plugin package with:
npm run build:pluginTry the local-only snapshot without touching a real store in the version-pinned WordPress Playground demo. The disposable site configures no UtilityHouse endpoint and sends no evidence.
REST preflight
POST https://app.utilityhouse.xyz/api/v2/preflight is documented in
mcp-registry/openapi-preflight.yaml. HTTP 200 does not necessarily mean the
target was measurable; inspect the returned state and per-family checks.
Separate commerce surface
An authenticated account may connect read-only WooCommerce credentials to a
store-bound catalog, offer and signed cart-handoff surface at /mcp/{store_id}.
That is a separate product contract and does not grant Release Gate access.
Checkout and payment remain on the merchant's store.
Development
npm install
npm run typecheck
npm test
npm run test:wordpressThis public repository is a review mirror, not the production deployment
source. Its wrangler.toml carries a placeholder database id. Deployment is
performed from the private monorepo.
License scope
action.ymlandaction/**are licensed under the MIT License inaction/LICENSE.wordpress-plugin/utilityhouse-release-gate-for-woocommerce/**is licensed GPL-2.0-or-later as declared in the plugin header andreadme.txt.No license is granted for the remaining server, test, deployment or mirror files unless a file or subtree states one explicitly. Those files remain all rights reserved.
The scoped licenses do not apply to the hosted AgentReady service, its data, trademarks or private deployment configuration.
This server cannot be deployed
Maintenance
Related MCP Connectors
Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop.
AI shopping gateway for product search, inventory, carts, and merchant-hosted checkout.
AI-agent product catalog: search, lookup & purchase routing over verified merchant data.
The independent agent-commerce protocol for AI-agent checkout on any online store.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables interaction with WooCommerce stores through the REST API. Supports product search, order management, and e-commerce operations through natural language commands.-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage WooCommerce stores, including products, orders, customers, categories, coupons, attributes, variations, order notes, refunds, reports, payment gateways, meta data, reviews, settings, data, posts, and system status through natural language.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to interact with WooCommerce stores via the WooCommerce REST API, supporting operations like listing products, orders, and customers.1 npmMIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to search, compare, and buy products across connected WooCommerce stores with human-in-the-loop approval.MIT