Serversio.github.M-China-Official/mcd-mcp
M

mcd-mcp-server

io.github.M-China-Official/mcd-mcp · v1.0.0
● Remote
v1.0.0remote🌐 https://mcp.mcd.cn/mcp-servers/mcd-mcp
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.M-China-Official/mcd-mcp",
  "description": "McDonald's China MCP Server with event calendar, coupon inquiries and redemption features.",
  "title": "mcd-mcp-server",
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.mcd.cn/mcp-servers/mcd-mcp",
      "headers": [
        {
          "isRequired": true,
          "value": "Bearer {YUOR_MCP_TOKEN}",
          "isSecret": true,
          "variables": {
            "YUOR_MCP_TOKEN": {
              "description": "This is the token you applied for on the McDonald's China MCP Open Platform (https://open.mcd.cn/mcp)",
              "isRequired": true,
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}