TheHive 工具 MCP 服务器
中级
这是一个AI领域的自动化工作流,包含 7 个节点。主要使用 TheHiveTool、McpTrigger 等节点,结合人工智能技术实现智能自动化。 TheHive 工具 MCP 服务器
前置要求
- •AI 服务 API Key(如 OpenAI、Anthropic 等)
使用的节点 (7 个)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "sBJlEpK3x5T80uBi",
"meta": null,
"name": "TheHive 工具 MCP 服务器",
"tags": [],
"nodes": [
{
"id": "7b102b99-0596-4440-873e-bd81881c1261",
"name": "工作流概览 0",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1460,
80
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "5713ee36-a689-4bfe-9d83-2597de8d9c49",
"name": "TheHive 工具 MCP 服务器",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-420,
200
],
"webhookId": "79203b81-fef2-423e-aaa9-356565708c94",
"parameters": {},
"typeVersion": 1
},
{
"id": "2e53442e-a6cb-4c15-88c0-446d455ac245",
"name": "创建日志",
"type": "n8n-nodes-base.theHiveTool",
"position": [
-800,
620
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ca270653-6815-4a58-b5fa-86be59745539",
"name": "执行响应器",
"type": "n8n-nodes-base.theHiveTool",
"position": [
-580,
620
],
"parameters": {},
"typeVersion": 1
},
{
"id": "7f01e558-b10f-4242-989a-caa2f3a15b74",
"name": "获取多个日志",
"type": "n8n-nodes-base.theHiveTool",
"position": [
-360,
620
],
"parameters": {},
"typeVersion": 1
},
{
"id": "96bd5158-ae2b-46ba-a94b-f2524d3b9a21",
"name": "获取日志",
"type": "n8n-nodes-base.theHiveTool",
"position": [
-140,
620
],
"parameters": {},
"typeVersion": 1
},
{
"id": "14f28435-f1e6-4861-a452-f197c41c92a9",
"name": "便签 1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
600
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"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-20T19:42:33.272Z",
"projectId": "G5fce9xGuBAsWBXe",
"updatedAt": "2025-06-20T19:42:33.272Z",
"workflowId": "sBJlEpK3x5T80uBi"
}
],
"pinData": {},
"settings": {
"timezone": "America/New_York"
},
"createdAt": "2025-06-20T19:42:33.272Z",
"updatedAt": "2025-06-26T03:12:32.000Z",
"versionId": "c8f1e3a5-b4c1-40c1-9f24-0e9b9dc5d202",
"isArchived": false,
"staticData": null,
"connections": {
"Get a log": {
"ai_tool": [
[
{
"node": "TheHive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Create a log": {
"ai_tool": [
[
{
"node": "TheHive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many logs": {
"ai_tool": [
[
{
"node": "TheHive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Execute a responder": {
"ai_tool": [
[
{
"node": "TheHive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"triggerCount": 0
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
这是一个中级难度的工作流,适用于AI等场景。适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
Coda工具MCP服务器
使用🛠️ Coda工具MCP服务器💪 18个操作
Coda Tool
Mcp Trigger
24 节点David Ashby
AI
Google 联系人工具 MCP 服务器
AI 代理管理 🛠️ Google 联系人工具 MCP 服务器 💪 5 项操作
Google Contacts Tool
Mcp Trigger
8 节点David Ashby
AI
Customer.io 工具 MCP 服务器
AI代理驱动的营销 🛠️ Customer.io工具MCP服务器 💪 全部9项操作
Customer Io Tool
Mcp Trigger
15 节点David Ashby
AI
Lemlist 工具 MCP 服务器
AI代理可通过此Lemlist工具MCP服务器创建并丰富潜在客户信息
Lemlist Tool
Mcp Trigger
23 节点David Ashby
AI
Contentful Tool MCP 服务器
AI代理可通过🛠️ Contentful工具MCP服务器💪检索资产
Contentful Tool
Mcp Trigger
14 节点David Ashby
AI
AI代理获取收盘市场数据 - Marketstack工具MCP服务器
AI代理通过Marketstack工具MCP服务器获取收盘市场数据
Marketstack Tool
Mcp Trigger
8 节点David Ashby
AI
工作流信息
难度等级
中级
节点数量7
分类1
节点类型3
作者
David Ashby
@cfomodzA 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 上查看 →
分享此工作流