← 返回 Skills 市场
麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。
作者
jessiondai
· GitHub ↗
· v1.0.0
· MIT-0
252
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mcdonalds-mcp
功能描述
麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。需要用户先在 https://open.mcd.cn 申请MCP Token。
使用说明 (SKILL.md)
麦当劳MCP集成
使用麦当劳MCP平台API进行点餐、查优惠券、积分兑换等操作。
前置要求
用户需要在 https://open.mcd.cn 申请MCP Token:
- 登录/手机号验证
- 点击"控制台" → 激活MCP Token
- 获取 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 do what it says: call McDonald's MCP HTTP APIs using a user-supplied MCP Token. Before installing, consider: (1) only provide a token obtained from the official open.mcd.cn console; (2) prefer supplying the token securely (environment variable or secret store) rather than as a CLI argument to avoid exposure in process lists; (3) review the included scripts yourself if you are concerned about network requests—they call only https://mcp.mcd.cn endpoints; (4) avoid giving broader credentials (AWS, GitHub, etc.) since they are not needed; and (5) if you allow autonomous agent invocation, be aware the agent could call the MCP endpoints without further prompts — limit the token's scope/validity if possible. If you want higher assurance, ask the publisher for a declared primaryEnv entry for the MCP token and/or an updated script that reads the token from a secure source instead of CLI args.
功能分析
Type: OpenClaw Skill
Name: mcdonalds-mcp
Version: 1.0.0
The skill provides a legitimate integration with the McDonald's MCP (Model Context Protocol) service for functions like ordering, coupon management, and loyalty points via the official-looking domain mcp.mcd.cn. The implementation in scripts/mcdonalds-mcp.js is a transparent wrapper for HTTP API calls, requiring a user-provided token and containing no evidence of data exfiltration, obfuscation, or malicious instructions.
能力评估
Purpose & Capability
Name/description promise MCP integration and the included script + SKILL.md implement exactly that. Minor inconsistency: the skill requires an MCP Token at runtime (per SKILL.md and the CLI script) but the registry metadata does not declare any required env var or primary credential.
Instruction Scope
SKILL.md instructs only HTTP POSTs to the documented MCP base URL and to provide the MCP Token; it does not ask the agent to read unrelated files, secrets, or send data to other endpoints.
Install Mechanism
No install spec or external downloads. The package is instruction-only plus a small included Node.js script; nothing is written to disk by an installer during install-time.
Credentials
The only secret the skill needs is the MCP Token, which is proportionate to the purpose. However, that credential is not declared in the skill metadata (primaryEnv/required env), and the provided script expects the token as a CLI argument (which can leak in process lists).
Persistence & Privilege
always is false, no config paths or system-wide changes are requested, and the skill does not attempt to persist or modify other skills or agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mcdonalds-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/mcdonalds-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of mcdonalds-mcp skill.
- Integrates McDonald's MCP platform for ordering, coupons, mall, and points redemption.
- Requires users to provide an MCP Token obtained from https://open.mcd.cn.
- Supports features such as menu and store queries, placing delivery orders, managing addresses, coupon retrieval, and points exchange.
- Full API usage details provided, including required headers and usage limits.
- Notes on token security and supported MCP server versions.
元数据
常见问题
麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。 是什么?
麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。需要用户先在 https://open.mcd.cn 申请MCP Token。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 252 次。
如何安装 麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcdonalds-mcp」即可一键安装,无需额外配置。
麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。 是免费的吗?
是的,麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。 支持哪些平台?
麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。?
由 jessiondai(@jessiondai)开发并维护,当前版本 v1.0.0。
推荐 Skills