{
  "@context": "https://datatracker.ietf.org/doc/draft-mozleywilliams-dnsop-dnsaid/",
  "domain": "www.tubeanalytics.net",
  "dnsNamespace": "_agents.tubeanalytics.net",
  "dnsssecRequired": true,
  "svcbRequired": true,
  "records": [
    {
      "name": "_index._agents.tubeanalytics.net",
      "type": "SVCB",
      "svcPriority": 1,
      "target": "www.tubeanalytics.net",
      "svcParams": {
        "alpn": "h2,h3",
        "port": 443,
        "mandatory": "alpn,port",
        "well-known": "/.well-known/agentka.json"
      },
      "description": "Organization agent index — entry point for all agents"
    },
    {
      "name": "_a2a._agents.tubeanalytics.net",
      "type": "SVCB",
      "svcPriority": 1,
      "target": "www.tubeanalytics.net",
      "svcParams": {
        "alpn": "a2a,h2,h3",
        "port": 443,
        "mandatory": "alpn,port",
        "well-known": "/.well-known/agentka.json"
      },
      "description": "Agent-to-Agent protocol endpoint"
    },
    {
      "name": "_mcp._agents.tubeanalytics.net",
      "type": "SVCB",
      "svcPriority": 1,
      "target": "www.tubeanalytics.net",
      "svcParams": {
        "alpn": "mcp,h2,h3",
        "port": 443,
        "mandatory": "alpn,port",
        "well-known": "/.well-known/mcp/server-card.json"
      },
      "description": "Model Context Protocol endpoint"
    }
  ],
  "agents": [
    {
      "@id": "https://www.tubeanalytics.net/.well-known/dns-aid#mcp",
      "type": "Agent",
      "name": "TubeAnalytics MCP Server",
      "protocol": "mcp",
      "alpn": "mcp,h2,h3",
      "endpoint": "https://www.tubeanalytics.net/api/mcp",
      "well-known": "https://www.tubeanalytics.net/.well-known/mcp/server-card.json",
      "description": "Model Context Protocol server providing YouTube analytics tools and data access."
    },
    {
      "@id": "https://www.tubeanalytics.net/.well-known/dns-aid#a2a",
      "type": "Agent",
      "name": "TubeAnalytics A2A Agent",
      "protocol": "a2a",
      "alpn": "a2a,h2,h3",
      "well-known": "https://www.tubeanalytics.net/.well-known/agentka.json",
      "description": "Agent-to-Agent protocol endpoint for direct agent communication."
    }
  ]
}