Live Demo: Shopping with Claude

See how Claude uses MCP tools to help customers discover products, create carts, and checkout

C

Claude

AI Shopping Assistant • MCP Enabled

Hi! I'm looking for some merch for my SEO team. What do you have available under £30?

You • 2:34 PM

Using tool: search_products
{
  "max_price": 30,
  "available": true
}

Great! I found 6 products under £30 for your SEO team. Here are some popular options:

🧢 SEO Legends Bucket Hat

£24.99 • In stock

☕ Keyword Research Mug

£14.99 • In stock

👕 Backlink Builder Tee

£29.99 • In stock

Would you like to add any of these to your cart?

Claude • 2:34 PM

Perfect! I'll take 3 bucket hats and 5 mugs for the team.

You • 2:35 PM

Using tool: create_cart
{
  "items": [
    {
      "product_id": "bucket-hat-001",
      "quantity": 3
    },
    {
      "product_id": "mug-001",
      "quantity": 5
    }
  ]
}

✅ Cart created successfully!

3x SEO Legends Bucket Hat£74.97
5x Keyword Research Mug£74.95
Total£149.92

Ready to checkout? I can generate a checkout link for you.

Claude • 2:35 PM

Yes please, let's checkout!

You • 2:36 PM

Using tool: checkout
{
  "cart_id": "abc123xyz"
}

🎉 Checkout ready!

Click the link below to complete your purchase. You'll be able to enter your shipping details and payment information.

Complete Checkout →

Order Summary:

• 8 items • £149.92 GBP

Claude • 2:36 PM

MCP Tools Used

  • ✓search_products - Found items under £30
  • ✓create_cart - Added 3 hats + 5 mugs
  • ✓checkout - Generated checkout URL

Try It Yourself

Connect Claude Desktop to this MCP server and have real conversations like this!

View Setup Instructions