{
  "specVersion": "1.0",
  "host": {
    "displayName": "Roya Sports",
    "identifier": "did:web:roya-sports.com"
  },
  "entries": [
    {
      "identifier": "urn:air:roya-sports.com:server:mcp",
      "displayName": "Roya Sports MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://roya-sport-web-fe-dev.roya-tv.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "get live football match scores and real-time commentary",
        "check tournament league standings and top scorers",
        "fetch team lineups and match statistics"
      ]
    },
    {
      "identifier": "urn:air:roya-sports.com:schema:openapi",
      "displayName": "Roya Sports Web API Schema",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://roya-sport-web-fe-dev.roya-tv.com/api/openapi.json",
      "representativeQueries": [
        "query sports match and fixture API endpoints",
        "log and fetch recent user search history",
        "inspect OpenAPI specification for Roya Sports"
      ]
    },
    {
      "identifier": "urn:air:roya-sports.com:skill:markdown-negotiation",
      "displayName": "Roya Sports Markdown Content Negotiation Skill",
      "type": "application/json",
      "url": "https://roya-sport-web-fe-dev.roya-tv.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "fetch sports news and articles in markdown format",
        "read football tournament summary in markdown",
        "agent content negotiation for clean sports text"
      ]
    }
  ]
}