{
  "name": "eBay finances data access for AI agents with MCP server integration",
  "nodes": [
    {
      "id": "053bb788-1be2-44d6-9250-06c93ca0ca1f",
      "name": "Setup Instructions",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9da71ef8-d613-43a8-9643-7762ee70ddf2",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "7220e4b2-ae2b-4537-ab42-28052c8a84c0",
      "name": "eBay Finances MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ]
    },
    {
      "id": "ed0be690-71fb-4962-ae59-24d21cdd7e48",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d4cd76bf-ae68-4153-b694-d7938462a276",
      "name": "Retrieve  one or more seller payouts",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ]
    },
    {
      "id": "47b69e71-5a20-488a-bbfb-9ddddf8bf175",
      "name": "Retrieves details on a specific seller payout",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        -60
      ]
    },
    {
      "id": "c86502ab-24ee-4daf-8913-c24e0c1ba57f",
      "name": "Retrieve cumulative values for payouts in a particular state",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        -60
      ]
    },
    {
      "id": "fa6f6b9f-5d5e-43a5-836f-2a4f2c4ecff5",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "29aeb036-e604-4d92-8515-0aeb762d1aad",
      "name": "Retrieves all pending funds that have not yet been distibute",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        180
      ]
    },
    {
      "id": "ff73d365-079f-4428-8390-ee00347f787f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        380
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "3aca13df-9daa-4ab1-8488-a43636c0a5b2",
      "name": "Get Transactions",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        420
      ]
    },
    {
      "id": "2e043dc0-1077-4518-9ae0-7a992eade027",
      "name": "Get Transaction Summary",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        420
      ]
    },
    {
      "id": "833c6e8e-63a4-49d1-9624-62f3c2af15c4",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        620
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "f0ea93f4-a214-4759-ad40-a76012396a83",
      "name": "Retrieves detailed information regarding a TRANSFER transact",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        660
      ]
    }
  ],
  "connections": {
    "Get Transactions": {
      "ai_tool": [
        [
          {
            "node": "eBay Finances MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Transaction Summary": {
      "ai_tool": [
        [
          {
            "node": "eBay Finances MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve  one or more seller payouts": {
      "ai_tool": [
        [
          {
            "node": "eBay Finances MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieves details on a specific seller payout": {
      "ai_tool": [
        [
          {
            "node": "eBay Finances MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieve cumulative values for payouts in a particular state": {
      "ai_tool": [
        [
          {
            "node": "eBay Finances MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieves all pending funds that have not yet been distibute": {
      "ai_tool": [
        [
          {
            "node": "eBay Finances MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Retrieves detailed information regarding a TRANSFER transact": {
      "ai_tool": [
        [
          {
            "node": "eBay Finances MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}