{
  "name": "Expose eBay browse API for AI agents with MCP server",
  "nodes": [
    {
      "id": "be30a504-a573-499b-ba6f-bfde36c7a858",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1340,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "824c6cac-d976-4386-911e-ecfd3a410c4e",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1060,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "8cbbaa5f-e658-4dcb-88e1-d1aec2b0edd2",
      "name": "Browse MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "51414754-6afe-4a01-a901-914c0e15026e",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "54a94031-2875-4ff8-b198-476e427642d2",
      "name": "Retrieve Item Details",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "6ab0d107-9550-4f0e-ae4b-0115f79a2736",
      "name": "Retrieve Item by Legacy ID",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        -60
      ]
    },
    {
      "id": "b2a7f584-6f81-4b66-9633-0f4d0b0474fb",
      "name": "Retrieve Items in Group",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        -60
      ]
    },
    {
      "id": "d1482472-a977-48c7-8223-125ef2e7deb6",
      "name": "Retrieve Item by ID",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        80,
        -60
      ]
    },
    {
      "id": "e796d005-2a5e-4071-8b77-18b76fd992f8",
      "name": "Check Item Compatibility",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        280,
        -60
      ]
    },
    {
      "id": "ecf1db9d-3dd4-49c9-8782-250378afa27f",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "91b52eaa-5cc4-4a7d-9b7a-f9a3565d1d61",
      "name": "Search Item Summaries",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        180
      ]
    },
    {
      "id": "2759c027-17ec-4364-87c3-9d1cf2b34e50",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        380
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "5af2f1d0-e096-4706-bf87-bda9cf0c51f1",
      "name": "Search Items by Image",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        420
      ]
    },
    {
      "id": "825739eb-4f15-4d12-91a7-00aa94c71115",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        620
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "a1ee2e5b-3c27-4760-910e-e2f76f88a6c5",
      "name": "Retrieve Shopping Cart",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        660
      ]
    },
    {
      "id": "02f6d85f-4fcd-4096-ae3d-2758c9cf4be4",
      "name": "Add Item to Cart",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        660
      ]
    },
    {
      "id": "db294a0a-9946-4682-8d83-1b372bbba607",
      "name": "Remove Item from Cart",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        660
      ]
    },
    {
      "id": "8df229d7-2e02-42d5-9d9d-ec4e895d6b87",
      "name": "Update Cart Item Quantity",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        80,
        660
      ]
    }
  ],
  "connections": {
    "Add Item to Cart": {
      "ai_tool": [
        [
          {
            "node": "Browse MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve Item by ID": {
      "ai_tool": [
        [
          {
            "node": "Browse MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Remove Item from Cart": {
      "ai_tool": [
        [
          {
            "node": "Browse MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve Item Details": {
      "ai_tool": [
        [
          {
            "node": "Browse MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Search Item Summaries": {
      "ai_tool": [
        [
          {
            "node": "Browse MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Search Items by Image": {
      "ai_tool": [
        [
          {
            "node": "Browse MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve Shopping Cart": {
      "ai_tool": [
        [
          {
            "node": "Browse MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve Items in Group": {
      "ai_tool": [
        [
          {
            "node": "Browse MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Check Item Compatibility": {
      "ai_tool": [
        [
          {
            "node": "Browse MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update Cart Item Quantity": {
      "ai_tool": [
        [
          {
            "node": "Browse MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve Item by Legacy ID": {
      "ai_tool": [
        [
          {
            "node": "Browse MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}