{
  "name": "[eBay] negotiation API MCP server",
  "nodes": [
    {
      "id": "193273d7-6b04-48a0-b503-d77cf32a6f3f",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1360,
        -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": "7d3b7adc-14b2-4925-a778-e33275832dba",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1100,
        -240
      ],
      "parameters": {
        "width": 340,
        "height": 780,
        "content": "## 🛠️ Negotiation MCP Server ✅ 2 operations\n\n### About\nThe Negotiations API lets sellers send discount offers to buyers who showed interest in their listings (e.g., by watching or carting items). Offe"
      }
    },
    {
      "id": "553be888-ee05-47d3-ae17-e32b1c89007e",
      "name": "Negotiation MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -700,
        -240
      ]
    },
    {
      "id": "197156bd-a3de-43fd-9e84-d45d1398c006",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -740,
        -100
      ],
      "parameters": {
        "width": 500,
        "height": 200,
        "content": "## Offer"
      }
    },
    {
      "id": "be239c47-2089-4e30-a1c7-583ff7ac4151",
      "name": "Find Eligible Listings",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -600,
        -60
      ]
    },
    {
      "id": "ee926c31-e055-4408-8794-5ab2a19c222d",
      "name": "Send Discount Offer",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -400,
        -60
      ]
    }
  ],
  "connections": {
    "Send Discount Offer": {
      "ai_tool": [
        [
          {
            "node": "Negotiation MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Find Eligible Listings": {
      "ai_tool": [
        [
          {
            "node": "Negotiation MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}