# AgentReady Woo — agent capabilities for this store

This store exposes its live WooCommerce catalog to commerce agents through
an AgentReady Woo worker. Prices are in the store's own currency. Checkout
always completes on the merchant's own site through a human-approved,
time-limited signed cart link.

## Discovery
- This document: GET https://app.utilityhouse.xyz/.well-known/agenticweb.md
- Feed: POST https://app.utilityhouse.xyz/api/v1/agentready_woo_agentic_commerce_readiness_toolkit_for_self_h with {"input":{"action":"get_feed"}}
- MCP endpoint: POST https://app.utilityhouse.xyz/mcp {"tool":"agentready_woo_agentic_commerce_readiness_toolkit_for_self_h","input":{...}}

## Tools
- search_products {query, per_page?, page?} — search the live catalog
- get_offer {product_id} — full offer detail
- get_feed {} — recent offers with generator metadata
- create_cart_link {product_id, quantity?} — signed, expiring add-to-cart link (max 1h)
- verify_cart_link {cart_url} — verify signature/expiry before handoff

## Purchase boundary
No payment credentials flow through this service. Agents should present the
signed cart link to the buyer; the buyer completes checkout on .
