{
  "schemaVersion": "1.0",
  "catalogUrl": "https://refined-x.com/.well-known/mcp/catalog.json",
  "serverCardUrl": "https://refined-x.com/.well-known/mcp/server-card.json",
  "name": "com.refined-x/public-ask",
  "title": "Refined-X Public Ask",
  "description": "Refined-X Public Ask: NLWeb v0.55-compatible restricted /ask subset. Supports POST /ask with conversational_search, list, summarize, buffered SSE, and MCP ask over Streamable HTTP. Does not support /await, promise responses, elicitation, chatgpt_app, arbitrary extension fields, result actions, or long-term memory.",
  "version": "1.0.0",
  "websiteUrl": "https://refined-x.com/",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://ask.refined-x.com/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Optional Bearer API key. Anonymous clients default to list; summarize modes may require credentials.",
          "isRequired": false,
          "isSecret": true,
          "value": "Bearer {token}",
          "variables": {
            "token": {
              "description": "Machine API key (optional)",
              "isRequired": false,
              "isSecret": true
            }
          }
        }
      ],
      "supportedProtocolVersions": [
        "2024-11-05"
      ]
    }
  ],
  "healthUrl": "https://ask.refined-x.com/health"
}
