【Lead sentence】Luckin Coffee launched its AI Open Platform (open.lkcoffee.com) in June 2026 — the first MCP-based coffee-ordering system in China's restaurant and retail sector — exposing 8 standardized point-of-sale tools to any compatible AI Agent via Streamable HTTP, covering Luckin's full global footprint of 33,596 stores (21,807 self-operated + 11,789 partnership) as of Q1 2026.
【Direct quote + attribution】Luckin's official Weibo on 2026-06-03 announced that the AI Open Platform is now live and supports MCP, CLI, and Skill access modes for end-to-end Luckin ordering. Cao Wenbao, Senior VP of Operations at Luckin, said in a HKU Leadership Program interview: "Our store design is already using AI large models, with designers using multiple software tools to create and combine images." A 163.com reporter's first-hand test wrote: "Inputting 'order me an Orange C Americano at the xx store' made the terminal directly pop up the order ID, price, and payment QR code."
【Context / why】Luckin is opening up digital capabilities built internally over years, evolving from "a coffee seller" into "a technology platform company." A 163.com reporter's first-hand test required the underlying model to be invoked ~20 times and consume ~74,000 tokens for one order — the complexity that motivated standardizing external integration through MCP, so any AI application can plug in without re-implementing the underlying API.
【Timeline of evolution】2025 — in-app AI ordering agent "AI Lucky" (voice + text); 2025-09 — partnered with Alipay for the industry's first "in-conversation payment"; 2025 — integrated Huawei XiaoYi and Alibaba Qianwen; 2026-06-03 — official Weibo launch of the AI Open Platform; 2026-06-09 — limited CLI release; ~2026-06-12 — community began large-scale testing via WorkBuddy.
【Technical architecture】Three-layer stack: (1) docs SPA at https://open.lkcoffee.com/docs; (2) MCP Server at https://gwmcp.lkcoffee.com/order/user/mcp, Streamable HTTP + Bearer Token, exposing 8 tools grouped into Stores (queryShopList), Products (searchProductForMcp, switchProduct, queryProductDetailInfo), and Orders (previewOrder, createOrder, queryOrderDetailInfo, cancelOrder); (3) Skill package via unpkg CDN (https://unpkg.luckincoffeecdn.com/@luckin/my-coffee-skill@latest/dist/my-coffee-skill.zip), instruction-only, v0.8.2, License CC BY-ND 4.0. CLI install: `curl -fsSL https://open.lkcoffee.com/install | bash`.
【Operational scale】Q1 2026 financials disclosed 33,596 global stores and 93.09M average monthly transacting customers. User tokens bind to Luckin accounts, valid ~1 month and shared across MCP and CLI. Order state machine: 10 pending payment → 20 placed → 30 preparing → 60 awaiting pickup → 80 completed → 100 cancelled. Measured cost: Kimi (moonshot-v1-8k) + Luckin CLI for one Orange C Americano runs <1 RMB; Claude-class models ~6 RMB per order.
【Future direction】Per Cao Wenbao, Luckin will continue to "combine internet and digital technology with the restaurant industry to truly achieve efficiency improvement." The MCP Server + instruction-only Skill + SPA docs three-layer pattern may become the standard access layer for high-frequency consumer scenarios — coffee, milk tea, fast food, convenience stores — where any MCP-compatible AI Agent can complete orders via a single natural-language utterance.