{
  "protocolVersion": "0.3.0",
  "name": "Time Machine Winders Shop",
  "description": "Product catalog and checkout for Time Machine luxury watch winders (Twenty Five Seven d.o.o., Slovenia). Red Dot Design Award 2023.",
  "url": "https://timemachinewinders.com/mcp",
  "preferredTransport": "HTTP+JSON",
  "provider": { "organization": "Twenty Five Seven d.o.o.", "url": "https://timemachinewinders.com" },
  "capabilities": { "streaming": false },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    { "id": "list_products", "name": "List products", "description": "All watch winder models with variants and EUR prices", "tags": ["catalog", "commerce"] },
    { "id": "create_checkout", "name": "Create checkout", "description": "Mint a Stripe Checkout link for chosen items; customer completes payment on Stripe", "tags": ["commerce", "checkout"] }
  ]
}
