← All WebMCP sites

coffee-shop

demo
Chrome Labs specialty coffee storefront demo
Run a live auditWe load the site in a real browser and score the tools it gives an agent.

Tools

search_cataloganswerimperative
Navigates the boutique to find a product and opens its page.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string"
    }
  },
  "required": [
    "query"
  ]
}
get_order_historyanswerimperative
Retrieves past orders to identify a user's 'usual' beans for reordering.
Input schema
{
  "type": "object",
  "properties": {}
}
reorder_productactimperative
Adds an item to the cart and visually updates the UI bag icon.
Input schema
{
  "type": "object",
  "properties": {
    "item_id": {
      "type": "string"
    }
  },
  "required": [
    "item_id"
  ]
}
get_machine_specificationsanswerimperative
Provides technical dimensions, height, and water tank capacity for the Alchemist machine.
Input schema
{
  "type": "object",
  "properties": {}
}
Listings are sourced from public community registries and shown as reported.