Skip to main content
ClaudeWave

Agentic commerce readiness for self-hosted WooCommerce stores — free scan, live product feed, MCP tool surface for shopping agents. Live at app.utilityhouse.xyz

ToolsOfficial Registry0 stars0 forksTypeScriptUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/8/2026
Get started
Method: Clone
Terminal
git clone https://github.com/tytutueh13-sudo/agentready-woo
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

# AgentReady Woo — agentic-commerce readiness for self-hosted WooCommerce

Live at **[app.utilityhouse.xyz](https://app.utilityhouse.xyz)**.

AgentReady reads a public WooCommerce storefront the way a shopping agent would
and reports what it found. It reads public pages and the public WooCommerce
Store API. It changes nothing, stores no customer data, and returns no product
text.

**When it cannot read a store, it says so.** A shop that is down, blocked or not
yet public comes back as `state: UNREADABLE` with `score: null` — an abstention,
not a low grade. That distinction is the point of the product: a number derived
from our own failed requests is a number a merchant would act on.

Diagnostic accuracy against real merchant stores is **unmeasured** and is
claimed nowhere. This is not a certification, a visibility guarantee, or a
checkout test.

## The five tools

`POST /mcp` speaks **JSON-RPC 2.0**. `tools/list` returns five tools.

Two need no credentials at all:

| Tool | What it answers |
| --- | --- |
| `scan_woo_store_readiness` | Is this public storefront readable by shopping agents? |
| `preflight_woo_store` | The same question for one origin, passive and read-only. |

Three require the merchant's own verified ownership and are unreachable
without it:

| Tool | What it does |
| --- | --- |
| `start_woo_release_verification` | Starts a release run against pinned protocol evidence. |
| `get_woo_release_verification` | Reads that run's state. |
| `claim_woo_release_result` | Claims the result packet once, idempotently. |

There is also `POST /api/v2/preflight`, documented in
`mcp-registry/openapi-preflight.yaml` as an OpenAPI 3.1 document. A `200` from
it does **not** mean the store could be read — check `state` before using
`checks`.

## Rate limits, as they are

Three calls per target origin per day, and ten per calling IP per day.
Exceeding either returns `429` with `TARGET_RATE_LIMITED`. These are the real
numbers, not a friendlier pair.

## Settlement

**Settlement is disabled.** No route on this service can take money. Prices
appear on the marketing page as prices for a thing that is not yet purchasable,
and every place one is shown says so. The Paddle integration and the D1
financial ledger exist and are exercised by the test suite; the flag that would
let them move money is deliberately absent, and the x402 configuration points
at Base **Sepolia** testnet.

## The WordPress plugin

`wordpress-plugin/agentready-woo` publishes `/.well-known/agenticweb.md` and,
when a merchant connects it, sends one signed **aggregate** evidence envelope —
a count and a check result, never a product, shopper, order, payment, address or
credential. It is verified against real WordPress and WooCommerce with HPOS both
on and off; see `wordpress-plugin/agentready-woo/INTEGRATION-HARNESS.md`.

## Local development

```bash
npm install
npm run typecheck
npm test
npm run dev:worker
```

`npm test` uses Node's own test runner. There is no build step: the Worker runs
TypeScript directly under Node 25 type-stripping, which is why parameter
properties do not appear anywhere in `src/`.

## What this repository is not

It is a public mirror of one service from a private monorepo. It is not the
deployment source, and `wrangler.toml` here carries a placeholder database id
rather than the real one. Deploys are performed from the private repository by
one operator; nothing in this repository deploys anything.

What people ask about agentready-woo

What is tytutueh13-sudo/agentready-woo?

+

tytutueh13-sudo/agentready-woo is tools for the Claude AI ecosystem. Agentic commerce readiness for self-hosted WooCommerce stores — free scan, live product feed, MCP tool surface for shopping agents. Live at app.utilityhouse.xyz It has 0 GitHub stars and its last recorded update is dated 2026-09-07.

How do I install agentready-woo?

+

You can install agentready-woo by cloning the repository (https://github.com/tytutueh13-sudo/agentready-woo) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is tytutueh13-sudo/agentready-woo safe to use?

+

Our security agent has analyzed tytutueh13-sudo/agentready-woo and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains tytutueh13-sudo/agentready-woo?

+

tytutueh13-sudo/agentready-woo is maintained by tytutueh13-sudo. The last recorded GitHub activity is dated 2026-09-07, with 0 open issues.

Are there alternatives to agentready-woo?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy agentready-woo to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: tytutueh13-sudo/agentready-woo
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tytutueh13-sudo-agentready-woo)](https://claudewave.com/repo/tytutueh13-sudo-agentready-woo)
<a href="https://claudewave.com/repo/tytutueh13-sudo-agentready-woo"><img src="https://claudewave.com/api/badge/tytutueh13-sudo-agentready-woo" alt="Featured on ClaudeWave: tytutueh13-sudo/agentready-woo" width="320" height="64" /></a>