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
calculate_brew_ratio
Calculate this roastery's recommended pour-over recipe: cups of coffee → grams of ground coffee and grams of water. Uses the shop's own brewing guide (1 cup = 200 g water; strong 1:15, balanced 1:16, bright 1:17). Pure, instant calculation.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
cups |
integer | yes | How many cups to brew (1–12). One cup = 2 dl. |
strength |
string | no | strong = 1:15, balanced = 1:16, bright = 1:17. Defaults to balanced. |
Raw JSON schema
{
"type": "object",
"properties": {
"cups": {
"type": "integer",
"minimum": 1,
"maximum": 12,
"description": "How many cups to brew (1–12). One cup = 2 dl."
},
"strength": {
"type": "string",
"enum": [
"strong",
"balanced",
"bright"
],
"description": "strong = 1:15, balanced = 1:16, bright = 1:17. Defaults to balanced."
}
},
"required": [
"cups"
]
}
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…