提交

McDonald's China MCP Server

@M-China

麦当劳中国 MCP 开放平台 McDonald's China MCP Open Platform https://open.mcd.cn/mcp
概览

What is McDonald's China MCP Server?

McDonald's China MCP Server is an open platform that allows developers to integrate with McDonald's services through a remote hosted server.

How to use McDonald's China MCP Server?

To use the MCP Server, you need to apply for an MCP Token from the McDonald's Open Platform, configure the MCP Client with the server address and your token, and follow the provided JSON configuration examples.

Key features of McDonald's China MCP Server?

  • Remote hosted MCP Server for easy integration.
  • Supports Streamable HTTP protocol for secure communication.
  • Provides tools for querying marketing activities, available coupons, and more.

Use cases of McDonald's China MCP Server?

  1. Integrating McDonald's promotional activities into third-party applications.
  2. Automating coupon retrieval for users.
  3. Accessing real-time marketing information and updates.

FAQ from McDonald's China MCP Server?

  • How do I apply for an MCP Token?

Visit the McDonald's Open Platform website and follow the login and token application process.

  • What is the request limit for the MCP Token?

Each token allows a maximum of 600 requests per minute.

  • What should I do if I exceed the request limit?

If you exceed the limit, you will receive a 429 error code. Please manage your request frequency.

服务器配置

{
  "mcpServers": {
    "mcd-mcp": {
      "type": "streamablehttp",
      "url": "https://mcp.mcd.cn",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_TOKEN"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.