{
  "specVersion": "1.0",
  "host": {
    "displayName": "ARD Demo Publisher",
    "identifier": "did:web:adr-demo.4004.fyi"
  },
  "entries": [
    {
      "identifier": "urn:air:adr-demo.4004.fyi:mcp:weather",
      "displayName": "Weather MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://adr-demo.4004.fyi/mcp/weather-card.json",
      "description": "Live current-weather lookups via the Model Context Protocol (Streamable HTTP).",
      "capabilities": [
        "WeatherTool",
        "get_weather"
      ],
      "representativeQueries": [
        "what is the weather in Berlin",
        "current temperature in Tokyo"
      ],
      "version": "0.1.0"
    }
  ]
}