{
  "workflow": {
    "id": 5578,
    "name": "Complete eBay feed API integration for AI agents with MCP server",
    "views": 125,
    "recentViews": 0,
    "totalViews": 125,
    "createdAt": "2025-07-02T04:21:53.760Z",
    "description": "Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?\n\n[Join the community](https://www.skool.com/beyond-nodes-automation-lab-2006/about)\n\nComplete MCP server exposing 23 Feed API operations to AI agents.\n\n## ⚡ Quick Setup\n\n1. **Import** this workflow into your n8n instance\n2. **Credentials** Add Feed API credentials\n3. **Activate** the workflow to start your MCP server\n4. **Copy** the webhook URL from the MCP trigger node\n5. **Connect** AI agents using the MCP URL\n\n## 🔧 How it Works\n\nThis workflow converts the Feed API into an MCP-compatible interface for AI agents.\n\n• **MCP Trigger**: Serves as your server endpoint for AI agent requests\n• **HTTP Request Nodes**: Handle API calls to https://api.ebay.com{basePath}\n• **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders\n• **Native Integration**: Returns responses directly to the AI agent\n\n## 📋 Available Operations (23 total)\n\n### 🔧 Customer_Service_Metric_Task (3 endpoints)\n\n• **GET /customer_service_metric_task**: Get Customer Service Metric Task\n• **POST /customer_service_metric_task**: Create/Search Customer Service Metric Task\n• **GET /customer_service_metric_task/{task_id}**: Get {Task Id}\n\n### 🔧 Inventory_Task (3 endpoints)\n\n• **GET /inventory_task**: Get Inventory Task\n• **POST /inventory_task**: Create/Search Inventory Task\n• **GET /inventory_task/{task_id}**: Get {Task Id}\n\n### 🔧 Order_Task (3 endpoints)\n\n• **GET /order_task**: Get Order Task\n• **POST /order_task**: Create/Search Order Task\n• **GET /order_task/{task_id}**: This method retrieves the task details and status of the specified task\n\n### 🔧 Schedule (6 endpoints)\n\n• **GET /schedule**: Get Schedule Template\n• **POST /schedule**: Create/Search Schedule\n• **DELETE /schedule/{schedule_id}**: This method deletes an existing schedule\n• **GET /schedule/{schedule_id}**: This method retrieves schedule details and status of the specified schedule\n• **PUT /schedule/{schedule_id}**: This method updates an existing schedule\n• **GET /schedule/{schedule_id}/download_result_file**: This method downloads the latest result file generated by the schedule\n\n### 🔧 Schedule_Template (2 endpoints)\n\n• **GET /schedule_template**: Get Schedule Template\n• **GET /schedule_template/{schedule_template_id}**: This method retrieves the details of the specified template\n\n### 🔧 Task (6 endpoints)\n\n• **GET /task**: Upload Task File\n• **POST /task**: This method creates an upload task or a download task without filter criteria\n• **GET /task/{task_id}**: This method retrieves the details and status of the specified task\n• **GET /task/{task_id}/download_input_file**: Get Download Input File\n• **GET /task/{task_id}/download_result_file**: Get Download Result File\n• **POST /task/{task_id}/upload_file**: Create/Search Upload File\n\n## 🤖 AI Integration\n\n**Parameter Handling**: AI agents automatically provide values for:\n• Path parameters and identifiers\n• Query parameters and filters\n• Request body data\n• Headers and authentication\n\n**Response Format**: Native Feed API responses with full data structure\n\n**Error Handling**: Built-in n8n HTTP request error management\n\n## 💡 Usage Examples\n\nConnect this MCP server to any AI agent or workflow:\n\n• **Claude Desktop**: Add MCP server URL to configuration\n• **Cursor**: Add MCP server SSE URL to configuration\n• **Custom AI Apps**: Use MCP URL as tool endpoint\n• **API Integration**: Direct HTTP calls to MCP endpoints\n\n## ✨ Benefits\n\n• **Zero Setup**: No parameter mapping or configuration needed\n• **AI-Ready**: Built-in `$fromAI()` expressions for all parameters\n• **Production Ready**: Native n8n HTTP request handling and logging\n• **Extensible**: Easily modify or add custom logic\n\n&gt; 🆓 **[Free for community use](https://github.com/Cfomodz/community-use)!** Ready to deploy in under 2 minutes.",
    "workflow": {
      "id": "XWeGstSDgfwsrGTp",
      "meta": null,
      "name": "[eBay] Feed API MCP Server",
      "tags": [],
      "nodes": [
        {
          "id": "f70ddec8-3b8c-49fe-976f-a520bbede221",
          "name": "Setup Instructions",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -1380,
            -240
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "2543a2be-e2d1-4310-9101-d817ed3c2993",
          "name": "Workflow Overview",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -1120,
            -240
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "be35f02f-7147-49b6-acda-07218c15c608",
          "name": "Feed MCP Server",
          "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
          "position": [
            -620,
            -240
          ],
          "webhookId": "977d3a5a-93a7-47c4-8470-35e452b36312",
          "parameters": {},
          "typeVersion": 1
        },
        {
          "id": "c4cccd40-7d70-4ee4-99fd-90af00e9c5db",
          "name": "Sticky Note",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -660,
            -100
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "5c36908b-d3e9-4406-acc0-5fafdfe29995",
          "name": "List Customer Service Metric Tasks",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -520,
            -60
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "46000f3c-b30f-407d-a02b-f3c1035e7819",
          "name": "Create Customer Service Metric Task",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -320,
            -60
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "16473a0d-d3ab-4a8a-9b72-3694440c0085",
          "name": "Get Customer Service Metric Task",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -120,
            -60
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "89f0bb7c-23af-497e-84b0-5af93482e5e3",
          "name": "Sticky Note2",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -660,
            140
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "db4a754d-4322-405c-a01b-66a390702ea7",
          "name": "List Inventory Tasks",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -520,
            180
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "dc9be342-1d4e-40d2-ad6d-49eac6ad5ada",
          "name": "Create Inventory Task",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -320,
            180
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "02816537-2887-449f-9a00-b7e259f8a104",
          "name": "Get Inventory Task",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -120,
            180
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "b9333f00-5a0a-464e-93e7-20050420d6f9",
          "name": "Sticky Note3",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -660,
            380
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "db88fa69-72cb-4382-a797-4370fe40af8f",
          "name": "List Order Tasks",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -520,
            420
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "baeecd6a-2c5a-4790-ac51-df806ab43209",
          "name": "Create Order Task",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -320,
            420
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "36b05dee-3240-4fd9-8adb-7b35e5362b7e",
          "name": "Get Order Task",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -120,
            420
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "a009bcc0-a94f-4b10-8f67-dcea19d6001b",
          "name": "Sticky Note4",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -660,
            620
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "a5169f76-3243-44bc-89c7-8b8e922e0416",
          "name": "List Schedules",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -520,
            660
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "d0868b64-c593-44ad-97d7-7499927c47d9",
          "name": "Create Schedule 1",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -320,
            660
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "56c9406e-9ac4-40b3-bd3f-b6c66708f932",
          "name": "Delete Schedule 1",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -120,
            660
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "28c2aa66-ff5a-40a4-ac68-ec5b53bff883",
          "name": "Get Schedule 3",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            80,
            660
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "cc0c1efe-600d-4471-9530-29b38c15d64c",
          "name": "Update Schedule 1",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            280,
            660
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "23b8458b-4ff9-4c18-805b-c3f9cd34b49e",
          "name": "Download Schedule Result File",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            480,
            660
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "732b0605-80f1-46e6-87ba-54d2d057fb5c",
          "name": "List Schedule Templates",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            680,
            660
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "a2fc8557-96e8-4159-a64b-909b2b0fee51",
          "name": "Get Schedule Template",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            880,
            660
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "35919f6c-3b82-46b1-84b6-43bfeca9b4b5",
          "name": "Sticky Note5",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -660,
            860
          ],
          "parameters": {
            "content": ""
          },
          "typeVersion": 1
        },
        {
          "id": "0225487f-d87a-438a-8014-99ea64b2acf0",
          "name": "List Tasks",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -520,
            900
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "52ab069a-4048-497f-bc0f-05872ae6ba94",
          "name": "Create Task 2",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -320,
            900
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "34eaa946-2f1e-4d91-9516-40d60c0378c9",
          "name": "Get Task 4",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -120,
            900
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "10ced2fc-83c8-4dcc-ad93-23cdf2f1f6b4",
          "name": "Download Task Input File",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            80,
            900
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "940ac76e-e55d-41a6-a2eb-8ede915c47ee",
          "name": "Download Task Result File",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            280,
            900
          ],
          "parameters": {},
          "typeVersion": 4.2
        },
        {
          "id": "874c9a55-f9cc-427f-80b0-05a79cdeb81c",
          "name": "Upload Task File",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            480,
            900
          ],
          "parameters": {},
          "typeVersion": 4.2
        }
      ],
      "active": false,
      "shared": [
        {
          "role": "workflow:owner",
          "project": {
            "id": "G5fce9xGuBAsWBXe",
            "icon": null,
            "name": "David Ashby <david.ashby.lds@gmail.com>",
            "type": "personal",
            "createdAt": "2025-06-04T02:55:02.013Z",
            "updatedAt": "2025-06-04T02:56:01.361Z",
            "projectRelations": [
              {
                "role": "project:personalOwner",
                "user": {
                  "id": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
                  "role": "global:owner",
                  "email": "david.ashby.lds@gmail.com",
                  "disabled": false,
                  "lastName": "Ashby",
                  "settings": {
                    "npsSurvey": {
                      "responded": true,
                      "lastShownAt": 1749357655581
                    },
                    "userActivated": true,
                    "userActivatedAt": 1749075994495,
                    "easyAIWorkflowOnboarded": true,
                    "firstSuccessfulWorkflowId": "3N3vVikZb3MckFYm"
                  },
                  "createdAt": "2025-06-04T02:55:01.745Z",
                  "firstName": "David",
                  "isPending": false,
                  "updatedAt": "2025-06-08T04:40:58.399Z",
                  "mfaEnabled": false,
                  "personalizationAnswers": {
                    "version": "v4",
                    "personalization_survey_n8n_version": "1.95.3",
                    "personalization_survey_submitted_at": "2025-06-04T02:56:07.075Z"
                  }
                },
                "userId": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
                "createdAt": "2025-06-04T02:55:02.013Z",
                "projectId": "G5fce9xGuBAsWBXe",
                "updatedAt": "2025-06-04T02:55:02.013Z"
              }
            ]
          },
          "createdAt": "2025-07-02T04:20:24.204Z",
          "projectId": "G5fce9xGuBAsWBXe",
          "updatedAt": "2025-07-02T04:20:24.204Z",
          "workflowId": "XWeGstSDgfwsrGTp"
        }
      ],
      "pinData": {},
      "settings": {
        "timezone": "America/New_York"
      },
      "createdAt": "2025-07-02T04:20:24.201Z",
      "updatedAt": "2025-07-02T04:20:45.000Z",
      "versionId": "c3285871-8131-4851-be48-a78cab6cef68",
      "isArchived": false,
      "staticData": null,
      "connections": {
        "Get Task 4": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "List Tasks": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Create Task 2": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Get Order Task": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Get Schedule 3": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "List Schedules": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "List Order Tasks": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Upload Task File": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Create Order Task": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Create Schedule 1": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Delete Schedule 1": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Update Schedule 1": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Get Inventory Task": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "List Inventory Tasks": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Create Inventory Task": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Get Schedule Template": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "List Schedule Templates": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Download Task Input File": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Download Task Result File": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Download Schedule Result File": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Get Customer Service Metric Task": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "List Customer Service Metric Tasks": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Create Customer Service Metric Task": {
          "ai_tool": [
            [
              {
                "node": "Feed MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        }
      },
      "triggerCount": 0
    },
    "lastUpdatedBy": 29,
    "workflowInfo": {
      "nodeCount": 31,
      "nodeTypes": {
        "n8n-nodes-base.stickyNote": {
          "count": 7
        },
        "n8n-nodes-base.httpRequestTool": {
          "count": 23
        },
        "@n8n/n8n-nodes-langchain.mcpTrigger": {
          "count": 1
        }
      }
    },
    "status": "published",
    "user": {
      "name": "David Ashby",
      "username": "cfomodz",
      "bio": "Unlimited Access to my paid workflows 👇 For the cost of one a month",
      "verified": true,
      "links": [
        "https://www.skool.com/n8n-automation-lab"
      ],
      "avatar": "https://gravatar.com/avatar/0118796cfdab829a3307d407dfeeb01a3952eb402584a45a211e4ef7d15edbbf?r=pg&d=retro&size=200"
    },
    "nodes": [
      {
        "id": 565,
        "icon": "fa:sticky-note",
        "name": "n8n-nodes-base.stickyNote",
        "codex": {
          "data": {
            "alias": [
              "Comments",
              "Notes",
              "Sticky"
            ],
            "categories": [
              "Core Nodes"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0",
            "subcategories": {
              "Core Nodes": [
                "Helpers"
              ]
            }
          }
        },
        "group": "[\"input\"]",
        "defaults": {
          "name": "Sticky Note",
          "color": "#FFD233"
        },
        "iconData": {
          "icon": "sticky-note",
          "type": "icon"
        },
        "displayName": "Sticky Note",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          }
        ]
      },
      {
        "id": 1293,
        "icon": "file:../mcp.svg",
        "name": "@n8n/n8n-nodes-langchain.mcpTrigger",
        "codex": {
          "data": {
            "alias": [
              "Model Context Protocol",
              "MCP Server"
            ],
            "resources": {
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-langchain.mcptrigger/"
                }
              ]
            },
            "categories": [
              "AI",
              "Core Nodes",
              "Langchain"
            ],
            "subcategories": {
              "AI": [
                "Root Nodes",
                "Model Context Protocol"
              ],
              "Core Nodes": [
                "Other Trigger Nodes"
              ]
            }
          }
        },
        "group": "[\"trigger\"]",
        "defaults": {
          "name": "MCP Server Trigger"
        },
        "iconData": {
          "type": "file",
          "fileBuffer": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgwIiBoZWlnaHQ9IjE4MCIgdmlld0JveD0iMCAwIDE5NSAxOTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8ZyBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+CgkJPHBhdGggZD0iTTI1IDk3Ljg1MjhMOTIuODgyMyAyOS45NzA2QzEwMi4yNTUgMjAuNTk4IDExNy40NTEgMjAuNTk4IDEyNi44MjMgMjkuOTcwNlYyOS45NzA2QzEzNi4xOTYgMzkuMzQzMSAxMzYuMTk2IDU0LjUzOTEgMTI2LjgyMyA2My45MTE3TDc1LjU1ODEgMTE1LjE3NyIvPgoJCTxwYXRoIGQ9Ik03Ni4yNjUzIDExNC40N0wxMjYuODIzIDYzLjkxMTdDMTM2LjE5NiA1NC41MzkxIDE1MS4zOTIgNTQuNTM5MSAxNjAuNzY1IDYzLjkxMTdMMTYxLjExOCA2NC4yNjUyQzE3MC40OTEgNzMuNjM3OCAxNzAuNDkxIDg4LjgzMzggMTYxLjExOCA5OC4yMDYzTDk5LjcyNDggMTU5LjZDOTYuNjAwNiAxNjIuNzI0IDk2LjYwMDYgMTY3Ljc4OSA5OS43MjQ4IDE3MC45MTNMMTEyLjMzMSAxODMuNTIiLz4KCQk8cGF0aCBkPSJNMTA5Ljg1MyA0Ni45NDExTDU5LjY0ODIgOTcuMTQ1N0M1MC4yNzU3IDEwNi41MTggNTAuMjc1NyAxMjEuNzE0IDU5LjY0ODIgMTMxLjA4N1YxMzEuMDg3QzY5LjAyMDggMTQwLjQ1OSA4NC4yMTY4IDE0MC40NTkgOTMuNTg5NCAxMzEuMDg3TDE0My43OTQgODAuODgyMiIvPgoJPC9nPgo8L3N2Zz4K"
        },
        "displayName": "MCP Server Trigger",
        "typeVersion": 2,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          },
          {
            "id": 25,
            "name": "AI"
          },
          {
            "id": 26,
            "name": "Langchain"
          }
        ]
      }
    ],
    "categories": [
      {
        "id": 5,
        "name": "Engineering"
      },
      {
        "id": 48,
        "name": "AI RAG"
      }
    ],
    "image": []
  }
}