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 "Install 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 — agentic-commerce readiness toolkit for self-hosted WooCommerce stores
Live at app.utilityhouse.xyz.
AgentReady scans a self-hosted WooCommerce store and scores how ready it is for AI-agent commerce (MCP/A2A), then exposes the live catalog through a product feed and an MCP tool surface that shopping agents can query and buy from. Checkout always completes on the merchant's own site through a signed, time-limited cart handoff — no card data ever passes through AgentReady.
Connect a store by pasting its URL and a read-only WooCommerce REST API key generated in the merchant's own WordPress admin (Settings → Advanced → REST API). No plugin install required. The key is revocable in one click and AgentReady never writes to the store — read-only catalog access only.
What it does
Free readiness scan — grades any WooCommerce store out of 100: discovery files, Store API health, feed quality, cart-handoff support.
Live product feed — re-synced from the store on a schedule; price and stock stay current.
Agent discovery file —
/.well-known/agenticweb.mdper connected store, so agents can find what a store's feed supports before calling it.MCP tool surface — agents call
search_products,get_offer,get_feed,create_cart_link, andverify_cart_linkagainst a store's live catalog.Signed cart handoff — HMAC-signed, single-use add-to-cart links that expire in ≤60 minutes; the buyer completes checkout on the merchant's own site.
Dashboard — agent traffic and missed-opportunity visibility for the merchant.
Related MCP server: WooCommerce MCP Server
MCP endpoints
This repo exposes two distinct MCP surfaces sharing one tool-call shape
(POST {tool, input} — MCP-shaped, not the full JSON-RPC 2.0 protocol; see
"Status" below):
Per-store commerce tool —
POST /mcp/{store_id}— the five catalog tools listed above, scoped to one connected merchant's live store.Readiness-scan tool —
POST /mcp— a single global, x402 payment-gated tool (agentready_woo_agentic_commerce_readiness_toolkit_for_self_h) that scores any WooCommerce store's agent-readiness on demand.
Status
Deployed and in production use, with a real Paddle billing integration and a
D1-backed financial ledger for the x402-gated readiness-scan tool. Test
suite (npm test) covers auth, billing webhooks, the readiness scanner, and
the MCP tool surface.
The MCP tool-call shape is intentionally minimal — {tool, input} over
JSON — rather than the full JSON-RPC 2.0 MCP protocol. Wiring the official
@modelcontextprotocol/sdk framing is a tracked follow-up, not a blocker for
current use (see mcp-registry/server.json for the registry-facing
description).
Local development
npm install
npm run typecheck
npm testDeployment
Cloudflare Workers, via wrangler.toml in this repo (D1 binding, custom
domain routing, secrets documented inline as comments — secrets themselves
are never committed, only set with wrangler secret put).
npx wrangler deployLicense
Proprietary. Source is published here for MCP Registry / agent-discovery transparency; this is not an open-source license grant.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Scans self-hosted WooCommerce stores for AI-agent readiness and exposes a live MCP product catalog.
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.
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.18MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to search, compare, and buy products across connected WooCommerce stores with human-in-the-loop approval.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tytutueh13-sudo/agentready-woo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server