{
  "ok": true,
  "data": {
    "protocol": "mcp",
    "protocolVersion": "2025-06-18",
    "transport": "streamable-http",
    "endpoint": "https://agent.suggestapi.com/mcp",
    "methods": [
      "POST"
    ],
    "sse": false,
    "usage": "Call this URL with POST and a JSON-RPC body (initialize, tools/list, tools/call). The optional MCP GET SSE notification stream is not implemented on this Worker.",
    "tools": [
      {
        "name": "search",
        "description": "Search a tenant's catalog and knowledge surface for products, collections, content, and policies."
      },
      {
        "name": "recommend",
        "description": "Generate a recommendation set for a tenant based on a natural-language query."
      },
      {
        "name": "compare",
        "description": "Compare two or more tenant catalog objects across price, availability, and attributes."
      },
      {
        "name": "product_lookup",
        "description": "Retrieve a single canonical tenant product record by id."
      }
    ],
    "discovery": {
      "server": "https://agent.suggestapi.com/.well-known/mcp/server.json",
      "webmcp": "https://agent.suggestapi.com/.well-known/webmcp"
    }
  }
}