一句话点瑞幸:自然语言描述饮品(如「大杯冰美式不加糖」),自动用常用门店和口味偏好,返回订单预览和 draftId。不会直接下单,需用户确认后调 confirmOrder。
AI agents use quickOrder to create or update resources in Luckin Mcp Proxy — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Luckin Mcp Proxy environment.
The tool creates a draft order (Write) using natural language input and user preferences, but does not finalize the purchase — it returns a preview requiring explicit confirmation via confirmOrder. Since no payment is committed and the action is reversible at this stage, Financial is not yet triggered. The blast radius is medium because a draft order is created that could be confirmed downstream.
From the tool's definition 自动用常用门店和口味偏好,返回订单预览和 draftId。不会直接下单,需用户确认后调 confirmOrder
Attacks that exploit this kind of access
一句话点瑞幸:自然语言描述饮品(如「大杯冰美式不加糖」),自动用常用门店和口味偏好,返回订单预览和 draftId。不会直接下单,需用户确认后调 confirmOrder。. It is categorised as a Write tool in the Luckin Mcp Proxy MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Luckin Mcp Proxy MCP server in PolicyLayer and add a rule for quickOrder: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Luckin Mcp Proxy. Nothing to install.
quickOrder is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the quickOrder rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for quickOrder. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
quickOrder is provided by the Luckin Mcp Proxy MCP server (wyhacc/luckin-mcp-proxy). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
quickOrder is one line of Luckin Mcp Proxy's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →