{
      "mcpVersion": "1.0",
        "name": "Sweet Pop Interactive Agent Tools",
          "description": "API tools for AI agents to interact with the Sweet Pop landing page, handle pre-registrations, and fetch real-time game info.",
            "tools": [
                {
                      "name": "getGameStats",
                            "description": "Returns current level count, feature list, and release status for Sweet Pop.",
                                  "parameters": {
                                          "type": "object",
                                                  "properties": {}
                                                        }
                                                            },
                                                                {
                                                                      "name": "registerPlayer",
                                                                            "description": "Pre-registers a user for Sweet Pop early access and exclusive in-game rewards using their email.",
                                                                                  "parameters": {
                                                                                          "type": "object",
                                                                                                  "properties": {
                                                                                                            "email": {
                                                                                                                        "type": "string",
                                                                                                                                    "format": "email",
                                                                                                                                                "description": "The player's valid email address."
                                                                                                                                                          },
                                                                                                                                                                    "platform": {
                                                                                                                                                                                "type": "string",
                                                                                                                                                                                            "enum": ["iOS", "Android"],
                                                                                                                                                                                                        "description": "The primary platform the user intends to play on."
                                                                                                                                                                                                                  }
                                                                                                                                                                                                                          },
                                                                                                                                                                                                                                  "required": ["email", "platform"]
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                              ]
                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                              
}