{
  "name": "Click Click Media Search Agent",
  "version": "1.0.0",
  "description": "Click Click Media's public Search Agent. It searches and answers natural-language questions about Click Click Media's digital marketing and web services and the published content of clickclickmedia.com.au. No authentication is required.",
  "provider": { "organization": "Click Click Media", "url": "https://clickclickmedia.com.au" },
  "supportedInterfaces": [
    {
      "id": "mcp",
      "name": "Search Agent (MCP)",
      "description": "Model Context Protocol server exposing search tools over Click Click Media's website content and services. Transport is Streamable HTTP (JSON-RPC 2.0 messages over HTTP POST). Public, no authentication.",
      "url": "https://ask.clickclickmedia.com.au/mcp",
      "transport": "Streamable HTTP",
      "protocol": "MCP",
      "protocolVersion": "2024-11-05",
      "authentication": "none"
    },
    {
      "id": "ask",
      "name": "Conversational Ask (NLWeb)",
      "description": "Natural-language question-answering endpoint over the site's content. Responds with Server-Sent Events (text/event-stream). Public, no authentication.",
      "url": "https://ask.clickclickmedia.com.au/ask",
      "transport": "SSE",
      "protocol": "NLWeb",
      "authentication": "none"
    }
  ],
  "capabilities": [
    { "id": "site-search", "name": "Website Search", "description": "Search and retrieve relevant information across Click Click Media's website content and service pages." },
    { "id": "conversational-qa", "name": "Conversational Q&A", "description": "Answer natural-language questions about Click Click Media's services, capabilities, and published content, grounded in the site." }
  ],
  "skills": [
    { "id": "ask", "name": "Ask Click Click Media", "description": "Ask a natural-language question about Click Click Media's digital marketing and web services or site content and receive an answer grounded in clickclickmedia.com.au, served via the /ask conversational endpoint." },
    { "id": "search", "name": "Search Site Content", "description": "Search Click Click Media's website content and services and return relevant results using the MCP Search Agent tools." }
  ]
}
