{
  "name": "Search and retrieve eBay product data with Catalog API for AI agents",
  "nodes": [
    {
      "id": "d1fc2389-4f96-4dd9-a3f2-32974c9ebb34",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 1020,
        "content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Configure Authentication**: \nSet up oauth2 credentials\n\n3. **Activate Workflow**:\nEnable the workflo"
      }
    },
    {
      "id": "7732cfe3-a454-46ee-b35b-ce0fcf058910",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 960,
        "content": "## 🛠️ Catalog MCP Server ✅ 2 operations\n\n### About\nThe Catalog API allows users to search for and locate an eBay catalog product that is a direct match for the product that they wish to sell. Listing "
      }
    },
    {
      "id": "f93a78fe-809e-4bc3-bf76-520af6837676",
      "name": "Catalog MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "e700ed6d-7858-4e11-bbc4-d9f380109ed8",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": 300,
        "height": 200,
        "content": "## Product"
      }
    },
    {
      "id": "648821ca-641b-473b-b3ce-e2c6174d7430",
      "name": "Retrieve Product Details",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "cd768ece-b050-40f5-9b9d-8e7de0f0783b",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        140
      ],
      "parameters": {
        "width": 300,
        "height": 200,
        "content": "## Product Summary"
      }
    },
    {
      "id": "16500600-9e7e-4169-81df-161d069ad0c7",
      "name": "Search Product Summaries",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        180
      ]
    }
  ],
  "connections": {
    "Retrieve Product Details": {
      "ai_tool": [
        [
          {
            "node": "Catalog MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Search Product Summaries": {
      "ai_tool": [
        [
          {
            "node": "Catalog MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}