{
  "schemaVersion": "v1",
  "name": "SuggestAPI Commerce MCP",
  "description": "MCP server exposing tenant-aware commerce search, product lookup, comparison, and recommendations.",
  "type": "streamable-http",
  "url": "https://agent.suggestapi.com/mcp",
  "headers": {},
  "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."
    }
  ]
}