← Back to Skills Marketplace
jessiondai

麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。

by jessiondai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
252
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mcdonalds-mcp
Description
麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。需要用户先在 https://open.mcd.cn 申请MCP Token。
README (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避免泄露
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcdonalds-mcp
  3. After installation, invoke the skill by name or use /mcdonalds-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug mcdonalds-mcp
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。?

麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。需要用户先在 https://open.mcd.cn 申请MCP Token。 It is an AI Agent Skill for Claude Code / OpenClaw, with 252 downloads so far.

How do I install 麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。?

Run "/install mcdonalds-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。 free?

Yes, 麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。 support?

麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 麦当劳MCP服务集成,支持点餐、优惠券、麦麦商城、积分兑换等功能。?

It is built and maintained by jessiondai (@jessiondai); the current version is v1.0.0.

💬 Comments