← 返回 Skills 市场
cwyhkyochen-a11y

麦当劳 MCP 点餐助手

作者 cwyhkyochen-a11y · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
144
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install mcdonalds-mcp-assistant
功能描述
麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。需要用户先在 https://open.mcd.cn 申请MCP Token。
使用说明 (SKILL.md)

麦当劳MCP集成

使用麦当劳MCP平台API进行点餐、查优惠券、积分兑换等操作。

前置要求

用户需要在 https://open.mcd.cn 申请MCP Token:

  1. 登录/手机号验证
  2. 点击"控制台" → 激活MCP Token
  3. 获取 Token 和接入地址 https://mcp.mcd.cn

配置

在调用接口时需要用户提供:

  • MCP Token
  • (可选)指定功能模块

可用功能

点餐相关

  • 查询门店可售卖的餐品列表
  • 查询餐品详情
  • 查询用户可配送地址
  • 新增配送地址
  • 查询门店可用优惠券
  • 商品价格计算
  • 创建外送订单
  • 查询订单详情

优惠券

  • 麦麦省券列表查询
  • 一键领券
  • 我的优惠券查询

麦麦商城

  • 查询我的积分
  • 积分兑换商品列表
  • 积分兑换商品详情
  • 积分兑换下单

其他

  • 活动日历查询
  • 当前时间查询

接口调用方式

由于OpenClaw不直接支持MCP协议,通过HTTP API调用:

POST https://mcp.mcd.cn
Headers:
  Authorization: Bearer YOUR_TOKEN
  Content-Type: application/json

具体接口格式需要参考MCP协议文档,或使用支持MCP协议的客户端(如Cherry Studio、Cursor)。

注意事项

  • 每个Token每分钟最多600次请求
  • MCP Server仅支持2025-06-18及之前版本
  • 请妥善保管Token避免泄露
安全使用建议
This skill appears to be what it claims: it sends POST requests to https://mcp.mcd.cn using an MCP Token you obtain from the official developer portal. Before installing or using: (1) only provide a token obtained from https://open.mcd.cn and avoid sharing long-lived/high-privilege tokens — prefer a scoped or short-lived token if available; (2) note the small metadata mismatch (ownerId in _meta.json differs from registry owner) — this can be benign but review provenance if you require a high level of trust; (3) the included script prints API responses to stdout — responses might include personal data (addresses, coupons, order details), so run it in a safe environment; (4) if you plan to let an autonomous agent use the skill, be aware it can call the MCP API using any token you supply, so consider limiting the token's permissions or lifetime. If you want extra assurance, inspect or run the provided scripts locally rather than giving the token to an unfamiliar hosted agent.
功能分析
Type: OpenClaw Skill Name: mcdonalds-mcp-assistant Version: 1.1.0 The skill bundle provides a legitimate integration with the McDonald's MCP (Model Context Protocol) API for services like ordering and coupon management. The script `scripts/mcdonalds-mcp.js` is a straightforward wrapper that sends user-provided tokens to official McDonald's China subdomains (mcd.cn) via standard HTTPS requests. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description describe MCP integration (ordering, coupons, points). The SKILL.md and scripts/mcdonalds-mcp.js call endpoints on https://mcp.mcd.cn using a Bearer token — this is coherent with the declared purpose.
Instruction Scope
Runtime instructions only require the MCP Token and describe POST requests to mcp.mcd.cn. The SKILL.md and CLI script do not instruct the agent to read unrelated files, environment variables, or exfiltrate data to other endpoints.
Install Mechanism
No install spec is present (instruction-only with an included utility script). Nothing downloads or extracts external artifacts during install.
Credentials
The skill legitimately needs an MCP Token to call the service. The registry metadata lists no required env vars/primary credential, while SKILL.md expects the user to provide the token at runtime (as an argument). This is a minor metadata omission but not a functional mismatch; no unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modify other skills. Autonomous invocation is allowed (platform default), which is expected for an integration that makes outbound API calls.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mcdonalds-mcp-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mcdonalds-mcp-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
补充踩坑记录:参数格式/query-meal-detail/支付链接 + 修正示例命令
v1.0.0
初始版本:麦当劳官方 MCP Server 18 个工具
元数据
Slug mcdonalds-mcp-assistant
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

麦当劳 MCP 点餐助手 是什么?

麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。需要用户先在 https://open.mcd.cn 申请MCP Token。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。

如何安装 麦当劳 MCP 点餐助手?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcdonalds-mcp-assistant」即可一键安装,无需额外配置。

麦当劳 MCP 点餐助手 是免费的吗?

是的,麦当劳 MCP 点餐助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

麦当劳 MCP 点餐助手 支持哪些平台?

麦当劳 MCP 点餐助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 麦当劳 MCP 点餐助手?

由 cwyhkyochen-a11y(@cwyhkyochen-a11y)开发并维护,当前版本 v1.1.0。

💬 留言讨论