demo.cartwright.app
A live demo store built with Cartwright — single-origin coffee, brewing gear, and a working checkout. Next.js, Prisma, Stripe, MCP, and the modern web platform baseline (View Transitions, native…
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 4 · Transact 0 · Score: Not yet scored
Tool inspector
search_products
Search this store's product catalogue by free text and return matching products (id, title, minor-unit price, formatted price, currency, url, stock). Returns results directly without changing the page.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
query |
string | yes | Free-text search, e.g. 'sunglasses' or 'oak table'. |
limit |
integer | no | Max results to return. Defaults to 10. |
Raw JSON schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Free-text search, e.g. 'sunglasses' or 'oak table'."
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50,
"description": "Max results to return. Defaults to 10."
}
},
"required": [
"query"
]
}
Similar websites
birmakine.com
Bir Makine — Turkish marketplace for industrial machinery; browse current listings and find machines that fit your needs.
vaanzari.com
Explore handcrafted Banarasi sarees from Vaanzari, with artisan provenance, woven traditions and thoughtful customer care in India and worldwide.
demo.openforagents.com
Open for Agents WebMCP demos for declarative browser-agent actions.
ourmenuos.online
The complete operating layer for modern businesses. Build your digital storefront, manage operations, and process payments instantly with 9 specialized industry…