{
  "name": "Connect AI agents to eBay deal API with MCP server",
  "nodes": [
    {
      "id": "05eb4822-103c-4db4-a425-016e1ec9e282",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "70c68e1d-6de8-4363-99d3-331b188b03dc",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c2b658ae-1075-4dad-b0c3-b389b473abab",
      "name": "Deal MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "9ca436dc-05c7-434e-82f0-92dfcc034562",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "5323f5a0-0357-425d-a3ac-9d20859fb139",
      "name": "List Deal Items",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "e1a6863f-92b0-4442-8595-0e96f2725ea3",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c8e184c8-52a9-489a-8cf0-35146451ffb7",
      "name": "List eBay Events",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        180
      ]
    },
    {
      "id": "53a42640-d828-4b52-9d59-d69e3664ed6c",
      "name": "Get Event Details",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        180
      ]
    },
    {
      "id": "e2e5e1ae-e014-4ea3-aed5-451414fcc0f9",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        380
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "34702f70-65a9-4343-8030-ac308147f8ea",
      "name": "List Event Items",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        420
      ]
    }
  ],
  "connections": {
    "List Deal Items": {
      "ai_tool": [
        [
          {
            "node": "Deal MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "List Event Items": {
      "ai_tool": [
        [
          {
            "node": "Deal MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "List eBay Events": {
      "ai_tool": [
        [
          {
            "node": "Deal MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Event Details": {
      "ai_tool": [
        [
          {
            "node": "Deal MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}