{
  "entries": [
    {
      "@context": "https://agenticresourcediscovery.org/context/v1",
      "@id": "urn:air:aktifsohbet.org:webmcp:search",
      "identifier": "urn:air:aktifsohbet.org:webmcp:search",
      "displayName": "AktifSohbet Site Search",
      "type": "text/html",
      "url": "https://www.aktifsohbet.org/",
      "description": "AktifSohbet sitesindeki herkese açık yazı ve sayfaları aramaya yarayan WebMCP aracıdır.",
      "tags": [
        "search",
        "site-search",
        "webmcp",
        "aktifsohbet",
        "public-content"
      ],
      "capabilities": [
        "SiteSearch"
      ],
      "representativeQueries": [
        "AktifSohbet sitesinde ara",
        "AktifSohbet'te bu konuyu bul",
        "Sitedeki yazıları ve sayfaları ara"
      ],
      "version": "2.0.0",
      "webmcp": {
        "toolName": "aktifsohbet_search",
        "pageUrl": "https://www.aktifsohbet.org/",
        "inputSchema": {
          "type": "object",
          "properties": {
            "query": {
              "type": "string",
              "description": "Aranacak kelime veya ifade."
            }
          },
          "required": [
            "query"
          ]
        }
      }
    },
    {
      "@context": "https://agenticresourcediscovery.org/context/v1",
      "@id": "urn:air:aktifsohbet.org:webmcp:join-chat",
      "identifier": "urn:air:aktifsohbet.org:webmcp:join-chat",
      "displayName": "AktifSohbete Katıl",
      "type": "text/html",
      "url": "https://www.aktifsohbet.org/",
      "description": "Kullanıcının seçtiği rumuz ve sohbet sürümüyle AktifSohbet sohbet hizmetini açan WebMCP aracıdır.",
      "tags": [
        "chat",
        "join-chat",
        "webmcp",
        "aktifsohbet"
      ],
      "capabilities": [
        "JoinChat"
      ],
      "representativeQueries": [
        "AktifSohbete katıl",
        "Sohbet odasını aç",
        "AktifSohbet'te sohbete başla"
      ],
      "version": "2.0.0",
      "webmcp": {
        "toolName": "aktifsohbet_join_chat",
        "pageUrl": "https://www.aktifsohbet.org/",
        "inputSchema": {
          "type": "object",
          "properties": {
            "nickname": {
              "type": "string",
              "description": "Sohbette görünecek rumuz."
            },
            "password": {
              "type": "string",
              "description": "Yalnızca harici sohbet rumuzunun isteğe bağlı parolası."
            },
            "version": {
              "type": "string",
              "enum": [
                "new",
                "classic"
              ],
              "description": "new = kameralı ve sesli; classic = yalnızca yazışma."
            }
          },
          "required": [
            "nickname",
            "version"
          ]
        }
      }
    }
  ]
}
