8
n8n 中文网amn8n.com

IP2Proxy代理检测MCP服务器

初级

这是一个SecOps, AI RAG领域的自动化工作流,包含 5 个节点。主要使用 HttpRequestTool, McpTrigger 等节点。 IP2Proxy代理检测 - MCP服务器

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "p9IYZT4FhYZXheFA",
  "meta": null,
  "name": "IP2Proxy 代理检测 MCP 服务器",
  "tags": [],
  "nodes": [
    {
      "id": "a0b380d7-e70c-4d18-bcef-0c6b9d44ba65",
      "name": "设置说明",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "color": 4,
        "height": 1060,
        "content": "### ⚙️ 设置说明"
      },
      "typeVersion": 1
    },
    {
      "id": "934944de-fba3-47e0-8988-bd1b5e6ed359",
      "name": "工作流概览",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 920,
        "content": "## 🛠️ IP2Proxy 代理检测 MCP 服务器 ✅ 1 个操作"
      },
      "typeVersion": 1
    },
    {
      "id": "1c876b15-e82c-4ba8-b67e-3550567887de",
      "name": "IP2Proxy 代理检测 MCP 服务器",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ],
      "webhookId": "1d7199ad-d304-4510-aa3f-9cf5a79b7935",
      "parameters": {
        "path": "ip2proxy-proxy-detection-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "1f5d78be-dd6d-4c36-ab7e-017563c37c93",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "color": 2,
        "width": 300,
        "height": 200,
        "content": "##"
      },
      "typeVersion": 1
    },
    {
      "id": "1c6ea4da-25f6-474f-b052-23bba624548f",
      "name": "检查代理 IP",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ],
      "parameters": {
        "url": "=https://api.ip2proxy.com/",
        "options": {},
        "sendQuery": true,
        "queryParameters": {
          "parameters": [
            {
              "name": "package",
              "value": "={{ $fromAI('package', 'Package name from PX1 to PX11. If not present, the web service will assume the PX1 package query.', 'string') }}"
            },
            {
              "name": "ip",
              "value": "={{ $fromAI('ip', 'IP address (IPv4) for lookup purpose. If not present, the server IP address will be used for the lookup.', 'string') }}"
            },
            {
              "name": "format",
              "value": "={{ $fromAI('format', 'If not present, json format will be returned as the search result.', 'string') }}"
            },
            {
              "name": "key",
              "value": "={{ $fromAI('key', 'API key. Please sign up free trial license key at ip2location.com', 'string') }}"
            }
          ]
        },
        "toolDescription": "Check if an IP address is proxy\n\nParameters:\n- Query parameters:\n  • package (optional) - Package name from PX1 to PX11. If not present, the web service will assume the PX1 package query.\n  • ip (required) - IP address (IPv4) for lookup purpose. If not present, the server IP address will be used for the lookup.\n  • format (optional) - If not present, json format will be returned as the search result.\n  • key (required) - API key. Please sign up free trial license key at ip2location.com"
      },
      "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:56:14.304Z",
      "projectId": "G5fce9xGuBAsWBXe",
      "updatedAt": "2025-07-02T04:56:14.304Z",
      "workflowId": "p9IYZT4FhYZXheFA"
    }
  ],
  "pinData": {},
  "settings": {
    "timezone": "America/New_York"
  },
  "createdAt": "2025-07-02T04:56:14.302Z",
  "updatedAt": "2025-07-02T04:57:02.000Z",
  "versionId": "42281c3c-734c-48a4-8eab-155aec32ad8d",
  "isArchived": false,
  "staticData": null,
  "connections": {
    "Check Proxy IP": {
      "ai_tool": [
        [
          {
            "node": "IP2Proxy Proxy Detection MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 0
}
常见问题

如何使用这个工作流?

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

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

初级 - 安全运维, AI RAG 检索增强

需要付费吗?

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

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

适合 n8n 新手,包含 1-5 个节点的简单工作流

作者
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 查看

分享此工作流