8
n8n 中文网amn8n.com

doqs.dev | PDF填写API MCP服务器

高级

这是一个Document Extraction, AI Chatbot领域的自动化工作流,包含 18 个节点。主要使用 HttpRequestTool, McpTrigger 等节点。 基于doqs.dev API的AI智能体PDF文档填写与生成服务器

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "rhDfPKxHhaIJCUZi",
  "meta": null,
  "name": "doqs.dev | PDF 填写 API MCP 服务器",
  "tags": [],
  "nodes": [
    {
      "id": "4e209cdb-ad42-4115-9cd5-25c62c7b0c00",
      "name": "工作流概览",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1360,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 1360,
        "content": "## 🛠️ doqs.dev | PDF 填写 MCP 服务器 ✅ 14 个操作"
      },
      "typeVersion": 1
    },
    {
      "id": "a9e11018-a064-413a-bd98-a0d53f49e5d3",
      "name": "doqs.dev | PDF 填写 MCP 服务器",
      "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": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -880,
        20
      ],
      "parameters": {
        "color": 2,
        "width": 1500,
        "height": 180,
        "content": "## 设计器"
      },
      "typeVersion": 1
    },
    {
      "id": "4ccae877-333b-43d8-b19c-448eb8eecada",
      "name": "列表模板",
      "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": "创建模板",
      "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": "预览",
      "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": "删除",
      "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": "列表模板 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": "更新模板",
      "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": "生成 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": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -880,
        260
      ],
      "parameters": {
        "color": 3,
        "width": 1500,
        "height": 180,
        "content": "## 模板"
      },
      "typeVersion": 1
    },
    {
      "id": "ff6ee8cf-15ee-454a-86c1-22cea42a1b2b",
      "name": "列表",
      "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": "创建",
      "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": "删除",
      "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": "获取模板",
      "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": "更新",
      "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": "获取文件",
      "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": "填充",
      "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
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

高级 - 文档提取, AI 聊天机器人

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
高级
节点数量18
分类2
节点类型3
难度说明

适合高级用户,包含 16+ 个节点的复杂工作流

作者
David Ashby

David Ashby

@cfomodz

A hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord

外部链接
在 n8n.io 查看

分享此工作流