图像审核MCP服务器
初级
这是一个Document Extraction, Miscellaneous, AI Summarization领域的自动化工作流,包含 5 个节点。主要使用 HttpRequestTool, McpTrigger 等节点。 基于图像审核API的AI图像裸露检测工具
前置要求
- •可能需要目标 API 的认证凭证
使用的节点 (5)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "8ApgcB6nkfmr6TOG",
"meta": null,
"name": "图像审核 MCP 服务器",
"tags": [],
"nodes": [
{
"id": "74004824-1dd6-4852-b065-7b3163ab39df",
"name": "设置说明",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1400,
-240
],
"parameters": {
"color": 4,
"width": 260,
"height": 920,
"content": "### ⚙️ 设置说明"
},
"typeVersion": 1
},
{
"id": "6320a874-659c-4fd9-b2e8-f2dce7fdcaa2",
"name": "工作流概览",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1120,
-240
],
"parameters": {
"width": 420,
"height": 700,
"content": "## 🛠️ 图像审核 MCP 服务器 ✅ 1 个操作"
},
"typeVersion": 1
},
{
"id": "cae27e89-a157-4605-b783-0a874a772e09",
"name": "图像审核 MCP 服务器",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-620,
-240
],
"webhookId": "9e254b5a-f896-48ea-9ab2-31b2b8d2a965",
"parameters": {
"path": "image-moderation-mcp"
},
"typeVersion": 1
},
{
"id": "aa79fddd-7a23-4d4c-8c8c-c5212ba5efc0",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
-120
],
"parameters": {
"color": 2,
"width": 320,
"height": 220,
"content": "## 不当内容"
},
"typeVersion": 1
},
{
"id": "52352802-454b-430f-b5dc-6f7e53f678cd",
"name": "检测图像中的裸露内容",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-520,
-60
],
"parameters": {
"url": "=https://api.moderatecontent.com/moderate//",
"options": {},
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "url",
"value": "={{ $fromAI('url', 'Url', 'string') }}"
}
]
},
"toolDescription": "Blocks images with nudity\n\nParameters:\n- Query parameters:\n • url (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-07-03T17:12:57.727Z",
"projectId": "G5fce9xGuBAsWBXe",
"updatedAt": "2025-07-03T17:12:57.727Z",
"workflowId": "8ApgcB6nkfmr6TOG"
}
],
"pinData": {},
"settings": {
"timezone": "America/New_York"
},
"createdAt": "2025-07-03T17:12:57.725Z",
"updatedAt": "2025-07-03T21:10:20.000Z",
"versionId": "37e19860-fefa-45b9-b02b-fcbe8f8b038a",
"isArchived": false,
"staticData": null,
"connections": {
"Detect Nudity in Images": {
"ai_tool": [
[
{
"node": "Image Moderation MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"triggerCount": 0
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 文档提取, 杂项, AI 摘要总结
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
Beanstream支付MCP服务器
连接AI代理至Beanstream支付API,实现支付处理与管理
Http Request Tool
Mcp Trigger
22 节点David Ashby
杂项
美国环保署执法与合规历史在线(ECHO) - 清洁空气法案MCP服务器
通过MCP集成连接AI代理至EPA清洁空气法案数据
Http Request Tool
Mcp Trigger
21 节点David Ashby
杂项
Api2Pdf - PDF 生成,由 AWS Lambda MCP 服务器驱动
使用Api2Pdf和AWS Lambda转换和处理PDF文件
Http Request Tool
Mcp Trigger
17 节点David Ashby
文档提取
[eBay] 商品上架API MCP服务器
通过MCP服务器使用AI代理创建eBay商品上架草稿
Http Request Tool
Mcp Trigger
5 节点David Ashby
杂项
doqs.dev | PDF填写API MCP服务器
基于doqs.dev API的AI智能体PDF文档填写与生成服务器
Http Request Tool
Mcp Trigger
18 节点David Ashby
文档提取
星球大战翻译API MCP服务器
AI 智能体星球大战语言翻译 API - 支持 6 种语言
Http Request Tool
Mcp Trigger
11 节点David Ashby
杂项
工作流信息
难度等级
初级
节点数量5
分类3
节点类型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 查看 →
分享此工作流