{
  "name": "Connect AI agents to eBay Compliance API for listing violation management",
  "nodes": [
    {
      "id": "94bed809-9453-4839-a5cf-0db549cdb676",
      "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": "05bb3957-1ff7-4acb-978d-f79582b82069",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 920,
        "content": "## 🛠️ Compliance MCP Server ✅ 3 operations\n\n### About\nService for providing information to sellers about their listings being non-compliant, or at risk for becoming non-compliant, against eBay listing"
      }
    },
    {
      "id": "853a4bfd-416d-4894-8607-b840e3ea4004",
      "name": "Compliance MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "3a3ff545-79ff-42a9-b02a-aff389da1ca4",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": 500,
        "height": 200,
        "content": "## Listing Violation"
      }
    },
    {
      "id": "bab9cff8-ac4b-482c-954d-5cf87154f081",
      "name": "Retrieve Listing Violations",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "e4391faa-5aba-403d-b2de-d877eafbd108",
      "name": "Suppress Listing Violation",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        -60
      ]
    },
    {
      "id": "24d2b93a-96ba-4672-8361-46d81bae77dc",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        140
      ],
      "parameters": {
        "width": 300,
        "height": 200,
        "content": "## Listing Violation Summary"
      }
    },
    {
      "id": "6889280d-98a0-4908-bcc2-705fd0b044f2",
      "name": "Get Violation Summary Counts",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        180
      ]
    }
  ],
  "connections": {
    "Suppress Listing Violation": {
      "ai_tool": [
        [
          {
            "node": "Compliance MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve Listing Violations": {
      "ai_tool": [
        [
          {
            "node": "Compliance MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Violation Summary Counts": {
      "ai_tool": [
        [
          {
            "node": "Compliance MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}