{
  "workflow": {
    "id": 5494,
    "name": "Pdf document filling and generation server for AI agents with doqs.dev API",
    "views": 761,
    "recentViews": 0,
    "totalViews": 761,
    "createdAt": "2025-06-30T20:34:58.197Z",
    "description": "Complete MCP server exposing 14 doqs.dev | PDF filling API operations to AI agents.\n\n## ⚡ Quick Setup\n\nNeed help? Want access to more workflows and even live Q&A sessions with a top verified n8n creator.. All 100% free?\n\n[Join the community](https://www.skool.com/n8n-nodes-automation-lab-1570/about)\n\n1. **Import** this workflow into your n8n instance\n2. **Credentials** Add doqs.dev | PDF filling 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 doqs.dev | PDF filling 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.doqs.dev/v1\n• **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders\n• **Native Integration**: Returns responses directly to the AI agent\n\n## 📋 Available Operations (14 total)\n\n### 🔧 Designer (7 endpoints)\n\n• **GET /designer/templates/**: List Templates\n• **POST /designer/templates/**: Create Template\n• **POST /designer/templates/preview**: Preview\n• **DELETE /designer/templates/{id}**: Delete\n• **GET /designer/templates/{id}**: List Templates\n• **PUT /designer/templates/{id}**: Update Template\n• **POST /designer/templates/{id}/generate**: Generate Pdf\n\n### 🔧 Templates (7 endpoints)\n\n• **GET /templates**: List \n• **POST /templates**: Create\n• **DELETE /templates/{id}**: Delete \n• **GET /templates/{id}**: Get Template\n• **PUT /templates/{id}**: Update\n• **GET /templates/{id}/file**: Get File\n• **POST /templates/{id}/fill**: Fill\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 doqs.dev | PDF filling 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": "rhDfPKxHhaIJCUZi",
      "meta": null,
      "name": "doqs.dev | PDF filling API MCP Server",
      "tags": [],
      "nodes": [
        {
          "id": "4e209cdb-ad42-4115-9cd5-25c62c7b0c00",
          "name": "Workflow Overview",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -1360,
            -240
          ],
          "parameters": {
            "width": 420,
            "height": 1360,
            "content": "## 🛠️ doqs.dev | PDF filling MCP Server ✅ 14 operations\n\n### 🔧 How it Works\n\nThis workflow converts the doqs.dev | PDF filling 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.doqs.dev/v1\n• **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders\n• **Native Integration**: Returns responses directly to the AI agent\n\n### 📋 Available Operations (14 endpoints)\n\n**Designer (7 operations)**\nlist, create, preview, delete, update, generate\n\n**Templates (7 operations)**\nlist, create, delete, get, update, fill\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n2. **Configure Authentication**: Set up apiKey credentials\n   - Type: API Key in header\n   - Key name: x-api-key\n\n3. **Activate Workflow**: Enable the workflow to start the MCP server\n\n4. **Get MCP URL**: Copy the webhook URL from the MCP trigger\n\n5. **Connect AI Agent**: Use the MCP URL in your AI agent configuration\n\n### 💡 Usage Notes\n\n• Parameters are auto-populated by AI using $fromAI() expressions\n• With 14 API endpoints available as tools\n• Responses maintain original API structure\n### 🛠️ Customization\n\n• Add data transformation nodes if needed\n• Implement custom error handling\n• Add logging or monitoring nodes\n\n• Modify parameter defaults in any HTTP request node as needed\n\n### 💬 Need Help?\nCheck the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) or ping me on [discord](https://discord.me/cfomodz) for MCP integration guidance or customizations."
          },
          "typeVersion": 1
        },
        {
          "id": "a9e11018-a064-413a-bd98-a0d53f49e5d3",
          "name": "doqs.dev | PDF filling MCP Server",
          "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
          "position": [
            -600,
            -220
          ],
          "webhookId": "8f51a0a9-de2a-4756-9d07-f9111d633e0d",
          "parameters": {
            "path": "doqs.dev-|-pdf-filling-mcp"
          },
          "typeVersion": 1
        },
        {
          "id": "88703177-c732-4fe1-8035-23bec750d746",
          "name": "Sticky Note",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -880,
            20
          ],
          "parameters": {
            "color": 2,
            "width": 1500,
            "height": 180,
            "content": "## Designer"
          },
          "typeVersion": 1
        },
        {
          "id": "4ccae877-333b-43d8-b19c-448eb8eecada",
          "name": "List Templates",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -740,
            40
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/designer/templates/",
            "options": {},
            "sendQuery": true,
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "queryParameters": {
              "parameters": [
                {
                  "name": "limit",
                  "value": "={{ $fromAI('limit', 'Limit', 'number', 100) }}"
                },
                {
                  "name": "offset",
                  "value": "={{ $fromAI('offset', 'Offset', 'number', 0) }}"
                }
              ]
            },
            "toolDescription": "List Templates\n\nParameters:\n- Query parameters:\n  • limit (optional)\n  • offset (optional)"
          },
          "typeVersion": 4.2
        },
        {
          "id": "5684e84f-0ce1-443d-b0b0-9e41b327f451",
          "name": "Create Template",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -540,
            40
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/designer/templates/",
            "method": "POST",
            "options": {},
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "toolDescription": "Create Template"
          },
          "typeVersion": 4.2
        },
        {
          "id": "c8e2c818-7b2d-413a-8a87-ed6458fbe5a4",
          "name": "Preview",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -340,
            40
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/designer/templates/preview",
            "method": "POST",
            "options": {},
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "toolDescription": "Preview"
          },
          "typeVersion": 4.2
        },
        {
          "id": "e1f6832e-40aa-4add-8417-0c227a400f4d",
          "name": "Delete",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -140,
            40
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/designer/templates/{{ $fromAI('id', 'Id', 'string') }}",
            "method": "DELETE",
            "options": {},
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "toolDescription": "Delete\n\nParameters:\n- Path parameters:\n  • id (required)"
          },
          "typeVersion": 4.2
        },
        {
          "id": "623bb357-5973-4a4d-ac4c-76896975c7ec",
          "name": "List Templates 1",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            60,
            40
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/designer/templates/{{ $fromAI('id', 'Id', 'string') }}",
            "options": {},
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "toolDescription": "List Templates\n\nParameters:\n- Path parameters:\n  • id (required)"
          },
          "typeVersion": 4.2
        },
        {
          "id": "dc5a68b9-9601-4e2c-9a4e-83a182adf109",
          "name": "Update Template",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            260,
            40
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/designer/templates/{{ $fromAI('id', 'Id', 'string') }}",
            "method": "PUT",
            "options": {},
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "toolDescription": "Update Template\n\nParameters:\n- Path parameters:\n  • id (required)"
          },
          "typeVersion": 4.2
        },
        {
          "id": "f62a3902-29fc-45c7-8d53-436ea9e57061",
          "name": "Generate Pdf",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            460,
            40
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/designer/templates/{{ $fromAI('id', 'Id', 'string') }}/generate",
            "method": "POST",
            "options": {},
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "toolDescription": "Generate Pdf\n\nParameters:\n- Path parameters:\n  • id (required)"
          },
          "typeVersion": 4.2
        },
        {
          "id": "0edf826e-b59e-4ccc-85ae-b7aafdbd319d",
          "name": "Sticky Note2",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -880,
            260
          ],
          "parameters": {
            "color": 3,
            "width": 1500,
            "height": 180,
            "content": "## Templates"
          },
          "typeVersion": 1
        },
        {
          "id": "ff6ee8cf-15ee-454a-86c1-22cea42a1b2b",
          "name": "List ",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -740,
            280
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/templates",
            "options": {},
            "sendQuery": true,
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "queryParameters": {
              "parameters": [
                {
                  "name": "limit",
                  "value": "={{ $fromAI('limit', 'Limit', 'number', 100) }}"
                },
                {
                  "name": "offset",
                  "value": "={{ $fromAI('offset', 'Offset', 'number', 0) }}"
                }
              ]
            },
            "toolDescription": "List \n\nParameters:\n- Query parameters:\n  • limit (optional)\n  • offset (optional)"
          },
          "typeVersion": 4.2
        },
        {
          "id": "206d86a4-78e9-4f76-8fd5-15a38c928cb2",
          "name": "Create",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -540,
            280
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/templates",
            "method": "POST",
            "options": {},
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "toolDescription": "Create"
          },
          "typeVersion": 4.2
        },
        {
          "id": "19a22d12-ce22-4470-880c-ffceb1fe5d27",
          "name": "Delete ",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -340,
            280
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/templates/{{ $fromAI('id', 'Id', 'string') }}",
            "method": "DELETE",
            "options": {},
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "toolDescription": "Delete \n\nParameters:\n- Path parameters:\n  • id (required)"
          },
          "typeVersion": 4.2
        },
        {
          "id": "14117297-45f9-4769-a90d-f4101df5aa95",
          "name": "Get Template",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            -140,
            280
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/templates/{{ $fromAI('id', 'Id', 'string') }}",
            "options": {},
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "toolDescription": "Get Template\n\nParameters:\n- Path parameters:\n  • id (required)"
          },
          "typeVersion": 4.2
        },
        {
          "id": "6fa4dbf4-c460-4fc7-bc36-40e3effc5fe8",
          "name": "Update",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            60,
            280
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/templates/{{ $fromAI('id', 'Id', 'string') }}",
            "method": "PUT",
            "options": {},
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "toolDescription": "Update\n\nParameters:\n- Path parameters:\n  • id (required)"
          },
          "typeVersion": 4.2
        },
        {
          "id": "68cd92f4-7fa6-4332-ba67-2ec701c3b770",
          "name": "Get File",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            260,
            280
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/templates/{{ $fromAI('id', 'Id', 'string') }}/file",
            "options": {},
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "toolDescription": "Get File\n\nParameters:\n- Path parameters:\n  • id (required)"
          },
          "typeVersion": 4.2
        },
        {
          "id": "e1c3967c-0545-4904-b45b-aaa8be312e5b",
          "name": "Fill",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            460,
            280
          ],
          "parameters": {
            "url": "=https://api.doqs.dev/v1/templates/{{ $fromAI('id', 'Id', 'string') }}/fill",
            "method": "POST",
            "options": {},
            "authentication": "genericCredentialType",
            "genericAuthType": "httpHeaderAuth",
            "toolDescription": "Fill\n\nParameters:\n- Path parameters:\n  • id (required)"
          },
          "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-06-30T20:13:01.821Z",
          "projectId": "G5fce9xGuBAsWBXe",
          "updatedAt": "2025-06-30T20:13:01.821Z",
          "workflowId": "rhDfPKxHhaIJCUZi"
        }
      ],
      "pinData": {},
      "settings": {
        "timezone": "America/New_York"
      },
      "createdAt": "2025-06-30T20:13:01.819Z",
      "updatedAt": "2025-06-30T20:33:16.000Z",
      "versionId": "2cb7deda-12f3-4fc4-911d-f2147d46444c",
      "isArchived": false,
      "staticData": null,
      "connections": {
        "Fill": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "List ": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Create": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Delete": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Update": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Delete ": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Preview": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Get File": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Generate Pdf": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Get Template": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "List Templates": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Create Template": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Update Template": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "List Templates 1": {
          "ai_tool": [
            [
              {
                "node": "doqs.dev | PDF filling MCP Server",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        }
      },
      "triggerCount": 0
    },
    "lastUpdatedBy": 29,
    "workflowInfo": {
      "nodeCount": 18,
      "nodeTypes": {
        "n8n-nodes-base.stickyNote": {
          "count": 3
        },
        "n8n-nodes-base.httpRequestTool": {
          "count": 14
        },
        "@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": 35,
        "name": "Document Extraction"
      },
      {
        "id": 47,
        "name": "AI Chatbot"
      }
    ],
    "image": []
  }
}