{
  "name": "AI agent integration for eBay Logistics API with MCP Server",
  "nodes": [
    {
      "id": "359c07f6-c9d6-461d-9588-b195d6a3756e",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1300,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "a2d38bcc-c681-4493-be47-08a56c6f27ae",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1020,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "36a02f3b-c0f7-40af-8900-6bc6cd8568a4",
      "name": "Logistics MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "411dc66a-de33-4cc2-8fac-73d34e8914b3",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "60f39efd-43f8-4589-a2f1-689cd175a06d",
      "name": "Create Shipment from Quote",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "42130859-3acf-4729-930a-35fcebffdc3a",
      "name": "Retrieve Shipment Details",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        -60
      ]
    },
    {
      "id": "c4964019-5209-4719-886b-4abbeddff096",
      "name": "Cancel Shipment",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        -60
      ]
    },
    {
      "id": "e73dcc42-f6bf-4eef-a36d-4e1b85d459f1",
      "name": "Download Shipping Label",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        80,
        -60
      ]
    },
    {
      "id": "e1216a21-b733-4ab1-8228-73d89f295051",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d8c70981-dc32-42f7-8280-a0459823f717",
      "name": "Generate Shipping Quote",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        180
      ]
    },
    {
      "id": "0d52ac62-2842-4bb3-8cda-bee8f749a568",
      "name": "Retrieve Shipping Quote",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        180
      ]
    }
  ],
  "connections": {
    "Cancel Shipment": {
      "ai_tool": [
        [
          {
            "node": "Logistics MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Download Shipping Label": {
      "ai_tool": [
        [
          {
            "node": "Logistics MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Generate Shipping Quote": {
      "ai_tool": [
        [
          {
            "node": "Logistics MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve Shipping Quote": {
      "ai_tool": [
        [
          {
            "node": "Logistics MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve Shipment Details": {
      "ai_tool": [
        [
          {
            "node": "Logistics MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create Shipment from Quote": {
      "ai_tool": [
        [
          {
            "node": "Logistics MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}