demo.spreadfront.com
A live example store, generated entirely from a Google Sheet. Browse, add to cart, try the checkout - orders here are not fulfilled.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 4 · Act 3 · Transact 1 · Score: Not yet scored
Tool inspector
search_products
Search this store's product catalog. Returns matching products with id, price, availability and buyable options (variants). Use the returned id with add_to_cart.
Page: /p/wireless-mouse
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
query |
string | no | Free-text search over name, description, brand and category. Omit to browse by filters alone. |
category |
string | no | Exact category filter (case-insensitive). |
brand |
string | no | Exact brand filter (case-insensitive). |
min_price |
number | no | Only products priced at or above this (store currency). |
max_price |
number | no | Only products priced at or below this (store currency). |
in_stock |
boolean | no | true = only products that can be ordered right now. |
sort |
string | no | — |
max_results |
integer | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Free-text search over name, description, brand and category. Omit to browse by filters alone."
},
"category": {
"type": "string",
"description": "Exact category filter (case-insensitive)."
},
"brand": {
"type": "string",
"description": "Exact brand filter (case-insensitive)."
},
"min_price": {
"type": "number",
"minimum": 0,
"description": "Only products priced at or above this (store currency)."
},
"max_price": {
"type": "number",
"minimum": 0,
"description": "Only products priced at or below this (store currency)."
},
"in_stock": {
"type": "boolean",
"description": "true = only products that can be ordered right now."
},
"sort": {
"type": "string",
"enum": [
"relevance",
"price-asc",
"price-desc",
"name"
],
"default": "relevance"
},
"max_results": {
"type": "integer",
"minimum": 1,
"maximum": 50,
"default": 10
}
},
"additionalProperties": false
}
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…